Add instruction to edit gitlab-shell config
This commit is contained in:
parent
fa6bf2c0f5
commit
dec15a4142
|
@ -103,9 +103,14 @@ Create a `git` user for Gitlab:
|
||||||
# Clone gitlab shell
|
# Clone gitlab shell
|
||||||
git clone https://github.com/gitlabhq/gitlab-shell.git
|
git clone https://github.com/gitlabhq/gitlab-shell.git
|
||||||
|
|
||||||
# Setup
|
|
||||||
cd gitlab-shell
|
cd gitlab-shell
|
||||||
cp config.yml.example config.yml
|
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
|
./bin/install
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue