Files
dolibarr/dev/setup/sonarqube/README.md
Laurent Destailleur 759ba40780 Test for sonarqube
2023-08-02 03:03:26 +02:00

16 lines
393 B
Markdown

= Install SonarQube locally
Check you are using Install Java SDK 17
java --version must show 61
To install java sdk 17 on ubuntu:
sudo apt update
sudo apt install -y openjdk-17-jdk
Unzip the sonar package into a directory
Edit the file conf/sonar.properties to modify port 9000 and 9001 (already used by Eclipse or xdebug) into 9080 and 9081
Launch sonar with
bin/linux*/sonar.sh console