Changes

From SME Server
Jump to navigationJump to search
467 bytes added ,  15:06, 11 May 2010
m
categorisation
Line 1: Line 1: −
{{Note box|This is work in progress}}
+
{{Incomplete}}
 
==Maintainer==
 
==Maintainer==
Thomas Chandra (thomas.aria AT telkom DOT net DOT id)
+
Thomas Chandra (thomas DOT aria AT telkom DOT net DOT id)
    
==Description==
 
==Description==
Line 9: Line 9:     
==Add PHP5 support to SME as cgi==
 
==Add PHP5 support to SME as cgi==
OrangeHRM needs PHP5 … But SMEServer 7.x have php4 installed and you are advised not to upgrade to PHP5 because it will broke SMEServer system. But don’t worry, you can add PHP5 as cgi based on this howto:  [http://sme.firewall-services.com/spip.php?article46 Add php5 support on your SME without upgrading to PHP5]
+
OrangeHRM needs php5.
 +
SMEServer 7.x have php4 installed and you are advised not to upgrade to PHP5 because it will broke SMEServer system.  
 +
Don’t worry, you can add PHP5 as cgi based on this howto:  [http://sme.firewall-services.com/spip.php?article46 Add php5 support on your SME without upgrading to PHP5]
    
Install php5-cgi support as instructed in the howto, but stop at step #3.
 
Install php5-cgi support as instructed in the howto, but stop at step #3.
Line 58: Line 60:  
   mysql -e "grant all privileges on *.* to orangehrmuser@localhost identified by 'yourpassword' WITH GRANT OPTION"
 
   mysql -e "grant all privileges on *.* to orangehrmuser@localhost identified by 'yourpassword' WITH GRANT OPTION"
   −
   mysql -e "flush privileges
+
   mysql -e "flush privileges"
    
===InnoDB===
 
===InnoDB===
Line 72: Line 74:  
Follow the instructions on screen..  
 
Follow the instructions on screen..  
   −
  Privileged database Username : orangehrmuser
+
Privileged database Username : orangehrmuser
  Privileged database User password : yourpassword
+
Privileged database User password : yourpassword
    
You can ignore "Memory alocated for PHP Script warning"
 
You can ignore "Memory alocated for PHP Script warning"
    +
==Removal==
 +
  rm /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/90orangehrm
 +
  expand-template /etc/httpd/conf/httpd.conf
 +
  svc -t /service/httpd-e-smith
 +
  rm -rf /opt/orangehrm
 +
 +
Delete orangehrmuser from mysql using phpmyadmin
 +
 +
Optional :
 +
  db configuration setprop mysqld InnoDB disabled
 +
 +
==Additional Information==
   −
==Removal==
+
See discussion about OrangeHRM installation and problems (blank PIM page, etc) [http://forums.contribs.org/index.php?topic=39203.0 here]
 +
 
 +
 
 +
 
 +
----
 +
[[Category:Howto]]
 +
[[Category:Webapps]]

Navigation menu