Commit dec15a41420733b9ce75c1939d871f6406142975

Authored by Dmitriy Zaporozhets
1 parent fa6bf2c0

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 103 # Clone gitlab shell
104 104 git clone https://github.com/gitlabhq/gitlab-shell.git
105 105  
106   - # Setup
107 106 cd gitlab-shell
108 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 114 ./bin/install
110 115  
111 116  
... ...