Owner : Aurélien Le Masson
The goal of this repo is to allow everyone to run a quick sonarqube analysis of snippets / files / repositories. This is run locally, no need to have a Sonarqube server somewhere.
- Run
make startto run the server - Go to http://localhost:9000 and login
- Change the password as asked
- Put the new password in the
sonar-project.propertiesfile (replace the<TO UPDATE WITH NEW PASSWORD>placeholder) - ???
- Profit
- Copy the files you want to analyse in the
srcfolder. - Run
make startto have the sonarqube server running. - Run
make analysisto launch an analysis. - Go to the URL given at the end of your analysis (or directly to http://localhost:9000/dashboard?id=quick-run-project)
- ???
- Profit

