Commit 12c49dd989b8a46a5412e04e46cb53c0f519d254

Authored by dosire
1 parent 797813b9

People forget to compile their assets, start after doing that.

Showing 1 changed file with 4 additions and 6 deletions   Show diff stats
doc/install/installation.md
... ... @@ -302,18 +302,16 @@ Check if GitLab and its environment are configured correctly:
302 302  
303 303 sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
304 304  
  305 +## Compile assets
  306 +
  307 + sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
  308 +
305 309 ## Start Your GitLab Instance
306 310  
307 311 sudo service gitlab start
308 312 # or
309 313 sudo /etc/init.d/gitlab restart
310 314  
311   -
312   -## Compile assets
313   -
314   - sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
315   -
316   -
317 315 # 7. Nginx
318 316  
319 317 **Note:**
... ...