OMOP and Atlas on IRIS for Health
0
0
Initial Release
git clone https://github.com/intersystems-community/omop_atlas_webapi.git
cd omop_atlas_webapi/iris/
cat data.tar.gz.parta* > data.tar.gz
cat db/irisapp.tar.gz.parta* > db/irisapp.tar.gz
192.168.1.8
with the IP adress of the PC where you launch this container. DO NOT use localhost or 127.0.0.1![ ] /atlas/js/config/app.js
Build the container and launch it:
docker-compose build
docker-compose up
Building may take long time and it depends on the performance of host computer. Wait for a couple of minutes after the launch for the initialisation of container.
Atlas will be available here http://<your.ip.address>:8081/atlas/
. Once again, DO NOT use localhost or 127.0.0.1!
Initial Release