trabajo-afectivo/script/bootstrap.sh

11 lines
103 B
Bash
Raw Normal View History

#!/bin/bash
bundle install
2013-01-25 10:59:14 +00:00
rm -rf tmp/cache/file_store
rake db:create
rake db:migrate
rake db:seed