Skip to content

obiba/datashield-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Deployment of OBiBa for DataSHIELD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published