From 8f52c024f0f6287ce32cb1022b789eace8007e22 Mon Sep 17 00:00:00 2001 From: Bryan Date: Tue, 3 Dec 2013 20:11:55 -0500 Subject: [PATCH] os-install says rabbitmq is needed, although celery hasn't shown any obvious problems yet --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index cb720d7..7380cef 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -22,7 +22,7 @@ apt-get update apt-get upgrade -y apt-get install -y python-pip postgresql python-virtualenv virtualenvwrapper \ git nginx postgresql-server-dev-9.1 libxslt1-dev \ - libxml2-dev libmemcached-dev python-dev + libxml2-dev libmemcached-dev python-dev rabbitmq-server echo "CREATE USER vagrant WITH CREATEROLE LOGIN; CREATE DATABASE karmaworld OWNER vagrant;" | su postgres -c "psql" -- 2.25.1