mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-05 21:28:25 -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
|
## 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.
|
You need to run the api application and a local celery instance.
|
||||||
|
|
||||||
There are two run scripts for running all the necessary parts.
|
There are two run scripts for running all the necessary parts.
|
||||||
@@ -77,6 +79,8 @@ scripts/run_app.sh
|
|||||||
scripts/run_celery.sh
|
scripts/run_celery.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Optionally you can also run this script to run the scheduled tasks:
|
||||||
|
|
||||||
```
|
```
|
||||||
scripts/run_celery_beat.sh
|
scripts/run_celery_beat.sh
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user