Commit fd1e7e2b212168b320dbb41abfcf77a5db24a729

Authored by Paul Armstrong
1 parent 1fd08068

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..."
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/installation.md
... ... @@ -158,7 +158,7 @@ Permissions:
158 158  
159 159 Checking status:
160 160  
161   - sudo -u gitlab bundle exec rake gitlab_status
  161 + sudo -u gitlab bundle exec rake gitlab_status RAILS_ENV=production
162 162  
163 163  
164 164 # OUTPUT EXAMPLE
... ...