Commit 37868d7bd671ab60e10602fe8e94426920132ef3
Exists in
master
and in
4 other branches
Merge pull request #5160 from nummy/patch-1
Improve 6.0-to-6.1.md update guide
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: | ... | ... |