Commit 92ce4904b9b531eeda408bdd0bd12ba2be0739f4

Authored by Dmitriy Zaporozhets
1 parent 5ffce6a6

Mention assets precompile in installation docs

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
doc/install/installation.md
... ... @@ -308,6 +308,11 @@ If all items are green, then congratulations on successfully installing GitLab!
308 308 However there are still a few steps left.
309 309  
310 310  
  311 +## Compile assets
  312 +
  313 + sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
  314 +
  315 +
311 316 # 7. Nginx
312 317  
313 318 **Note:**
... ...