esaude / esaude-platform-docker

Docker containers to set up the eSaude EMR Platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool




OpenMRS


eSaude EMR Platform Docker

Build Status Download eSaude Slack

This repository contains the necessary infrastructure code and related resources required to compose and run Docker containers that start an instance of the eSaude EMR Platform.

For more information about eSaude EMR visit esaude.org.

Prerequisites

Make sure you have Docker and Docker Compose installed.

Setup

Start by cloning this repository and entering the directory:

git clone https://github.com/esaude/esaude-platform-docker.git
cd esaude-platform-docker

Quickstart

Running the following should be enough to pull and run the eSaude EMR Platform:

docker-compose -f docker-compose-prebuilt.yml up -d

Details

You have two options. You can either build the Docker images from scratch, or you can use the prebuilt images from Bintray.

Using Prebuilt Images

Run:

docker-compose -f docker-compose-prebuilt.yml up -d

Building The Images

Run:

docker-compose up -d

Access

To log into eSaude EMR Plaform, use the following details:

License

MPL 2.0 w/ HD

About

Docker containers to set up the eSaude EMR Platform.

License:Other


Languages

Language:Shell 87.1%Language:JavaScript 12.9%