Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 985 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 985 Bytes

Deployment of OBiBa for DataSHIELD

This repository contains the necessary files to deploy an example instance of OBiBa for DataSHIELD. It uses Traefik as a reverse proxy and some self-signed certificates to generate, for testing purpose only.

Prerequisites

  • Docker
  • Docker Compose
  • Linux or MacOS

Installation

Once you have cloned the repository, you can start the deployment by running the following command:

make certificates
make hosts

This will generate the necessary certificates and update your /etc/hosts file to include the necessary entries.

Then you can start the deployment by running:

make pull
make up

This will pull the necessary images and start the containers. You can access the services at the following URLs:

To stop the deployment, you can run:

make stop