From 9e72b048243c1cfbb84eb80f579477951692120e Mon Sep 17 00:00:00 2001 From: DavidCroftDKFZ <46788708+DavidCroftDKFZ@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:25:21 +0200 Subject: [PATCH] Added instructions to stop and start Bridgehead --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 77702ca..3ab8214 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,24 @@ pki-scripts/managepki list ### Starting and stopping your Bridgehead +For an ECDC/EHDS2 installation, you need to start and stop the Bridgehead manually. + +To start: + +```shell +cd /srv/docker/bridgehead +sudo nohup ./bridgehead start bbmri >& ~/bridgehead.log & +``` + +To stop: + +```shell +cd /srv/docker/bridgehead +sudo ./bridgehead stop bbmri +``` + +For regular installations, read on. + If you followed the above steps, your Bridgehead should already be configured to autostart (via systemd). If you would like to start/stop manually: To start, run