Skip to content
kirantpatil edited this page Sep 13, 2014 · 2 revisions

For MySQL (note, the option says "without ... postgres")

$ bundle install --without development test postgres --deployment

Or for PostgreSQL (note, the option says "without ... mysql")

$ bundle install --without development test mysql --deployment