diff options
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -155,6 +155,7 @@ end def start_dev_environment(type="normal") start_couchdb(type) start_rabbitmq(type) + sleep 2 configure_rabbitmq(type) start_chef_solr(type) start_chef_solr_indexer(type) |