Download presentation
Presentation is loading. Please wait.
1
Copy from Windows to Ubuntu
Start VMWare Player and play Ubuntu Drag ihris-suite-4_0_7.tar.bz2 from Windows Desktop to Ubuntu Desktop
2
Moving the site sudo rm /var/lib/iHRIS/sites/manage
sudo mv /var/lib/iHRIS/4.0.5/ihris-manage/sites/Demo /var/lib/iHRIS/sites/manage
3
Updating the main Code Move old iHRIS code
sudo mv /var/lib/iHRIS/ /var/lib/iHRIS/4.0.5.old Make a directory for the new code sudo mkdir /var/lib/iHRIS/4.0.7 Extract the tarball to the directory cd /var/lib/iHRIS/ sudo tar -xjf ~/Desktop/ihris-suite-4_0_7.tar.bz2
4
Updating the Site Make our site's module point to the new demo code
sudo gedit /var/lib/iHRIS/sites/manage/iHRIS-Manage-Demo.xml Change <path name="modules"> <value>./modules</value> <value>../../../</value> </path> To <path name="modules"> <value>./modules</value> <value>/var/lib/iHRIS/4.0.7</value> </path>
5
Updating the Site Make our site's module point to the new demo code
sudo gedit /var/lib/iHRIS/sites/manage/pages/local/config.values.php Change /** * the path to the I2CE installation * You might need to set this depending on your installation * Default value is ../../../../I2CE */ $i2ce_site_i2ce_path = "/var/lib/iHRIS/current/I2CE"; To /** * the path to the I2CE installation * You might need to set this depending on your installation * Default value is ../../../../I2CE */ $i2ce_site_i2ce_path = "/var/lib/iHRIS/4.0.7/I2CE";
6
Finishing Up Browse to
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.