From 12c49dd989b8a46a5412e04e46cb53c0f519d254 Mon Sep 17 00:00:00 2001
From: dosire <sytses@gmail.com>
Date: Wed, 9 Apr 2014 07:58:57 +0200
Subject: [PATCH] People forget to compile their assets, start after doing
 that.

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

diff --git a/doc/install/installation.md b/doc/install/installation.md
index a9b51a2bc9a..43061ee8d27 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -302,18 +302,16 @@ Check if GitLab and its environment are configured correctly:
 
     sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
 
+## Compile assets
+
+    sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
+
 ## Start Your GitLab Instance
 
     sudo service gitlab start
     # or
     sudo /etc/init.d/gitlab restart
 
-
-## Compile assets
-
-    sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
-
-
 # 7. Nginx
 
 **Note:**
-- 
GitLab