mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/sonarqube: Updated README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
598a1c4137
commit
1a124de145
1 changed files with 4 additions and 0 deletions
|
@ -15,3 +15,7 @@ http://localhost:9000/sonarqube/
|
|||
Then login as:
|
||||
user: admin
|
||||
password: admin
|
||||
|
||||
This requires a "sonar" user and group.
|
||||
groupadd -g 287 sonar
|
||||
useradd -g 287 -u 287 -r -c 'SonarQube user' -s /bin/bash -d /usr/share/sonarqube sonar
|
||||
|
|
Loading…
Reference in a new issue