IPGraySpace: sonar - How to download and install sonar in MySQL and windows 10 part1

3 years ago
27

IPGraySpace: sonar - How to download and install sonar in MySQL and windows 10

This video shows How to download and install sonar in MySQL and windows 10

1. Download sonarqube
2. Start MySQL
(if you don't have MySQL watch IPGraySpace video on how to install MySQL)
3. Create schema 'sonar' using MySQL GUI
(if you don't have MySQL watch IPGRAY video on how to install MySQL GUI)
4. Create user credentials for 'sonar' schema
5. Extact sonarqube zip file
6. Copy the extracted sonarqube folder to the directory where you want to run sonarqube
7. Edit <install_directory>/conf/sonar.properties
sonar.jdbc.username=sonarqube
sonar.jdbc.password=mypassword
sonar.jdbc.url=jdbc:postgresql://localhost/sonarqube

Default host
sonar.web.host=192.0.0.1
sonar.web.port=80
sonar.web.context=/sonar
uncommenting/setting the following line in
sonar.web.javaOpts=-server
8. Change JDK
<install_directory>/conf/wrapper.conf and update the following line:
wrapper.java.command=/path/to/my/jdk/bin/java

9. you see the new tables are created in MySQL sonar schema

10. view sonar in the browser

successfully installed sonar

thank you for watching
follow up more IPGraySpace videos,
please subscribe

Loading comments...