- Continuous Integration,Delivery,and Deployment
- Sander Rossel
- 162字
- 2021-07-02 15:42:15
Installing SonarQube on Windows
To install SonarQube on Windows, download the latest version, I got 6.2, from the website (https://www.sonarqube.org/downloads/). Unzip the contents of the zip file and put them somewhere. I simply unzipped the sonarqube-6.2 folder to C:\. Now, we need to hook up SonarQube to the database. This is actually exactly the same as in Linux. Open C:\sonarqube-6.2\conf\sonar.properties (or wherever you have unzipped it) and change sonar.jdbc.username= and sonar.jdbc.password= to sonar.jdbc.username=sonar and sonar.jdbc.password=sonar. After that, scroll further down the file and you will find the settings for PostgreSQL. The only thing you need to do is uncomment the line #sonar.jdbc.url=jdbc:postgresql://localhost/sonar by removing #.
Now, if you go to C:\sonarqube-6.2\bin\windows-x86-64 (replace Windows-x86-x64 with your own OS), you will find some .bat files. To start SonarQube, simply run StartSonar.bat; to install SonarQube as a service, run InstallNTService.bat (with administrative privileges); and to start the service, run StartNTService.bat (also with administrative privileges). Using a browser, browse to localhost:9000 and you should see SonarQube.
- Learning PostgreSQL
- PHP 從入門到項目實踐(超值版)
- x86匯編語言:從實模式到保護模式(第2版)
- WordPress Plugin Development Cookbook(Second Edition)
- WordPress 4.0 Site Blueprints(Second Edition)
- Web前端應用開發技術
- GameMaker Essentials
- ArcGIS for Desktop Cookbook
- .NET 4.0面向對象編程漫談:應用篇
- Visual Basic程序設計實驗指導及考試指南
- Learning Kotlin by building Android Applications
- 虛擬現實建模與編程(SketchUp+OSG開發技術)
- Visual FoxPro數據庫程序設計
- C++面向對象程序設計教程
- Learning IBM Bluemix