bootstrap.sh 137 B

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