View SonarQube Installation.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 - Download SonarQube-7.4 | |
2 - Download SonarScanner | |
3 - Add Path -> {SonarQube direction}/bin/{OS}/ | |
Example : export PATH=$PATH:/Applications/sonarqube-7.4/bin/macosx-universal-64/ | |
4 - Configure Project for SonarQube | |
Documentation Link : [SonarQube Documentation] [<https://docs.sonarqube.org/display/SCAN>] |