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 3f45e27 commit 44216c6Copy full SHA for 44216c6
soarQube-Installation/READme.md
@@ -21,6 +21,7 @@
21
sudo useradd sonar
22
# Grand sudo access to sonar user
23
sudo echo "sonar ALL=(ALL) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/sonar
24
+# set hostname for the sonarqube server
25
sudo hostnamectl set-hostname sonar
26
sudo su - sonar
27
```
0 commit comments