Sunday, August 21, 2022

Sonarqube Installation Steps:

 1)Got to link https://www.sonarqube.org/downloads/

2)download developer edition

 #wget  https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.9.9.56886.zip

3)unzip sonarqube-developer-8.9.9.56886.zip

4)Create user sonar

5)change owner and permissions for sonarqube

 #chown -R sonar:sonar sonarqube-developer-8.9.9.56886

#chmod -R 777 sonarqube-developer-8.9.9.56886

6)Swith to sonar user

#su - soanr

7)cd /sonarqube/sonarqube-8.9.9.56886/bin/linux-x86-64

8)start sonar using below command

./sonar.sh start

9) check SonarQube service status

./sonar.sh status

10)access SonarQube using below link

http://public-ip:9005






No comments:

Post a Comment

Sample Game App Deployment on EKS cluster

 https://padmakshi.medium.com/setting-up-an-eks-cluster-and-deploying-a-game-application-a-step-by-step-guide-08790e0be117