From f213e6909a306539f153cad585e51d129a002847 Mon Sep 17 00:00:00 2001 From: Gerhard Salvini Date: Tue, 16 Jul 2024 16:17:30 +0200 Subject: [PATCH] Started adding the new scripts to the README --- README.md | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 3ab8214..aff9999 100644 --- a/README.md +++ b/README.md @@ -171,17 +171,6 @@ sudo git clone https://github.com/samply/bridgehead.git /srv/docker/bridgehead If this is an ECDC/EHDS2 installation, switch to the ```ehds2``` branch and copy the configuration file to the required location: ```shell -sudo mkdir -p /srv/docker/ecdc/data -cd /srv/docker -git clone https://github.com/samply/transFAIR.git -cd /srv/docker/transFAIR -sudo git checkout ehds2 -docker build -t samply/transfair --no-cache . -cd /srv/docker -git clone https://github.com/samply/focus.git -cd /srv/docker/focus -sudo git checkout ehds2 -docker build -t samply/focus --no-cache . cd /srv/docker/bridgehead sudo git checkout ehds2 sudo mkdir -p /etc/bridgehead/ @@ -244,20 +233,18 @@ pki-scripts/managepki list ### Starting and stopping your Bridgehead -For an ECDC/EHDS2 installation, you need to start and stop the Bridgehead manually. +For an ECDC/EHDS2 installation, this is done with the help of specialized scripts: To start: ```shell -cd /srv/docker/bridgehead -sudo nohup ./bridgehead start bbmri >& ~/bridgehead.log & +sudo /srv/docker/bridgehead/run.sh ``` -To stop: +To stop (you generally won't need to do this): ```shell -cd /srv/docker/bridgehead -sudo ./bridgehead stop bbmri +sudo /srv/docker/bridgehead/stop.sh ``` For regular installations, read on.