[go: up one dir, main page]

0% found this document useful (0 votes)
147 views8 pages

SonarQube Manual

To install and run SonarQube: 1. Download the LTS version of SonarQube from the website and extract the file to a desired location. 2. Open the CMD window and navigate to the bin/windows folder to start the SonarQube service using the StartSonar command. 3. Once started, access SonarQube on localhost:9000 and manually create a new project, specifying only the project name and selecting a local analysis.

Uploaded by

Ambuj Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
147 views8 pages

SonarQube Manual

To install and run SonarQube: 1. Download the LTS version of SonarQube from the website and extract the file to a desired location. 2. Open the CMD window and navigate to the bin/windows folder to start the SonarQube service using the StartSonar command. 3. Once started, access SonarQube on localhost:9000 and manually create a new project, specifying only the project name and selecting a local analysis.

Uploaded by

Ambuj Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

SonarQube installation and Running

First of all, go to SonarQube website and download LTS version of it.

Extract the file to desired location


Then go to bin folder->windows

Then open CMD and type StartSonar, then Enter, when it is completed , it will say SonarQube is
operational
After this, go to chrome type localhost:9000
Select Manually

Name your project


Select Locally

Remove everything apart from project name then click on Generate


Select Maven

Copy the Linux command and Convert it to Windows command, then go to directory of project
and start CMD and paste windows command and run it.
It will analyze the project and when it done , it will show Build success.

You might also like