https://github.com/catalogueglobal/datatools-server
333
Scripts and config files for provision and deploy transport and required services
The production requires the following services:
transport-site: the web frontend
datatools-server: the GTFS validation service
udata: references and/or stores the datasets and comments
The Transport Site project is tested with CircleCI in a Docker container that is defined in transport-site/Dockerfile.
When updating that Dockerfile, push a git tag in the format a.b.c and the image will be built by Dockerhub : https://hub.docker.com/r/betagouv/transport/
Then update https://github.com/etalab/transport-site/blob/master/.circleci/config.yml to match the new version.
If you are using Docker Machine (probably if you are running on macOSX or Windows), run
docker-machine create datatools
docker-machine start datatools
docker-compose up datatools
Otherwise run docker-compose up to start a local instance of datatools.
It will listen on http://localhost:4000
Content type
Image
Digest
Size
215.9 MB
Last updated
over 8 years ago
docker pull betagouv/datatools:fix_graphql_spec