bootstrap.sh 105 B

12345678910
  1. #!/bin/bash
  2. bundle install
  3. rm -rf tmp/cache*
  4. rake db:drop
  5. rake db:create
  6. rake db:migrate
  7. rake db:seed