diff --git a/script/setup b/script/setup new file mode 100755 index 0000000..e8805ef --- /dev/null +++ b/script/setup @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e + +rm -f log/* +bundle install --binstubs +bundle exec rake db:setup --trace +touch tmp/restart.txt