From 87339b1d27bfe9aa734e42b2d7a4a6c15a4c188a Mon Sep 17 00:00:00 2001 From: Marcel Birkner Date: Sat, 4 Jul 2015 20:25:16 +0200 Subject: [PATCH] Update README.md --- README.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) 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