iHRIS Manage for Malawi Ministry of Health
Written for ihris-manage-malawi by Juma Lungo on 2013-04-10
Dear iHRIS Manage Malawi contributers and Testers,
Welcome to the crusade!
First, install Bazaar on your computer, if you have not done so. To install bazaar issue this commands:
sudo apt-get install bzr
Lets go:
(1) Download "ihris-
=======
sudo mkdir -p /var/lib/
sudo ln -s /var/lib/
cd /var/lib/
sudo wget http://
sudo tar -xjf ihris-suite-
=======
(2) create malawi site as floows
change directory to iHRIS folder
that is
cd /var/lib/iHRIS/
then download the customisation of ihris-manage-malawi as follows:
sudo su
bzr branch lp:ihris-manage-malawi
This command will create a folder here
/var/lib/
(3) make your site to be available
>>>>>Create your mysql database<<<<<
gedit /var/lib/
Then configure the file appropriately, then make a symbolic link as follows:
ln -s /var/lib/
Almost done, but emember to make pretty urls cosmetics:
cp /var/www/
gedit /var/www/
Done for now!
(4) How to get updated source code from the iHRIS Malawi Developers Team?
easy,
cd /var/lib/
then issue the command:
bzr update
(5) How can you contribute to iHRIS Malawi Developers Team?
- Test the system
- update source codes then push to the Launchpad. To do this, you need to register your computer's SSH-Key and introduce yourself to Bazaar.
All the best
Lungo
Updated .