asciinema.org/script/setup

9 lines
102 B
Plaintext
Raw Normal View History

2012-05-05 23:53:50 +00:00
#!/bin/sh
set -e
rm -f log/*
bundle install
2012-05-05 23:53:50 +00:00
bundle exec rake db:setup --trace
touch tmp/restart.txt