Commit d07f8510c80d367fcadb0c1b82ad265f6a7eda40
Exists in
master
and in
4 other branches
Merge pull request #592 from paularmstrong/bug/install-doc
Fix installation instructions for running gitlab_status
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/installation.md
| @@ -158,7 +158,7 @@ Permissions: | @@ -158,7 +158,7 @@ Permissions: | ||
| 158 | 158 | ||
| 159 | Checking status: | 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 | # OUTPUT EXAMPLE | 164 | # OUTPUT EXAMPLE |