diff --git a/README.md b/README.md index 472b739..9fa7423 100644 --- a/README.md +++ b/README.md @@ -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 @@ -9,7 +34,7 @@ - Build & Deploy to Nexus -### ToDo +## Additional ToDo - Sonar analysis with JaCoCo - Test Coverage