Fix instructions for running gitlab_status

When running `rake gitlab_status` to check if it's safe to continue on installation in step 4, you need to use `RAILS_ENV=production` or else you will receive an error about "permission denied for user root@localhost..."
This commit is contained in:
Paul Armstrong 2012-03-24 16:07:21 -07:00
parent 1fd080687d
commit fd1e7e2b21
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ Permissions:
Checking status:
sudo -u gitlab bundle exec rake gitlab_status
sudo -u gitlab bundle exec rake gitlab_status RAILS_ENV=production
# OUTPUT EXAMPLE