Installing iHRIS 4.2
From IHRIS Wiki
Linux Ubuntu Installation - 4.2
iHRIS Installation starting version 4.2.0 will be through debian packages.
Packages
iHRIS has been packaged using different names
iHRIS Manage
iHRIS Manage which is the package for managing health worker information has two packages:
- ihris-manage-site: This package installs the base empty iHRIS Manage site
- ihris-manage-site-demo: This installed the version of iHRIS Manage that comes bundled with testing data
iHRIS Qualify
iHRIS Qualify which is the package for managing registration and licensing of health workers
- ihris-qualify-site: Package for basic iHRIS Qualify
- ihris-qualify-site-demo: comes with demonstration data
iHRIS Train
iHRIS Train: an iHRIS package for managing Pre-service and In-service trainings.
- ihris-train-site: Basic iHRIS Train
- ihris-train-site-demo: iHRIS Train that comes bundled with testing data
Installation Steps
- Add the iHRIS PPA to software sources
sudo add-apt-repository ppa:openhie/release
- Update the software sources lists
sudo apt-get update
- Install iHRIS Packages.
sudo apt-get install PACKAGE_NAME
. During the installation process there will be prompts for different settings and configurations including database configurations. The details are in the section below. - To access the installed site open the browser and visit
http://localhost/iHRIS/PACKAGENAME
Configurations Prompts During Installation
- APCU
- Database
Installation Example
To install a demo site for iHRIS Manage run the command below:
sudo apt-get install ihris-manage-site-demo
To view it on the browser, open
http://localhost/iHRIS/ihris-manage-site-demo
like http://localhost/iHRIS/ihris-manage-site-demo