Install SonarQube from Scratch | Part One

Channel:
Subscribers:
1,000
Published on ● Video Link: https://www.youtube.com/watch?v=6w2dms3sYX8



Duration: 0:00
319 views
4


In this video I install and do the basic setup steps that allow you to login to the SonarQube dashboard. This is the preliminary stage to setting up projects so that your code can be analysed.

These are the links to the download pages:

SonarQube: https://www.sonarsource.com/products/...
JDK17: https://www.oracle.com/uk/java/techno...

This is the checklist which may help you follow the video:

⦁ Download the SonarQube software
⦁ Unzip the SonarQube software into a directory on your local machine
⦁ Install Java Dev Kit (JDK) 17
⦁ Configure Path to point to the Java executable
⦁ Open the SonarQube conf file, which can be found at: \sonarqube-10.6.0.92116\conf
⦁ Edit the conf file to use the built in database
⦁ Run the following batch file: \sonarqube-10.6.0.92116\bin\windows-x86-64\StartSonar.bat
⦁ This starts the service, which if successful means you can browse to http://localhost:9000
⦁ Login using default credentials of admin, admin