Code Monkey home page Code Monkey logo

atlasinstallation's Introduction

Atlas Installation image info

Resources for installing OHDSI ATLAS using Docker containers.

Administrator Preparation

Configure the Common Data Model Database

Follow these instructions for preparing the PostgreSQL database.

Build WebAPI app

In either a Linux or a WSL terminal:

  • Install Java 8

  • Install Apache Maven

  • Set the environment variable MAVEN_OPTS to prevent out of memory errors with

      MAVEN_OPTS="-Xmx 1024"		
    
  • Install Git

  • Install Git Large File Systems (Git-LFS) with

      sudo apt update
      sudo apt install git-lfs
    
  • Create a new directory ~/git/OHDSI and cd to it.

  • Download the latest version of WebAPI with

      git clone https://github.com/OHDSI/WebAPI.git
      git checkout refs/tags/v2.11.1
    
  • Customize the WebAPI settings.xml file with the details of the PostgreSQL database as specified here.

  • From the directory created by the git clone operation, (like ~/git/ohdsi/WebAPI), build the .war file with

      mvn clean package -DskipUnitTests -DskipITtests -s WebAPIConfig/settings.xml -P webapi-postgresql
    
  • Upload the ~/git/OHDSI/WebAPI/target/WebAPI.war file to the DBMI AtlasInstallation repo.

User Installation

Linux

Windows

We'll run Atlas in a Docker container.

  • Install Docker.

  • Install Git.

  • In a convenient subdirectory (perhaps C:\Git\OHDSI) clone the AtlasInstallation repo:

      git clone https://github.com/DBMI/AtlasInstallation.git
    
  • In the C:\Git\OHDSI\AtlasInstallation directory, build the Docker container with

      docker build . -t atlas-installation
    
  • Run the Docker image with

      docker run -d -p 8080:8080 atlas-installation		
    
  • View the Atlas start page at

atlasinstallation's People

Contributors

kevin-dbmi avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.