Commit e099d6621353029954ca8855be73f2b83873bc63
Exists in
spb-stable
and in
3 other branches
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,18 +302,16 @@ Check if GitLab and its environment are configured correctly: | ||
| 302 | 302 | ||
| 303 | sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production | 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 | ## Start Your GitLab Instance | 309 | ## Start Your GitLab Instance |
| 306 | 310 | ||
| 307 | sudo service gitlab start | 311 | sudo service gitlab start |
| 308 | # or | 312 | # or |
| 309 | sudo /etc/init.d/gitlab restart | 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 | # 7. Nginx | 315 | # 7. Nginx |
| 318 | 316 | ||
| 319 | **Note:** | 317 | **Note:** |