mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 17:20:15 +02:00
Added instructions for starting/stopping ECDC Bridgeheads
This commit is contained in:
18
README.md
18
README.md
@ -238,6 +238,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 ./bridgehead start bbmri
|
||||||
|
```
|
||||||
|
|
||||||
|
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
|
||||||
|
Reference in New Issue
Block a user