Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-10 01:31:25 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-10 14:11:28 +0400
commit92ce4904b9b531eeda408bdd0bd12ba2be0739f4 (patch)
treeef64bde34abc122e1245510fa41ed0744a4ec4cd
parent5ffce6a65ee162d4b887da0b630f8aaf23e92124 (diff)
Mention assets precompile in installation docs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--doc/install/installation.md5
1 files changed, 5 insertions, 0 deletions
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:**