Merge branch 'master' of github.com:gitlabhq/gitlabhq

This commit is contained in:
Marin Jankovski 2014-11-24 16:57:48 +01:00
commit e7a3e35572

View file

@ -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
``` ```