zammad/script/bootstrap.sh
2013-01-25 11:59:14 +01:00

10 lines
103 B
Bash
Executable file

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