zammad/script/bootstrap.sh
2015-05-14 23:21:24 +02:00

10 lines
105 B
Bash
Executable file

#!/bin/bash
bundle install
rm -rf tmp/cache*
rake db:drop
rake db:create
rake db:migrate
rake db:seed