Sonarqube install in your local windows machine

Описание к видео Sonarqube install in your local windows machine

SonarQube install in your local windows machine
Step 1: Download Sonar from https://www.sonarqube.org/downloads/
Step 2: Download Sonar Scanner from https://docs.sonarqube.org/latest/ana... and select windows 64 to download
Step 3: Extract the files and copy to your required folder
Step 4: Change the Sonar config file name sonar uncomment sonar.web.port line no 107 and change the port to 9099
Step 5: Change the config file inside sonar scanner file name sonar-scanner uncomment line no 5 and change the port to 9099
Step 6: Start Sonar go to bin dir windows and execute start sonar
Step 7: Create project and get the key and command for sonar scanner execution sample command change the sonar.sources, sonar.login, sonar.projectBaseDir with your own
sonar-scanner.bat -D"sonar.projectKey=python_test" -D"sonar.sources=c:\software\code." -D"sonar.host.url=http://localhost:9099" -D"sonar.login=YourKey" -D"sonar.projectBaseDir=C:\software\code
#sonarqube #windows #installation #local #desktop #download #config

Комментарии

Информация по комментариям в разработке