Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbta/ors-deploy
https://github.com/mbta/ors-deploy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mbta/ors-deploy
- Owner: mbta
- Created: 2024-04-03T14:22:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-18T17:17:14.000Z (9 months ago)
- Last Synced: 2024-04-19T17:01:40.159Z (9 months ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# ORS Deploy
This repo contains config files for the MBTA's OpenRouteService
instance, and will eventually also contain deploy scripts and CI/CD.## Run Locally
Clone this repo, and ensure that you have docker running. Build an
image containing the latest [OpenSteetMaps data from
Geofabrik](http://download.geofabrik.de/north-america/us-northeast-latest.osm.pbf)
by runningdocker build . -t ors --no-cache
(This will take a while, because one of its steps involves downloading
a fairly large file from Geofabrik)(`--no-cache` is required to get the latest OpenStreetMap data)
Run that container so that it's ready to serve traffic with
docker run --name ors -p 8082:8082 --rm ors
It will typically take a while to start. Check its status with
curl http://localhost:8082/ors/v2/health