mirror of
https://github.com/GSA/notifications-api.git
synced 2026-06-04 21:38:20 -04:00
Move bootstrap tasks into the Makefile
This is more consistent with how we run all other tasks. Note that the virtual env setup is not generally applicable, and developers of this repo should follow the guidance in the README.
This commit is contained in:
@@ -59,7 +59,7 @@ To switch redis on you'll need to install it locally. On a OSX we've used brew f
|
||||
|
||||
```
|
||||
# install dependencies, etc.
|
||||
./scripts/bootstrap.sh
|
||||
make bootstrap
|
||||
|
||||
# run the web app
|
||||
make run-flask
|
||||
@@ -75,7 +75,7 @@ make run-celery-beat
|
||||
|
||||
```
|
||||
# install dependencies, etc.
|
||||
./scripts/bootstrap.sh
|
||||
make bootstrap
|
||||
|
||||
make test
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user