Commit 5f65310f authored by Robert Schilling's avatar Robert Schilling

Merge pull request #8319 from bbodenmiller/patch-12

start gitlab after mysql tweaks
parents a7ddcab7 44e53aef
......@@ -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
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment