2. Get Started in Two minutes
Last updated
Was this helpful?
Last updated
Was this helpful?
Download and unzip the SonarQube distribution (let's say in "C:\sonarqube" or "/etc/sonarqube")
Start the SonarQube server: On Windows, execute
Download and unzip the SonarQube Scanner (let's say in "C:\sonar-scanner" or "/etc/sonar-scanner")
Download and unzip some project samples (let's say in "C:\sonar-examples" or "/etc/sonar-examples")
Analyze a project:
Browse the results at http://localhost:9000 (default System administrator credentials are admin/admin)