Skip to content

Commit 041a956

Browse files
authored
Update READme.md
1 parent 5a17288 commit 041a956

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

soarQube-Installation/READme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,12 @@ sudo chmod -R 775 /opt/sonarqube/
5757
sh /opt/sonarqube/bin/linux-x86-64/sonar.sh start
5858
sh /opt/sonarqube/bin/linux-x86-64/sonar.sh status
5959
```
60+
61+
### 7. Ensure that SonarQube is running and Access sonarQube on the browser
62+
# sonarqube default port is = 9000
63+
# get the sonarqube public ip address
64+
# publicIP:9000
65+
```sh
66+
curl -v localhost:9000
67+
54.236.232.85:9000
68+
```

0 commit comments

Comments
 (0)