Handle several RDBMS

This commit is contained in:
Grégoire Paris 2013-04-26 12:25:04 +03:00 committed by Grégoire Paris
parent b536acc92a
commit 79c4fd7a7d
1 changed files with 5 additions and 1 deletions

View File

@ -21,8 +21,12 @@ sudo -u git -H git checkout 5-1-stable
```
sudo -u git -H cp config/puma.rb.example config/puma.rb
# Mysql users:
sudo -u git -H bundle install --without development test postgres --deployment
# Postgres users:
sudo -u git -H bundle install --without development test mysql --deployment
sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
sudo -u git -H bundle exec rake migrate_merge_requests RAILS_ENV=production