mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-18 21:48:49 -04:00
Switch to 'make' for running app processes
These are simple enough that they don't need their own scripts.
This commit is contained in:
@@ -71,20 +71,19 @@ You need to run the api application and a local celery instance.
|
||||
There are two run scripts for running all the necessary parts.
|
||||
|
||||
```
|
||||
scripts/run_app.sh
|
||||
make run-flask
|
||||
```
|
||||
|
||||
```
|
||||
scripts/run_celery.sh
|
||||
make run-celery
|
||||
```
|
||||
|
||||
Optionally you can also run this script to run the scheduled tasks:
|
||||
|
||||
```
|
||||
scripts/run_celery_beat.sh
|
||||
make run-celery-beat
|
||||
```
|
||||
|
||||
|
||||
## To test the application
|
||||
|
||||
First, ensure that `scripts/bootstrap.sh` has been run, as it creates the test database.
|
||||
|
||||
Reference in New Issue
Block a user