mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 09:36:47 +10:00
Merge branch 'installation-order' into 'master'
Installation order
This commit is contained in:
@@ -302,18 +302,16 @@ Check if GitLab and its environment are configured correctly:
|
||||
|
||||
sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
|
||||
|
||||
## Compile assets
|
||||
|
||||
sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
|
||||
|
||||
## Start Your GitLab Instance
|
||||
|
||||
sudo service gitlab start
|
||||
# or
|
||||
sudo /etc/init.d/gitlab restart
|
||||
|
||||
|
||||
## Compile assets
|
||||
|
||||
sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
|
||||
|
||||
|
||||
# 7. Nginx
|
||||
|
||||
**Note:**
|
||||
|
||||
Reference in New Issue
Block a user