Nothing Special   »   [go: up one dir, main page]

SonarQube Manual

Download as pdf or txt
Download as pdf or txt
You are on page 1of 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