Stream: Vulcan/SoA
Topic: Connectathon 2021-09
Geoff Low (Sep 09 2021 at 09:11):
Welcome to anyone joining the SoA track at the connectathon next week. Feel free to post questions here
Geoff Low (Sep 13 2021 at 17:04):
@Jens Villadsen - I'm getting 404 on 4.1.0 when running sushi
Geoff Low (Sep 13 2021 at 17:05):
it finds 4.2.0
Jens Villadsen (Sep 13 2021 at 17:07):
Are you familier with Docker?
Jens Villadsen (Sep 13 2021 at 17:08):
@Geoff Low
Jens Villadsen (Sep 13 2021 at 17:19):
If you are, I got a oneliner for you
Geoff Low (Sep 13 2021 at 20:25):
I am familiar with docker, let me know the good stuff
Jens Villadsen (Sep 13 2021 at 21:59):
Use what is stated here https://github.com/hl7-eu/gravitate-health#readme
Jens Villadsen (Sep 13 2021 at 22:00):
@Geoff Low docker run --rm -v $(pwd):/home/publisher/ig trifork/ig-publisher-base:r4b /bin/bash -c "cd /home/publisher/ig && ./_updatePublisher.sh -y -f && ./_genonce.sh -Xms1G -Xmx4G"
Jens Villadsen (Sep 13 2021 at 22:01):
the trifork/ig-publisher-base:r4b
comes pre-built with the 4.1.0 package
Jens Villadsen (Sep 13 2021 at 22:01):
the recipe is here: https://github.com/hl7-eu/gravitate-health/tree/master/docker
Last updated: Apr 12 2022 at 19:14 UTC