From a364a4b3f832981ab78b6a503680687fba28e525 Mon Sep 17 00:00:00 2001 From: Croft Date: Tue, 13 Feb 2024 13:35:52 +0100 Subject: [PATCH] Added instructions for getting EHDS2 branch --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9623314..b260dd5 100644 --- a/README.md +++ b/README.md @@ -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: