Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teleivo/docker-openmrs-platform
:whale: Docker image for OpenMRS Platform 2.0
https://github.com/teleivo/docker-openmrs-platform
Last synced: 1 day ago
JSON representation
:whale: Docker image for OpenMRS Platform 2.0
- Host: GitHub
- URL: https://github.com/teleivo/docker-openmrs-platform
- Owner: teleivo
- Created: 2016-07-16T10:13:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-11T10:40:47.000Z (about 8 years ago)
- Last Synced: 2024-11-08T18:52:58.718Z (about 2 months ago)
- Homepage: http://www.openmrs.org/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenMRS Platform Docker
> Docker containers for [OpenMRS](http://openmrs.org) 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](http://www.openmrs.org/).
## Prerequisites
Make sure you have [Docker](https://docs.docker.com/) 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](https://github.com/teleivo/docker-openmrs-platform-mysql)
You can use [Docker Compose](https://docs.docker.com/compose/install/) 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](https://hub.docker.com/r/teleivo/openmrs-platform/)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](https://github.com/teleivo/docker-openmrs-platform-mysql) to run please refer to the Docker Compose example in the `example` folder [example/README.md](README)
## License
[MPL 2.0 w/ HD](http://openmrs.org/license/) © [OpenMRS Inc.](http://www.openmrs.org/)