POST-INSTALL CONFIGURATION FOR OrangeHRM
=====================================

1) Add the following to your Apache configuration, and
   restart the server:

   ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
   Alias /orangehrm %%PREFIX%%/www/orangehrm/
   AcceptPathInfo On
   <Directory %%PREFIX%%/www/orangehrm>
      AllowOverride None
      Order Allow,Deny
      Allow from all 
   </Directory>

2) Visit your OrangeHRM site with a browser (i.e.,
   http://your.server.com/orangehrm), and you should
   be taken to the setup script, which will lead
   you through creating a configuration file and then
   setting up OrangeHRM, creating an admin account, etc.

For more information, see the INSTALL DOCUMENTATION:

   http://www.orangehrm.com/installation-Linux.shtml

================================================================