From 687f217d7b5ef882188b2248b29e25a922b2b50d Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Fri, 2 Dec 2016 10:09:36 +0000 Subject: [PATCH] Updated readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 84988374c..d45dd5e22 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,11 @@ NOTES: Install [Postgres.app](http://postgresapp.com/). You will need admin on your machine to do this. +### Redis + +To switch redis on you'll need to install it locally. On a OSX we've used brew for this. + + ## To run the application You need to run the api application and a local celery instance.