Skip to content
Snippets Groups Projects
Commit b8f965a6 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #3749 from greg0ire/update-docs

Handle several RDBMS
parents bffa1e65 79c4fd7a
No related branches found
No related tags found
No related merge requests found
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