Merge pull request #8319 from bbodenmiller/patch-12

start gitlab after mysql tweaks
This commit is contained in:
Robert Schilling
2014-11-23 18:37:09 +01:00
+4
View File
@@ -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
```