diff options
author | zheng_b <arnaud.zg@gmail.com> | 2015-11-02 07:59:04 +0100 |
---|---|---|
committer | zheng_b <arnaud.zg@gmail.com> | 2015-11-02 07:59:04 +0100 |
commit | 1045a72eb7fd16ab09b7e68e1a467ff0f5c9215d (patch) | |
tree | 252d1917836d777205b4d662f1f46170d9384280 /doc/install | |
parent | 0ea38dc519b86d2bd2e14f1df1baf0fffc043af6 (diff) | |
download | gitlab-ce-1045a72eb7fd16ab09b7e68e1a467ff0f5c9215d.tar.gz |
Go to gitlab installation folder before initialize database
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index b48acb655ee..8ed1eba560a 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 |