diff options
| author | mo khan <mo@mokhan.ca> | 2015-02-03 21:10:08 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-02-03 21:10:08 -0700 |
| commit | bab5e66e261774700eb3ad515eb929fc85991a69 (patch) | |
| tree | 64d52d6825bee7d50b580a7450f4f41cb8ee4f0d /bin/setup | |
| parent | 59d4503063717dcb6e5eada94976e72c466483cc (diff) | |
poke disposition in worker.
Diffstat (limited to 'bin/setup')
| -rwxr-xr-x | bin/setup | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ Dir.chdir APP_ROOT do puts "\n== Preparing database ==" system "bin/rake db:setup" + puts "\n== Preparing RabbitMQ bindings ==" + system "bin/rake rabbitmq:setup" + puts "\n== Removing old logs and tempfiles ==" system "rm -f log/*" system "rm -rf tmp/cache" |
