diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-09 23:31:25 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-10 12:11:28 +0200 |
commit | 92ce4904b9b531eeda408bdd0bd12ba2be0739f4 (patch) | |
tree | ef64bde34abc122e1245510fa41ed0744a4ec4cd /doc/install | |
parent | 5ffce6a65ee162d4b887da0b630f8aaf23e92124 (diff) | |
download | gitlab-ce-92ce4904b9b531eeda408bdd0bd12ba2be0739f4.tar.gz |
Mention assets precompile in installation docs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 5 |
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:** |