asciinema.org/script/setup
2012-05-06 01:53:50 +02:00

9 lines
113 B
Bash
Executable File

#!/bin/sh
set -e
rm -f log/*
bundle install --binstubs
bundle exec rake db:setup --trace
touch tmp/restart.txt