Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelbirkner committed Jul 4, 2015
1 parent fe76bc6 commit 87339b1
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# CI Tools Demo

This repo contains Dockerfiles for running a set of Continuous Integration Tools with a single command.
To get all docker containers up and running use:

```
docker-compose up
```

To access Jenkins, go to:

- http://192.168.59.103:18080/jenkins/

To access the SonarQube dashboard, go to:

- http://192.168.59.103:19000/

To access the Nexus artifact Repository, go to:

- http://192.168.59.103:18081/nexus

To access GitLab, go to:

- http://192.168.59.103:10080/

## Installed Software

- Jenkins
Expand All @@ -9,7 +34,7 @@

- Build & Deploy to Nexus

### ToDo
## Additional ToDo

- Sonar analysis with JaCoCo
- Test Coverage
Expand Down

0 comments on commit 87339b1

Please sign in to comment.