Added instructions to stop and start Bridgehead

This commit is contained in:
DavidCroftDKFZ 2024-07-10 14:25:21 +02:00
parent fbe68bc778
commit 9e72b04824
1 changed files with 18 additions and 0 deletions

View File

@ -244,6 +244,24 @@ pki-scripts/managepki list
### Starting and stopping your Bridgehead ### 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: 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 To start, run