Installing the Debian Packages: Difference between revisions
m (fix wget) |
m (start on blank site) |
||
Line 1: | Line 1: | ||
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]] | 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 | ==iHRIS Manage Demo== | ||
These steps cover the installation of the iHRIS Manage demonstration on an Ubuntu or Debian system. | |||
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>wget -O ihris-setup.sh -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-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 you 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 <tt>http://localhost/ihris/manage/Demo</tt> in your web browser. You'll be prompted to update the site. Click “OK”. | 2. After the script completes, visit <tt>http://localhost/ihris/manage/Demo</tt> in your web browser. You'll be prompted to update the site. Click “OK”. | ||
Line 15: | Line 17: | ||
4. Explore! | 4. Explore! | ||
==iHRIS Manage Blank Site== | |||
[[Category:HowTo]] | [[Category:HowTo]] |
Revision as of 14:11, 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
iHRIS Manage Demo
These steps cover the installation of the iHRIS Manage demonstration on an Ubuntu or Debian system.
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 you 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!