Version: 7.0.x
Install via Docker
The following steps will guide you through the process of installing the OpenHIM using docker images.
- Install Docker via terminal
curl https://get.docker.com/ | sh -
Or install Docker using the link below, follow all the steps and most importantly, ensure that there is no previous docker installed while following these instructions. - Install Docker Compose, follow all the steps here and use the recommend example version which is the latest stable release.
- Install Git
sudo apt install git
- Clone the repository for setting up a docker image
git clone https://github.com/jembi/openhim-common.git
- Navigate into the repo
cd openhim-common
- Build the docker images
docker-compose build && docker-compose up -d
- Access the OpenHIM Console on http://localhost:9000
Note: To configure the IP address the user must do the following
sudo nano default.json
edit the hostname to be that of the IP address of the docker image.