Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Sonarqube/1_Sonarqube_Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ mvn --version
```bash
wget https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.7.1.62043.zip
yum install unzip -y
unzip sonarqube-9.7.1.62043.zip
mv sonarqube-9.7.1.62043 sonarqube-9.7
```
* Sonar will not be executed with `root` user
Expand All @@ -72,4 +73,4 @@ sh sonar.sh status
* Once the installation is successful, sonarqube can be acessible at port `9000`
* It will ask for userid/passwd.
* By default sonarqube has created as userid as `admin` and password as `admin`
* Popup appears to change the password. Do change it and makesure u remember the password, as its difficult to get it back.
* Popup appears to change the password. Do change it and makesure u remember the password, as its difficult to get it back.