Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwz committed Dec 9, 2018
1 parent b43ca30 commit 99a36d7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ To start SonarQube in a daemon mode, simply run:
```bash
docker-compose up -d
```
or the following for the LTS version:
```bash
docker-compose -f docker-compose-lts.yml up -d
```

Once docker pulls all the required images and starts up the containers, the application should become available on [http://localhost](http://localhost). The default SonarQube login details for the Administrator account are `admin:admin`.

You can also use a standalone docker image which contains SonarQube with bundled sonar-scala plugin, [`mwizner/sonarqube-scala-plugins:3.2.1-full`](https://hub.docker.com/r/mwizner/sonarqube-scala-plugins).
You can also use a standalone docker image which contains SonarQube server with bundled sonar-scala plugin, [`mwizner/sonarqube-scala-plugins:3.2.1-full`](https://hub.docker.com/r/mwizner/sonarqube-scala-plugins) and [`mwizner/sonarqube-scala-plugins:2.10.0-full`](https://hub.docker.com/r/mwizner/sonarqube-scala-plugins) for the LTS version.

To start the container issue the following command:
```bash
Expand Down
6 changes: 5 additions & 1 deletion README.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ To start SonarQube in a daemon mode, simply run:
```bash
docker-compose up -d
```
or the following for the LTS version:
```bash
docker-compose -f docker-compose-lts.yml up -d
```

Once docker pulls all the required images and starts up the containers, the application should become available on [http://localhost](http://localhost). The default SonarQube login details for the Administrator account are `admin:admin`.

You can also use a standalone docker image which contains SonarQube with bundled sonar-scala plugin, [`mwizner/sonarqube-scala-plugins:{{version}}-full`](https://hub.docker.com/r/mwizner/sonarqube-scala-plugins).
You can also use a standalone docker image which contains SonarQube server with bundled sonar-scala plugin, [`mwizner/sonarqube-scala-plugins:{{version}}-full`](https://hub.docker.com/r/mwizner/sonarqube-scala-plugins) and [`mwizner/sonarqube-scala-plugins:{{ltsVersion}}-full`](https://hub.docker.com/r/mwizner/sonarqube-scala-plugins) for the LTS version.

To start the container issue the following command:
```bash
Expand Down
4 changes: 2 additions & 2 deletions README_DOCKERHUB.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Docker images with out-of-the-box [SonarQube 6.7 LTS](https://www.sonarqube.org/


## Available versions
There are two types of images available: images with [sonar-scala](https://github.com/mwz/sonar-scala) plugin, which can be mounted as a volume into a SonarQube container and images which bundle sonar-scala plugin with SonarQube (suffixed with `-full`).
There are two types of images available: images with [sonar-scala](https://github.com/mwz/sonar-scala) plugin, which can be mounted as a volume into a SonarQube container and images which bundle sonar-scala plugin with SonarQube server (suffixed with `-full`).

Starting from version `2.7.0`, the images no longer contain the [sonar-scala-extra](https://github.com/arthepsy/sonar-scala-extra) plugin as sonar-scala provides Scapegoat support from version `6.5.0` onwards.

Expand Down Expand Up @@ -102,7 +102,7 @@ volumes:
sonarqube_plugins:
```

You can find the full recipe [here](https://github.com/mwz/sonar-scala-docker/blob/master/docker-compose.yml).
You can find the full recipe [here](https://github.com/mwz/sonar-scala-docker/blob/master/docker-compose.yml) and [here](https://github.com/mwz/sonar-scala-docker/blob/master/docker-compose-lts.yml) (for the LTS version).

To use the `full` image, run the following `docker` command:
```bash
Expand Down
4 changes: 2 additions & 2 deletions README_DOCKERHUB.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Docker images with out-of-the-box [SonarQube 6.7 LTS](https://www.sonarqube.org/


## Available versions
There are two types of images available: images with [sonar-scala](https://github.com/mwz/sonar-scala) plugin, which can be mounted as a volume into a SonarQube container and images which bundle sonar-scala plugin with SonarQube (suffixed with `-full`).
There are two types of images available: images with [sonar-scala](https://github.com/mwz/sonar-scala) plugin, which can be mounted as a volume into a SonarQube container and images which bundle sonar-scala plugin with SonarQube server (suffixed with `-full`).

Starting from version `2.7.0`, the images no longer contain the [sonar-scala-extra](https://github.com/arthepsy/sonar-scala-extra) plugin as sonar-scala provides Scapegoat support from version `6.5.0` onwards.

Expand Down Expand Up @@ -102,7 +102,7 @@ volumes:
sonarqube_plugins:
```

You can find the full recipe [here](https://github.com/mwz/sonar-scala-docker/blob/master/docker-compose.yml).
You can find the full recipe [here](https://github.com/mwz/sonar-scala-docker/blob/master/docker-compose.yml) and [here](https://github.com/mwz/sonar-scala-docker/blob/master/docker-compose-lts.yml) (for the LTS version).

To use the `full` image, run the following `docker` command:
```bash
Expand Down

0 comments on commit 99a36d7

Please sign in to comment.