[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /ftp/os/Linux/distr/salix/sbo/14.1/development/sonarqube/
 
Current bandwidth utilization 2174.49 Mbit/s
Bandwidth utilization bar
Contents of README:
SonarQube software (previously called Sonar) is an open source quality 
management platform, dedicated to continuously analyze and measure technical 
quality, from project portfolio to method.

To create the MariaDB SonarQube database run:
CREATE DATABASE sonar CHARACTER SET utf8 COLLATE utf8_general_ci;
CREATE USER 'sonar' IDENTIFIED BY 'sonar';
GRANT ALL ON sonar.* TO 'sonar'@'%' IDENTIFIED BY 'sonar';
GRANT ALL ON sonar.* TO 'sonar'@'localhost' IDENTIFIED BY 'sonar';
FLUSH PRIVILEGES;
Then start the service
/etc/rc.d/rc.sonarqube start
Then point your browser to
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

Icon  Name                                            Last modified      Size  
[DIR] Parent Directory - [TXT] README 05-Oct-2014 03:13 808 [   ] doinst.sh 03-Aug-2014 11:40 549 [TXT] rc.sonarqube 03-Aug-2014 11:40 15K [TXT] slack-desc 03-Aug-2014 11:40 879 [TXT] sonarqube.SlackBuild 03-Aug-2014 11:40 4.0K [   ] sonarqube.info 03-Aug-2014 11:40 285

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!