Merge branch 'master' of github.com:gitlabhq/gitlabhq
This commit is contained in:
commit
e7a3e35572
1 changed files with 4 additions and 0 deletions
|
@ -165,6 +165,10 @@ mysql> \q
|
||||||
# Set production -> password: the password your replaced $password with earlier
|
# Set production -> password: the password your replaced $password with earlier
|
||||||
sudo -u git -H editor /home/git/gitlab/config/database.yml
|
sudo -u git -H editor /home/git/gitlab/config/database.yml
|
||||||
|
|
||||||
|
# Start GitLab
|
||||||
|
sudo service gitlab start
|
||||||
|
sudo service nginx restart
|
||||||
|
|
||||||
# Run thorough check
|
# Run thorough check
|
||||||
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
|
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue