Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-28 18:13:24 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-28 18:13:24 +0400
commitdec15a41420733b9ce75c1939d871f6406142975 (patch)
tree2c4448b091448457315fc0499ffc0e48ac04be1d /doc
parentfa6bf2c0f5d8a87b0fa0cd32daaa4a55d1d0178c (diff)
Add instruction to edit gitlab-shell config
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 4d2ab63b2e9..42114235ca3 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -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