From fd1e7e2b212168b320dbb41abfcf77a5db24a729 Mon Sep 17 00:00:00 2001 From: Paul Armstrong Date: Sat, 24 Mar 2012 16:07:21 -0700 Subject: [PATCH] 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..." --- doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index 1003fa79b5a..79ed2ccd0d7 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -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