Remove cache files in new setup.

This commit is contained in:
Martin Edenhofer 2013-01-25 11:59:14 +01:00
parent d4c88ff831
commit 00c12e4346

View file

@ -1,6 +1,9 @@
#!/bin/bash #!/bin/bash
bundle install bundle install
rm -rf tmp/cache/file_store
rake db:create rake db:create
rake db:migrate rake db:migrate
rake db:seed rake db:seed