We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
(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