Go to gitlab installation folder before initialize database

This commit is contained in:
zheng_b 2015-11-02 07:59:04 +01:00
parent 0ea38dc519
commit 1045a72eb7
1 changed files with 4 additions and 0 deletions

View File

@ -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