Added instructions for getting EHDS2 branch

This commit is contained in:
Croft 2024-02-13 13:35:52 +01:00
parent 9459e1a979
commit a364a4b3f8
1 changed files with 4 additions and 2 deletions

View File

@ -138,11 +138,13 @@ sudo mkdir -p /srv/docker/
sudo git clone https://github.com/samply/bridgehead.git /srv/docker/bridgehead
```
If this is ECDC/EHDS2 installation, copy the configuration file to the required location:
If this is an ECDC/EHDS2 installation, switch to the ```ehds2``` branch and copy the configuration file to the required location:
```shell
cd /srv/docker/bridgehead
sudo git checkout ehds2
sudo mkdir -p /etc/bridgehead/
sudo cp bbmri/modules/bbmri.conf /etc/bridgehead/
sudo chown -R bridgehead:root /etc/bridgehead
sudo chown -R bridgehead:root . /etc/bridgehead
```
If this is not an ECDC/EHDS2 installation, then download your site specific configuration repository: