mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 12:46:07 +10:00
Merge pull request #8319 from bbodenmiller/patch-12
start gitlab after mysql tweaks
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user