diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-10-03 06:17:27 -0700 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-10-03 06:17:27 -0700 |
commit | 37868d7bd671ab60e10602fe8e94426920132ef3 (patch) | |
tree | 6ae3c45dc1ac6b1b722e0424f7b6489c9918b57c | |
parent | 1a6ba7e640577a98b6db480c8e7884882fb0fa03 (diff) | |
parent | 95beea7e62877bdd5295ebf9b6dbef70c0afaa69 (diff) | |
download | gitlab-ce-37868d7bd671ab60e10602fe8e94426920132ef3.tar.gz |
Merge pull request #5160 from nummy/patch-1
Improve 6.0-to-6.1.md update guide
-rw-r--r-- | doc/update/6.0-to-6.1.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/update/6.0-to-6.1.md b/doc/update/6.0-to-6.1.md index 2fb762e467a..9ec99af205b 100644 --- a/doc/update/6.0-to-6.1.md +++ b/doc/update/6.0-to-6.1.md @@ -80,6 +80,7 @@ sudo chmod +x /etc/init.d/gitlab Check if GitLab and its environment are configured correctly: + cd /home/git/gitlab sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production To make sure you didn't miss anything run a more thorough check with: |