This repository contains a packaged setup for iSantePlus EMR depolyment at individual health facilities. The package includes the following components:
- iSantePlus EMR application
- iSantePlus MySQL database
- Local OpenHIM Service
This package can be installed either as a standalone, or attached to an existing MySQL database that might be running currently at the facility. The installation process is as follows:
- Ensure that the prerequisites are met
- Clone the repository
- Run repository setup script
- Run instant v2 initialization command
- Finalize configuration of the iSantePlus and OpenHIM instances
Note:We will publish a docker image of this package to enable even quicker deployment and updates in the future. For now, the package requires local docker build capabilities.
- Docker
- Docker Swarm initialized
- Git
git clone isanteplus-local
cd isanteplus-local
./get-cli.sh linux latest
sudo ./build-custom-images.sh
sudo docker swarm init
cp .env.local .env
Open the .env file and modify the following variables:
- MYSQL_ROOT_PASSWORD
- etc.
./instant project init --env-file .env
link to Scribe: Scribe