This project contains complete Connect for Life OpenMRS distribution application. It has been tailored for quick-evaluation of Connect for Life features and as a base for production builds.
The Docker and Docker Compose are required to run this project. The included scripts and Docker configuration are made for Unix environments.
These software terms of use apply to this Open Source solution.
The complete Connect for Life OpenMRS package is located in the cfl
directory of this project.
The cfl
directory contains detailed README.md
which describes how to start this application in quick evaluation called
dev-mode, and how to build and run Docker image of the Connect for Life OpenMRS distribution for more production-like
environments.
To start the Connect for Life OpenMRS distribution application on your local Unix machine:
- Create
cfl/.env
file,- use
cfl/.env.example
- set
INITIAL_STARTUP=true
- use
- Run:
cfl/runInDevMode.sh
It will create and start Docker containers for MySQL db and Tomcat with the application.
Be wary, the initial startup performs time-consuming, one-time operations which can take up to tens of minutes.