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.
Make sure you have Docker and Docker Compose installed.
Start by cloning this repository and entering the directory:
git clone https://github.com/esaude/esaude-platform-docker.git
cd esaude-platform-docker
Running the following should be enough to pull and run the eSaude EMR Platform:
docker-compose -f docker-compose-prebuilt.yml up -d
You have two options. You can either build the Docker images from scratch, or you can use the prebuilt images from Bintray.
Run:
docker-compose -f docker-compose-prebuilt.yml up -d
Run:
docker-compose up -d
To log into eSaude EMR Plaform, use the following details:
- Host:
DOCKER_HOST:8080/openmrs
- User: admin
- Pass: eSaude123