Skip to content

Latest commit

 

History

History
 
 

Atlas

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 




UW


Atlas Dockerfiles

ATLAS is an open source software tool for researchers to conduct scientific analyses on standardized observational data.

Quickstart

Use the following command to spin up Atlas. Make sure to change the values of the environment variables as needed.

docker run \
  --name ohdsi-atlas \
  -p 8081:80 \
  -e "WEBAPIURL=http://localhost:8080/WebAPI/" \
  -e "ORGNAME=Momcorp" \
  uwcarg/ohdsi-atlas:2.3.0

💡 Atlas depends on the OHDSI WebAPI, so you will need to have that up and running.

Test

Navigate to the following URL:

Details

The Docker image is built on Docker Hub and contains a build of OHDSI Atlas.

Environment Variables

When creating the container, a new config-local.js is created as described in the install guide, using the values specified in the environment variables.

WEBAPIURL [default: https://localhost:8080/WebAPI/]

The URL of the WebAPI instance to connect to.

ORGNAME [default: Atlas]

Your organization's display name.

License

CC BY-SA