summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-09 23:31:25 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-10 12:11:28 +0200
commit92ce4904b9b531eeda408bdd0bd12ba2be0739f4 (patch)
treeef64bde34abc122e1245510fa41ed0744a4ec4cd /doc
parent5ffce6a65ee162d4b887da0b630f8aaf23e92124 (diff)
downloadgitlab-ce-92ce4904b9b531eeda408bdd0bd12ba2be0739f4.tar.gz
Mention assets precompile in installation docs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'doc')
-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:**