SonarQube
  • Preface
  • 1. About SonarQube
  • 2. Get Started in Two minutes
  • 3. Installation of SonarQube
    • 3.0.1 Pre-requisities
    • 3.1 SonarQube - SQL Server configuration
    • 3.2 SonarQube - MySQL Server configuration
    • 3.2.1 SonarQube - PostgreSQL Server Configuration
    • 3.3 Install SonarQube as Standalone Service
    • 3.4 Firewall settings for SonarQube
    • 3.5 Configure ODBC Driver
  • 4. SonarScanner Installation
    • 4.1 Installation of SonarScanner in Windows
    • 4.2 Installation of SonarScanner in Jenkins
  • 5. Analysis using SonarQube
    • 5.1 Simple Analysis using SonarScanner
    • 5.2 Advanced Analysis using SonarQube
  • 6. Understanding the Report
  • 7. Integration with Jenkins
Powered by GitBook
On this page

Was this helpful?

2. Get Started in Two minutes

Previous1. About SonarQubeNext3. Installation of SonarQube

Last updated 5 years ago

Was this helpful?

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

  2. Start the SonarQube server: On Windows, execute

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

  4. 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 (default credentials are admin/admin)

Download
Download
Download
http://localhost:9000
System administrator