From d8a8a69aff5f079aeab051bf02b3fdc23f4af817 Mon Sep 17 00:00:00 2001 From: Imdad Ahad Date: Tue, 6 Sep 2016 10:30:57 +0100 Subject: [PATCH] Update README to include additonal instructions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44bfd2822a..d9f7e41c3f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,11 @@ NOTE: The SECRET_KEY and DANGEROUS_SALT should match those in the [notifications NOTE: Also note the unique prefix for the queue names. This prevents clashing with others queues in shared amazon environment and using a prefix enables filtering by queue name in the SQS interface. +Install Postgresql +```shell + brew install postgres +``` ## To run the application @@ -75,7 +79,6 @@ scripts/run_celery_beat.sh ``` - ## To test the application First, ensure that `scripts/boostrap.sh` has been run, as it creates the test database.