Remove cache files in new setup.
This commit is contained in:
parent
d4c88ff831
commit
00c12e4346
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
bundle install
|
||||
|
||||
rm -rf tmp/cache/file_store
|
||||
|
||||
rake db:create
|
||||
rake db:migrate
|
||||
rake db:seed
|
||||
|
|
Loading…
Reference in a new issue