@@ -47,25 +47,25 @@ When you finish the instructions below, you will have the beginning of a best pr
4747
48482 . After GitLab is installed you may sign into the web UI with the ` root ` user and password ` 5iveL!fe `
4949
50+ 2 . In the GitLab UI, create a group called ` puppet ` ( this is case sensitive )
51+ - http://doc.gitlab.com/ce/workflow/groups.html
52+
50533 . In the GitLab UI, make a user for yourself
5154
52554 . From your laptop or development machine, make an SSH key to link with your user.
5356 - Note: this is used for your laptop to communicate with your GitLab server to push code
5457 - https://help.github.com/articles/generating-ssh-keys/
5558 - http://doc.gitlab.com/ce/ssh/README.html
5659
57- 5 . In the GitLab UI, create a group called ` puppet ` ( this is case sensitive )
58- - http://doc.gitlab.com/ce/workflow/groups.html
59-
60607 . In the GitLab UI, add your user to the ` puppet ` group
6161 - Make sure to give your user at least master permissions so you can complete the below steps
6262 - Read more about permissions:
6363 - https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/permissions/permissions.md
6464
65658 . In the GitLab UI, create a project called ` control-repo ` and set its Namespace to the ` puppet ` group
6666
67- 10 . On your laptop, clone this GitHub control repo
68- - ` git clone < repo URL> `
67+ 10 . On your laptop, clone this ramp up PuppetLabs-RampUpProgram control repo
68+ - ` git clone https://github.com/PuppetLabs-RampUpProgram/control- repo.git `
6969 - ` cd control-repo `
7070
717114 . On your laptop, remove the origin remote
0 commit comments