mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 09:10:15 +02:00
Added extra detail relating to EHDS2
This commit is contained in:
11
README.md
11
README.md
@ -171,6 +171,17 @@ sudo git clone https://github.com/samply/bridgehead.git /srv/docker/bridgehead
|
||||
|
||||
If this is an ECDC/EHDS2 installation, switch to the ```ehds2``` branch and copy the configuration file to the required location:
|
||||
```shell
|
||||
sudo mkdir -p /srv/docker/ecdc/data
|
||||
cd /srv/docker
|
||||
git clone https://github.com/samply/transFAIR.git
|
||||
cd /srv/docker/transFAIR
|
||||
sudo git checkout ehds2
|
||||
docker build -t samply/transfair --no-cache .
|
||||
cd /srv/docker
|
||||
git clone https://github.com/samply/focus.git
|
||||
cd /srv/docker/focus
|
||||
sudo git checkout ehds2
|
||||
docker build -t samply/focus --no-cache .
|
||||
cd /srv/docker/bridgehead
|
||||
sudo git checkout ehds2
|
||||
sudo mkdir -p /etc/bridgehead/
|
||||
|
Reference in New Issue
Block a user