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
diff options
context:
space:
mode:
authorRobert Schilling <Razer6@users.noreply.github.com>2015-11-02 12:12:18 +0300
committerRobert Schilling <Razer6@users.noreply.github.com>2015-11-02 12:12:18 +0300
commit65808019adecc87b65c90cc00b9f40a377b56178 (patch)
tree06c194328dc169dbbb89ca8f1cff7f4107125c02 /doc/install
parent8f75200d466d41707f3b1ca12ca4244cfa2e2e7b (diff)
parent1045a72eb7fd16ab09b7e68e1a467ff0f5c9215d (diff)
Merge pull request #9794 from arnaud-zg/master
Go to gitlab installation folder before initialize database
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index b02e8e8e588..599d2541f2c 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -329,6 +329,10 @@ GitLab Shell is an SSH access and repository management software developed speci
sudo -u git -H make
### Initialize Database and Activate Advanced Features
+
+ # Go to Gitlab installation folder
+
+ cd /home/git/gilab
sudo -u git -H bundle exec rake gitlab:setup RAILS_ENV=production