Merge pull request #547 from Godin/sonarqube
Update SonarQube documentation
This commit is contained in:
commit
362fedef38
|
|
@ -13,7 +13,7 @@ SonarQube is an open source platform for continuous inspection of code quality.
|
||||||
The server is started this way:
|
The server is started this way:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker run -d --name sonarqube -p 9000:9000 -p 9092:9092 sonarqube:5.1
|
$ docker run -d --name sonarqube -p 9000:9000 -p 9092:9092 sonarqube
|
||||||
```
|
```
|
||||||
|
|
||||||
To analyse a project:
|
To analyse a project:
|
||||||
|
|
@ -38,7 +38,7 @@ $ docker run -d --name sonarqube \
|
||||||
-e SONARQUBE_JDBC_USERNAME=sonar \
|
-e SONARQUBE_JDBC_USERNAME=sonar \
|
||||||
-e SONARQUBE_JDBC_PASSWORD=sonar \
|
-e SONARQUBE_JDBC_PASSWORD=sonar \
|
||||||
-e SONARQUBE_JDBC_URL=jdbc:postgresql://localhost/sonar \
|
-e SONARQUBE_JDBC_URL=jdbc:postgresql://localhost/sonar \
|
||||||
sonarqube:5.1
|
sonarqube
|
||||||
```
|
```
|
||||||
|
|
||||||
More recipes can be found [here](https://github.com/SonarSource/docker-sonarqube/blob/master/recipes.md).
|
More recipes can be found [here](https://github.com/SonarSource/docker-sonarqube/blob/master/recipes.md).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue