[sudo] apt-get install stunnelcd path/to/django/project| # Install SonarQube and dependencies on Ubuntu 16.04 LTS | |
| # Create new user for future access | |
| # Disable 'root' user SSH access | |
| # Install and configure Postgres | |
| sudo apt-get instal | |
| sudo -u postgres psql postgres | |
| CREATE DATABASE sonar; | |
| CREATE USER sonar WITH PASSWORD 'verysecret'; |