Installing SonarQube from the ZIP file
Explains how to install the SonarQube server from the ZIP file.
Download the distribution
Perform various settings
Set access to the database
Example for PostgreSQL
sonar.jdbc.username=sonarqube
sonar.jdbc.password=mypassword
sonar.jdbc.url=jdbc:postgresql://localhost/sonarqubeAdd the JDBC driver
Configure the Elasticsearch storage path
Adjust the Java executable path
Start the web server
Next steps
Last updated
Was this helpful?

