bootstrap.sh 103 B

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