mirror of https://github.com/samply/bridgehead.git
Added instructions to get latest TransFAIR
This commit is contained in:
parent
d73e6ee7a3
commit
99956f3477
|
@ -140,6 +140,10 @@ 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
|
||||
cd
|
||||
git clone https://github.com/samply/transFAIR.git
|
||||
cd transFAIR
|
||||
docker build -t samply/transfair --no-cache .
|
||||
cd /srv/docker/bridgehead
|
||||
sudo git checkout ehds2
|
||||
sudo mkdir test data
|
||||
|
|
Loading…
Reference in New Issue