Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down