Skip to content
Snippets Groups Projects
Commit dec15a41 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Add instruction to edit gitlab-shell config

parent fa6bf2c0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment