diff --git a/script/bootstrap.sh b/script/bootstrap.sh index 405763a2b..dbdf47165 100755 --- a/script/bootstrap.sh +++ b/script/bootstrap.sh @@ -1,6 +1,9 @@ #!/bin/bash bundle install + +rm -rf tmp/cache/file_store + rake db:create rake db:migrate rake db:seed