Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 925 Bytes

README.md

File metadata and controls

51 lines (32 loc) · 925 Bytes

Data Service Catalogue

Development

Getting Started

With Python

With Docker

  • Install Docker: https://docs.docker.com/get-docker/

  • Open a terminal at this folder to build a Docker-container:

    docker build --tag data-service-catalogue .
  • Run the Docker-container:

    docker run --rm -it -p 8000:8000 -v ${PWD}:/docs data-service-catalogue

Tools in use