Merge pull request #752 from alphagov/update-readme

Update README
This commit is contained in:
minglis
2016-12-02 10:14:00 +00:00
committed by GitHub

View File

@@ -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
```