Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Dockerise Colouring London #780

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
steps
edwardchalstrey1 committed Mar 24, 2022
commit 59dcc322dbe46ebd6313ebd0269525b9c633d55b
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -26,6 +26,11 @@ for download under a liberal open data license

## Setup and run

#### Quick run the application

- `chmod +x init-user-db.sh`
- `docker compose up`

#### Test the application:

You can try out the Colouring London application by setting up your own development environment, which includes the option to load test data from OpenStreetMaps (OSM). See [docs/setup-dev-environment](docs/setup-dev-environment.md).