trabajo-afectivo/script/bootstrap.sh

13 lines
194 B
Bash
Raw Permalink 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'
2018-04-13 14:10:21 +00:00
bundle exec rake db:drop
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rake db:seed