Commit dec15a41 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add instruction to edit gitlab-shell config

parent fa6bf2c0
......@@ -103,9 +103,14 @@ Create a `git` user for Gitlab:
# Clone gitlab shell
git clone https://github.com/gitlabhq/gitlab-shell.git
# Setup
cd gitlab-shell
cp config.yml.example config.yml
# Edit config and replace gitlab_url
# with something like 'http://domain.com/'
vim config.yml
# Do setup
./bin/install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment