Commit dec15a41420733b9ce75c1939d871f6406142975
1 parent
fa6bf2c0
Exists in
master
and in
4 other branches
Add instruction to edit gitlab-shell config
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
doc/install/installation.md
@@ -103,9 +103,14 @@ Create a `git` user for Gitlab: | @@ -103,9 +103,14 @@ Create a `git` user for Gitlab: | ||
103 | # Clone gitlab shell | 103 | # Clone gitlab shell |
104 | git clone https://github.com/gitlabhq/gitlab-shell.git | 104 | git clone https://github.com/gitlabhq/gitlab-shell.git |
105 | 105 | ||
106 | - # Setup | ||
107 | cd gitlab-shell | 106 | cd gitlab-shell |
108 | cp config.yml.example config.yml | 107 | cp config.yml.example config.yml |
108 | + | ||
109 | + # Edit config and replace gitlab_url | ||
110 | + # with something like 'http://domain.com/' | ||
111 | + vim config.yml | ||
112 | + | ||
113 | + # Do setup | ||
109 | ./bin/install | 114 | ./bin/install |
110 | 115 | ||
111 | 116 |