Installing the Debian Packages: Difference between revisions

From IHRIS Wiki
m (get the URL right.)
m (fix wget)
Line 5: Line 5:
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.
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;\
  <tt>wget -O ihris-setup.sh -q http://www.ihris.org/w/upload/Ihris-deb-install.txt;\
     sudo sh -e Ihris-deb-install.txt</tt>
     sudo sh -e ihris-setup.sh</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 14:22, 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.

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

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/Demo in your web browser. You'll be prompted 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!