Skip to content
Snippets Groups Projects
Commit 79c4fd7a authored by Grégoire Paris's avatar Grégoire Paris Committed by Grégoire Paris
Browse files

Handle several RDBMS

parent b536acc9
No related branches found
No related tags found
1 merge request!3749Handle several RDBMS
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment