Installing SonarQube from the ZIP file
Explains how to install the SonarQube server from the ZIP file.
Download the distribution
Adjust various settings
Set access to the database
# Example for PostgreSQL with default "public" schema and default TCP port 5432
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?

