Skip to content

Install dockerized i2b2 on PCORnet

Jeff Klann edited this page Oct 19, 2017 · 2 revisions

IN PROGRESS

Setting up i2b2-on-PCORnet from our Docker image

(Based on the work of Kavi Wagholikar)

If docker is not installed please go to (https://www.docker.com/community-edition#/download )

docker network create i2b2-net
docker run -d  -p 5432:5432 --net i2b2-net --name i2b2-pg   i2b2/pcori-pg:amia2017
docker run -d  -p 8080:8080 -p 9990:9990 --net i2b2-net --name i2b2-wildfly i2b2/pcori-wildfly:amia2017

You will need to install the webclient too.

If you want to run this beyond localhost you will need to change project settings in the PM cell.

Note that you need port 8080 to be opened for public access, in your docker host

Clone this wiki locally