-
Download a project using command:
git clone https://github.com/intersystems-community/omop_atlas_webapi.git
-
Merge parts of compressed IRIS.DAT archives and CSV files:
cd omop_atlas_webapi/iris/ cat data.tar.gz.parta* > data.tar.gz cat db/irisapp.tar.gz.parta* > db/irisapp.tar.gz
-
In the following files, replace the IP address
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!- /webapi/pom.xml
- /atlas/docker/config-local.js
- /atlas/js/config/app.js
-
Build the container and launch it:
docker-compose build --no-cache 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!
forked from intersystems-community/omop_atlas_webapi
-
Notifications
You must be signed in to change notification settings - Fork 0
License
jcarlosrga/omop_atlas_webapi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 36.0%
- JavaScript 22.1%
- TSQL 18.1%
- HTML 12.2%
- ObjectScript 8.1%
- PLSQL 1.8%
- Other 1.7%