mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
Update README
- the bootstrap script needs to be run before the app will run, so mention that first - explain what run_celery_beat.sh is for and that it isn't required to run the app
This commit is contained in:
@@ -57,6 +57,8 @@ Install [Postgres.app](http://postgresapp.com/). You will need admin on your mac
|
||||
|
||||
## 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.
|
||||
@@ -69,6 +71,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