HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: /home4/cca63905/public_html/guiaweb/dev/setup/sonarqube/README.md
= 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