Commit fd1e7e2b authored by Paul Armstrong's avatar Paul Armstrong

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..."
parent 1fd08068
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment