development/sonarqube: Updated README.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Panagiotis Nikolaou 2014-09-28 08:04:05 +07:00 committed by Willy Sudiarto Raharjo
parent 598a1c4137
commit 1a124de145

View file

@ -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