mirror of
https://github.com/GSA/notifications-api.git
synced 2026-04-19 00:29:34 -04:00
@@ -65,6 +65,8 @@ To switch redis on you'll need to install it locally. On a OSX we've used brew f
|
||||
|
||||
## To run the application
|
||||
|
||||
First, run `scripts/bootstrap.sh` to install dependencies and create the databases.
|
||||
|
||||
You need to run the api application and a local celery instance.
|
||||
|
||||
There are two run scripts for running all the necessary parts.
|
||||
@@ -77,6 +79,8 @@ scripts/run_app.sh
|
||||
scripts/run_celery.sh
|
||||
```
|
||||
|
||||
Optionally you can also run this script to run the scheduled tasks:
|
||||
|
||||
```
|
||||
scripts/run_celery_beat.sh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user