19 lines
1.0 KiB
Markdown
19 lines
1.0 KiB
Markdown
## What is inside SonarQube Stack?
|
|
* [SonarQube Server](http://www.sonarqube.org/) + Sidekick for storing plugins
|
|
* Postgres Database + Sidekick for storing data
|
|
|
|
## Info
|
|
* In default SonarQube package will install alpine docker version and will create "sonar" postgres database, user and password.
|
|
* SonarQube service is exposed by a loadbalancer.
|
|
* Optional, you could install non alpine version. Use it if your software needs glibc.
|
|
* Optional, you could use an external postgres database link.
|
|
* Once SonarQube will start, make sure you setup correct information in setup page.
|
|
* For easy upgrades there are sidekicks for postgres data with dedicated storage.
|
|
|
|
## Installing Plugins Manually
|
|
* Go to [Plugin Library](http://docs.sonarqube.org/display/PLUG/Plugin+Library) and find your favourite plugins
|
|
* Execute `docker exec -it [sonarqube-data bash]`, go to /opt/sonarqube/extensions/plugins and put your plugins here
|
|
* Restart SonarQube container.
|
|
|
|
## First Start
|
|
* Use admin/admin to login to the SonarQube interface. |