Sign inSign up

betagouv/datatools

By betagouv

•Updated over 8 years ago

https://github.com/catalogueglobal/datatools-server

Image
0

333

betagouv/datatools repository overview

⁠transport-ops

Scripts and config files for provision and deploy transport and required services

⁠Production configuration and deployment

The production requires the following services:

⁠Docker for transport-site CI

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.

⁠Use datatools-server for local developpement

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⁠

Tag summary

Content type

Image

Digest

Size

215.9 MB

Last updated

over 8 years ago

docker pull betagouv/datatools:fix_graphql_spec