Installing the Debian Packages: Difference between revisions

From IHRIS Wiki
m (make sure nothing can go wrong)
m (format)
Line 3: Line 3:
==Ubuntu and Debian==
==Ubuntu and Debian==


1. [https://help.ubuntu.com/community/UsingTheTerminal#Starting%20a%20Terminal Open a terminal] and copy the following line to run [http://www.ihris.org/w/upload/Ihris-deb-install.txt the installation script] for iHRIS Manage.
1. [https://help.ubuntu.com/community/UsingTheTerminal#Starting%20a%20Terminal Open a terminal] and copy the following lines to run [http://www.ihris.org/w/upload/Ihris-deb-install.txt the installation script] for iHRIS Manage.


  <tt>rm -f Ihris-deb-install.txt;wget -q http://www.ihris.org/w/upload/Ihris-deb-install.txt;sudo sh -e Ihris-deb-install.txt</tt>
  <tt>rm -f Ihris-deb-install.txt;wget -q http://www.ihris.org/w/upload/Ihris-deb-install.txt;\
    sudo sh -e Ihris-deb-install.txt</tt>


The script will prompt to type “I UNDERSTAND” to verify that it is ok to install the iHRIS Manage Demo.  Be aware that any database named “ihris” will be dropped.  This shouldn't be a problem if this is the first time you've installed the Demo.
The script will prompt to type “I UNDERSTAND” to verify that it is ok to install the iHRIS Manage Demo.  Be aware that any database named “ihris” will be dropped.  This shouldn't be a problem if this is the first time you've installed the Demo.

Revision as of 13:41, 31 August 2009

These directions are for the stable packages. If you would like to test the experiemental packages, or modify the demo site in any way, please see Customizing Packaged iHRIS

Ubuntu and Debian

1. Open a terminal and copy the following lines to run the installation script for iHRIS Manage.

rm -f Ihris-deb-install.txt;wget -q http://www.ihris.org/w/upload/Ihris-deb-install.txt;\
    sudo sh -e Ihris-deb-install.txt

The script will prompt to type “I UNDERSTAND” to verify that it is ok to install the iHRIS Manage Demo. Be aware that any database named “ihris” will be dropped. This shouldn't be a problem if this is the first time you've installed the Demo.

2. After the script completes, visit http://localhost/iHRIS/Manage in your web browser. You'll to update the site. Click “OK”.

3. When this completes, you'll get another prompt to procede to the site. Click “OK” again.

4. Explore!