From c41b51f7b2946e255848bbb26cdcdd46745abaaf Mon Sep 17 00:00:00 2001
From: donal <donalspring@gmail.com>
Date: Fri, 06 Apr 2018 17:31:01 +0200
Subject: [PATCH] ADD git and nexus docs

---
 exercises/images/gitlab-ui.png             |    0 
 exercises/images/gitlab-up-and-running.png |    0 
 exercises/1-the-manual-menace/README.md    |    8 +++++++-
 3 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/exercises/1-the-manual-menace/README.md b/exercises/1-the-manual-menace/README.md
index 140b3b5..5effa74 100644
--- a/exercises/1-the-manual-menace/README.md
+++ b/exercises/1-the-manual-menace/README.md
@@ -182,6 +182,7 @@
 GITLAB_DATA_VOL_SIZE=2Gi
 POSTGRESQL_VOL_SIZE=1Gi
 APPLICATION_HOSTNAME=<GITLAB_URL>
+NAMESPACE=<YOUR_NAME>-ci-cd
 ```
 where the following need to be replaced by actual values:
     * `<BIND_USER>` is the user used to query the LDAP
@@ -209,7 +210,12 @@
      -e="filter_tags=gitlab"
 ```
 
-4. Once successful; login to the cluster and navigate to the `<YOUR_NAME>-ci-cd`. You should see GitLab up and running. You can login with using your cluster credentials ![gitlab-up-and-running](../images/gitlab-up-and-running.png)
+4. Once successful; login to the cluster and navigate to the `<YOUR_NAME>-ci-cd`. You should see GitLab up and running. ![gitlab-up-and-running](../images/gitlab-up-and-running.png)
+
+4. Navigate to gitlab. You can login with using your cluster credentials using the LDAP tab displaying your `<LDAP_DESCRIPTION>` from previous steps
+
+![gitlab-ui](../images/gitlab-ui.png)
+
 
 ### Part 3 - Jenkins & s2i
 5. Add new plugin ...
diff --git a/exercises/images/gitlab-ui.png b/exercises/images/gitlab-ui.png
new file mode 100644
index 0000000..ea4b56e
--- /dev/null
+++ b/exercises/images/gitlab-ui.png
Binary files differ
diff --git a/exercises/images/gitlab-up-and-running.png b/exercises/images/gitlab-up-and-running.png
new file mode 100644
index 0000000..170a9ba
--- /dev/null
+++ b/exercises/images/gitlab-up-and-running.png
Binary files differ

--
Gitblit v1.9.3