From f18c7c440db8ecb26087bc78016c6b7f1f4ccce1 Mon Sep 17 00:00:00 2001
From: Sytse Sijbrandij <sytse@dosire.com>
Date: Mon, 20 May 2013 09:46:24 +0200
Subject: [PATCH] GitLab must run before the check is done.

---
 doc/install/installation.md | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/doc/install/installation.md b/doc/install/installation.md
index 3608c180578..73d0b90b955 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -230,6 +230,14 @@ Check if GitLab and its environment are configured correctly:
 
     sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
 
+## Start Your GitLab Instance
+
+    sudo service gitlab start
+    # or
+    sudo /etc/init.d/gitlab restart
+
+## Double-check Application Status
+
 To make sure you didn't miss anything run a more thorough check with:
 
     sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
@@ -237,12 +245,6 @@ To make sure you didn't miss anything run a more thorough check with:
 If all items are green, then congratulations on successfully installing GitLab!
 However there are still a few steps left.
 
-## Start Your GitLab Instance
-
-    sudo service gitlab start
-    # or
-    sudo /etc/init.d/gitlab restart
-
 
 # 7. Nginx
 
-- 
GitLab