start gitlab after mysql tweaks

This commit is contained in:
Ben Bodenmiller 2014-11-23 02:28:34 -08:00
parent 75c3dc9efc
commit 44e53aefd4

View file

@ -167,6 +167,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
```