diff options
author | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-07 17:28:47 +0100 |
---|---|---|
committer | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-07 17:28:47 +0100 |
commit | f127382be3113b204c4cd26c0d325150054bcff4 (patch) | |
tree | 27e0017c9fda0a789eb0d06ed373e74868c00eab /doc | |
parent | 0c59de2e71c0cc69b89f206265892d4f5f3ee93d (diff) | |
download | gitlab-ce-f127382be3113b204c4cd26c0d325150054bcff4.tar.gz |
Add checking installtion with gitlab:env:info task
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index ed0412034b2..795a053a064 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -185,7 +185,11 @@ for the email) ## Check Application Status -Just to check we didn't miss anything. +Check if GitLab and its environment is configured correctly: + + sudo -u gitlab -H bundle exec rake gitlab:env:info RAILS_ENV=production + +To make sure you didn't miss anything run a more thorough check with: sudo -u gitlab -H bundle exec rake gitlab:app:status RAILS_ENV=production |