mirror of https://github.com/samply/bridgehead.git
Added extra detail relating to EHDS2
This commit is contained in:
parent
b52931e46c
commit
350a4c84af
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:
|
If this is an ECDC/EHDS2 installation, switch to the ```ehds2``` branch and copy the configuration file to the required location:
|
||||||
```shell
|
```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
|
cd /srv/docker/bridgehead
|
||||||
sudo git checkout ehds2
|
sudo git checkout ehds2
|
||||||
sudo mkdir -p /etc/bridgehead/
|
sudo mkdir -p /etc/bridgehead/
|
||||||
|
|
Loading…
Reference in New Issue