Installing from the ZIP file
Explains how to install 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
Post-installation steps
Last updated
Was this helpful?

