-
Install Docker and docker-compose in your system.
-
Run the
docker-compose.yml
file with the next command:$: docker-compose up -d
-
Install sonarqube-cli
-
Copy the example configuration file
sonar-project.properties
in your project root.Run the next code in your project root:
$: sonar-scanner