Installation overview
Main steps for installing SonarQube Server from the ZIP file.
To install your SonarQube Community Build from the ZIP file:
Check the Server host requirements (in particular, make sure the correct Java version is installed).
Perform the pre-installation steps:
Defining a JWT token (to keep user sessions alive during startup)
Install the database. See Installing database.
Perform the installation and basic setup. See Basic installation.
Depending on your environment, you may have to perform advanced seup. See Advanced setup.
You can:
Instsall SonarQube Community Build as a service. See Running as a service.
Secure SonarQube Community Build behind a proxy. See Securing behind a proxy.
Configure network rules. See Network rules.
Start your SonarQube Server. See From the ZIP file.
You can now open SonarQube Community Build in your web browser at the configured address (by default
http://localhost:9000
). The default system administrator credentials are admin/admin.
Related pages
Configuring network security features:
Last updated
Was this helpful?