Installing iHRIS 4.2

From IHRIS Wiki
Revision as of 12:20, 11 August 2015 by Sovello (talk | contribs)

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

I2CE

  • i2ce: This is the package name for I2CE core code.

iHRIS Manage

iHRIS Manage which is the package for managing health worker information has two packages:

  • ihris-manage: This is the base iHRIS Manage package on which all iHRIS Manage sites depend on.
  • ihris-manage-site: This package installs an empty iHRIS Manage site
  • ihris-manage-site-demo: This installs iHRIS Manage that comes bundled with testing/demo data

iHRIS Qualify

iHRIS Qualify which is the package for managing registration and licensing of health workers

  • ihris-qualify: This is the base iHRIS Qualify package on which all iHRIS Qualify sites depend on.
  • ihris-qualify-site: Package that installs a blank iHRIS Qualify site
  • ihris-qualify-site-demo: package that comes with testing/demo data

iHRIS Train

iHRIS Train: an iHRIS package for managing Pre-service and In-service trainings.

  • ihris-train: This is the base iHRIS Train package on which all the iHRIS Train sited depend on.
  • ihris-train-site: installs an empty iHRIS Train site
  • ihris-train-site-demo: installs iHRIS Train that comes bundled with testing/demo data

Installation Steps

  1. Add the iHRIS PPA to software sources
    $ sudo add-apt-repository ppa:openhie/release
  2. Update the software sources lists
    $ sudo apt-get update
  3. 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.
    • Running the command
      $ sudo apt-get install ihris-manage
      will also install i2ce, ihris-common and textlayout on which it depends
    • Running the command
      $ sudo apt-get install ihris-manage-site-demo
      on a clean install (where iHRIS has never been installed before) will install i2ce, textlayout, ihris-common, ihris-manage and the ihris-manage-site-demo site.
  4. 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