summarylogtreecommitdiffstats
path: root/sonar-scanner.install
blob: f4df4aa758fae88314a5f7d2b6a2e047e5ee8aa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
    echo 'In order to use sonar-scanner, you have to run the'
    echo 'following commands or re-login:'
    echo
    echo 'setenv SONAR_SCANNER_HOME "/opt/sonar-scanner"'
    echo 'setenv PATH "${PATH}:${SONAR_SCANNER_HOME}/bin"'
    echo
    echo 'You also need to configure your sonar host url'
    echo 'in /etc/sonar-scanner/sonar-scanner.properties'
    echo
    echo 'Please refer to the following documentation :'
    echo 'http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner'
    echo ''
}