We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a17288 commit 041a956Copy full SHA for 041a956
soarQube-Installation/READme.md
@@ -57,3 +57,12 @@ sudo chmod -R 775 /opt/sonarqube/
57
sh /opt/sonarqube/bin/linux-x86-64/sonar.sh start
58
sh /opt/sonarqube/bin/linux-x86-64/sonar.sh status
59
```
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