mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
030df80ee4
provide a vast range of features to manage the crucial organization asset - people. It provides a perfect platform for re-engineering and aligning your HR processes along with the organizational goals. WWW: http://www.orangehrm.com PR: ports/129462 Submitted by: Wen Heping <wenheping at gmail.com>
27 lines
864 B
Plaintext
27 lines
864 B
Plaintext
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
|
|
|
|
================================================================
|