Commit 95beea7e62877bdd5295ebf9b6dbef70c0afaa69
1 parent
0630be38
Exists in
master
and in
4 other branches
Step 8, cd into /home/git/gitlab
need to be in /home/git/gitlab
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
doc/update/6.0-to-6.1.md
... | ... | @@ -80,6 +80,7 @@ sudo chmod +x /etc/init.d/gitlab |
80 | 80 | |
81 | 81 | Check if GitLab and its environment are configured correctly: |
82 | 82 | |
83 | + cd /home/git/gitlab | |
83 | 84 | sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production |
84 | 85 | |
85 | 86 | To make sure you didn't miss anything run a more thorough check with: | ... | ... |