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
  • Installation of SonarQube
  • SQL Server/MySQL Server:

Was this helpful?

3. Installation of SonarQube

Previous2. Get Started in Two minutesNext3.0.1 Pre-requisities

Last updated 5 years ago

Was this helpful?

Installation of SonarQube

SQL Server/MySQL Server:

Infrastructure Setup:

This is a single box set up of SonarQube on a Windows Server 2012 R2.

Pre-Requisities for standalone installation:

In order to set up SonarQube on a windows server backed by Sql server Windows Authentication the following prerequisites are required…

  1. Install Java SE

  2. Download SonarQube binaries: Download the latest bits from the SonarQube download page

  3. Install SQL Server 2014: SonarQube supports various database backend technologies. I’ll be using SQLServer 2014. SonarQube supports SQL Server 2008 and above including SQL Azure. Install SQL Server using the defaults in the wizard. I’ve named the default database instance MSSQLServer

  4. You can also install on MySQL Server Community Edition version 5.7

SonarQube