trabajo-afectivo/script/bootstrap.sh

10 lines
104 B
Bash
Raw Normal View History

#!/bin/bash
bundle install
2013-01-25 10:59:14 +00:00
2015-05-10 19:19:45 +00:00
rm -rf tmp/cache_file_store_*
2013-01-25 10:59:14 +00:00
rake db:create
rake db:migrate
rake db:seed