Installing iHRIS: Install iHRIS Manage On An Ubuntu System
Installing iHRIS: Install iHRIS Manage On An Ubuntu System
Restart Apache
sudo /etc/init.d/apache restart
PHP Configuration
Contents
extension=apc.so
apc.shm_size=100
apc.write_lock=1
apc.slam_defense=0
Configuring Memcahced
to:
<path name='modules'>
<value>./modules</value>
<value>/var/lib/iHRIS/lib/4.0.7</value>
</path>
mysql -u root -p
Will take to the mysql ”shell” where you enter
CREATE DATABASE ihris_manage;
GRANT ALL PRIVILEGES ON ihris_manage.* TO
ihris_manage@localhost identified BY 'PASS';
SET GLOBAL log_bin_trust_function_creators = 1;
exit
Change
RewriteBase /iHRIS/manage-Blank
To
RewriteBase /manage
Installing the site