From 92ce4904b9b531eeda408bdd0bd12ba2be0739f4 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 9 Dec 2013 23:31:25 +0200 Subject: [PATCH] Mention assets precompile in installation docs Signed-off-by: Dmitriy Zaporozhets --- doc/install/installation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/install/installation.md b/doc/install/installation.md index 1b652d1e1dd..a5e02db0b28 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -308,6 +308,11 @@ If all items are green, then congratulations on successfully installing GitLab! However there are still a few steps left. +## Compile assets + + sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production + + # 7. Nginx **Note:** -- GitLab