Commit f127382be3113b204c4cd26c0d325150054bcff4

Authored by Riyad Preukschas
1 parent 0c59de2e

Add checking installtion with gitlab:env:info task

Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
doc/install/installation.md
@@ -185,7 +185,11 @@ for the email) @@ -185,7 +185,11 @@ for the email)
185 185
186 ## Check Application Status 186 ## Check Application Status
187 187
188 -Just to check we didn't miss anything. 188 +Check if GitLab and its environment is configured correctly:
  189 +
  190 + sudo -u gitlab -H bundle exec rake gitlab:env:info RAILS_ENV=production
  191 +
  192 +To make sure you didn't miss anything run a more thorough check with:
189 193
190 sudo -u gitlab -H bundle exec rake gitlab:app:status RAILS_ENV=production 194 sudo -u gitlab -H bundle exec rake gitlab:app:status RAILS_ENV=production
191 195