2. Get Started in Two minutes

  1. Download and unzip the SonarQube distribution (let's say in "C:\sonarqube" or "/etc/sonarqube")

  2. Start the SonarQube server: On Windows, execute

  3. Download and unzip the SonarQube Scanner (let's say in "C:\sonar-scanner" or "/etc/sonar-scanner")

  4. Download and unzip some project samples (let's say in "C:\sonar-examples" or "/etc/sonar-examples")

  5. Analyze a project:

  6. Browse the results at http://localhost:9000 (default System administrator credentials are admin/admin)

Last updated