diff --git a/Sonarqube/1_Sonarqube_Installation.md b/Sonarqube/1_Sonarqube_Installation.md index e8bf8ad..1f3a735 100644 --- a/Sonarqube/1_Sonarqube_Installation.md +++ b/Sonarqube/1_Sonarqube_Installation.md @@ -47,6 +47,7 @@ mvn --version ```bash wget https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.7.1.62043.zip yum install unzip -y +unzip sonarqube-9.7.1.62043.zip mv sonarqube-9.7.1.62043 sonarqube-9.7 ``` * Sonar will not be executed with `root` user @@ -72,4 +73,4 @@ sh sonar.sh status * Once the installation is successful, sonarqube can be acessible at port `9000` * It will ask for userid/passwd. * By default sonarqube has created as userid as `admin` and password as `admin` - * Popup appears to change the password. Do change it and makesure u remember the password, as its difficult to get it back. \ No newline at end of file + * Popup appears to change the password. Do change it and makesure u remember the password, as its difficult to get it back.