trabajo-afectivo/script/bootstrap.sh

13 lines
146 B
Bash
Raw Normal View History

#!/bin/bash
bundle install --jobs 8
2013-01-25 10:59:14 +00:00
2015-05-14 21:21:24 +00:00
rm -rf tmp/cache*
2013-01-25 10:59:14 +00:00
export Z_LOCALES='en-us:de-de'
2015-05-14 21:21:24 +00:00
rake db:drop
rake db:create
rake db:migrate
rake db:seed