Sign inSign up

teleivo/openmrs-platform

By teleivo

Updated about 10 years ago

Docker image for OpenMRS Platform 2.0

Image
1

697

teleivo/openmrs-platform repository overview

OpenMRS

OpenMRS Platform Docker

Docker containers for OpenMRS Platform 2.0

This repository contains the necessary code to create Docker containers that start an instance of the OpenMRS Platform 2.0.

For more information about the OpenMRS Platform visit openmrs.org.

Prerequisites

Make sure you have Docker installed.

This Docker image cannot run without the correct database appropriate for the OpenMRS Platform 2.0 version used.

Fortunately there is a Docker image for it at OpenMRS Platform MySQL

You can use Docker Compose to install and wire these two images together.

Please check out the Docker Compose example in the example folder.

Setup

You need to have the Docker image locally in order to run it.

You can either build it yourself or pull it from the :cloud:

Please follow the appropriate section below.

Build

Start by cloning this repository:

git clone https://github.com/teleivo/docker-openmrs-platform.git

Enter the directory and build the image:

cd docker-openmrs-platform
docker build --tag openmrs-platform .
Pull

The Docker image is hosted on Docker Hub

You can pull via

docker pull teleivo/openmrs-platform
Run

Ensure you built or pulled the image first.

Since this image needs OpenMRS Platform MySQL to run please refer to the Docker Compose example in the example folder example/README.md

License

MPL 2.0 w/ HD © OpenMRS Inc.

Tag summary

Content type

Image

Digest

Size

108.6 MB

Last updated

about 10 years ago

docker pull teleivo/openmrs-platform