mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Merge pull request #660 from alphagov/update-readme
Update README to include additonal instructions
This commit is contained in:
@@ -52,7 +52,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.
|
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
|
## To run the application
|
||||||
|
|
||||||
@@ -73,7 +77,6 @@ scripts/run_celery_beat.sh
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## To test the application
|
## To test the application
|
||||||
|
|
||||||
First, ensure that `scripts/boostrap.sh` has been run, as it creates the test database.
|
First, ensure that `scripts/boostrap.sh` has been run, as it creates the test database.
|
||||||
|
|||||||
Reference in New Issue
Block a user