1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/www/orangehrm/files/pkg-message.in
Martin Wilke 030df80ee4 OrangeHRM is an Open Source HRM information system that will
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>
2008-12-06 14:57:09 +00:00

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
================================================================