Installing iHRIS 4.2: Difference between revisions
From IHRIS Wiki
No edit summary |
No edit summary |
||
Line 38: | Line 38: | ||
# Add the iHRIS PPA to software sources <pre>$ sudo add-apt-repository ppa:openhie/release</pre> | # Add the iHRIS PPA to software sources <pre>$ sudo add-apt-repository ppa:openhie/release</pre> | ||
# Update the software sources lists <pre>$ sudo apt-get update</pre> | # Update the software sources lists <pre>$ sudo apt-get update</pre> | ||
# Install iHRIS Packages. <pre>$ sudo apt-get install PACKAGE_NAME</pre> | # Install iHRIS Packages. <pre>$ sudo apt-get install PACKAGE_NAME</pre>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 <pre>$ sudo apt-get install ihris-manage</pre> will also install i2ce, ihris-common and textlayout on which it depends | #* Running the command <pre>$ sudo apt-get install ihris-manage</pre> will also install i2ce, ihris-common and textlayout on which it depends | ||
#* Running the command <pre>$ sudo apt-get install ihris-manage-site-demo</pre> 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. | #* Running the command <pre>$ sudo apt-get install ihris-manage-site-demo</pre> 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. |
Revision as of 11:21, 11 August 2015
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
- 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.- 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.
- Running the command
- 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