bootstrap.sh 194 B

123456789101112
  1. #!/bin/bash
  2. bundle install --jobs 8
  3. rm -rf tmp/cache*
  4. export Z_LOCALES='en-us:de-de'
  5. bundle exec rake db:drop
  6. bundle exec rake db:create
  7. bundle exec rake db:migrate
  8. bundle exec rake db:seed