diff options
| author | Robert Schilling <Razer6@users.noreply.github.com> | 2015-11-02 10:12:18 +0100 |
|---|---|---|
| committer | Robert Schilling <Razer6@users.noreply.github.com> | 2015-11-02 10:12:18 +0100 |
| commit | 65808019adecc87b65c90cc00b9f40a377b56178 (patch) | |
| tree | 06c194328dc169dbbb89ca8f1cff7f4107125c02 /doc | |
| parent | 8f75200d466d41707f3b1ca12ca4244cfa2e2e7b (diff) | |
| parent | 1045a72eb7fd16ab09b7e68e1a467ff0f5c9215d (diff) | |
| download | gitlab-ce-65808019adecc87b65c90cc00b9f40a377b56178.tar.gz | |
Merge pull request #9794 from arnaud-zg/master
Go to gitlab installation folder before initialize database
Diffstat (limited to 'doc')
| -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 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 |
