From f127382be3113b204c4cd26c0d325150054bcff4 Mon Sep 17 00:00:00 2001 From: Riyad Preukschas Date: Fri, 7 Dec 2012 17:28:47 +0100 Subject: [PATCH] Add checking installtion with gitlab:env:info task --- doc/install/installation.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/install/installation.md b/doc/install/installation.md index ed04120..795a053 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 -- libgit2 0.21.2