Commit e099d6621353029954ca8855be73f2b83873bc63

Authored by Dmitriy Zaporozhets
2 parents 797813b9 12c49dd9

Merge branch 'installation-order' into 'master'

Installation order
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:**
... ...