Merge pull request #8319 from bbodenmiller/patch-12
start gitlab after mysql tweaks
This commit is contained in:
commit
5f65310fcd
|
|
@ -165,6 +165,10 @@ mysql> \q
|
|||
# Set production -> password: the password your replaced $password with earlier
|
||||
sudo -u git -H editor /home/git/gitlab/config/database.yml
|
||||
|
||||
# Start GitLab
|
||||
sudo service gitlab start
|
||||
sudo service nginx restart
|
||||
|
||||
# Run thorough check
|
||||
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue