OrangeHRM offers a flexible and easy to use HRIS solution for small and medium sized companies free of charge. By providing modules for personnel information management, employee self service, leave, time & attendance, benefits and recruitment companies are able to manage the crucial organization asset - people. The combination of these modules into one application assures the perfect platform for re-engineering and aligning your HR processes along with the organizational goals.
35 lines
1 KiB
Text
35 lines
1 KiB
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2011/12/12 17:39:09 ryoon Exp $
|
|
|
|
To use OrangeHRM, you will need to perform the following steps.
|
|
|
|
1. To use MySQL server, install databases/mysql51-server and enable it.
|
|
|
|
# ${RCD_SCRIPTS_DIR}/mysqld start
|
|
|
|
2. Install apache httpd server, for example www/apache22 and www/ap-php.
|
|
|
|
3. Be sure to have the following lines in ${PREFIX}/etc/httpd/httpd.conf
|
|
|
|
DocumentRoot "${PREFIX}/share/orangehrm"
|
|
LoadModule php5_module lib/httpd/mod_php5.so
|
|
AddType application/x-httpd-php .php
|
|
<Directory ${PREFIX}/share/orangehrm>
|
|
Options All
|
|
Allow from All
|
|
AllowOverride All
|
|
</Directory>
|
|
|
|
4. Be sure to have the following lines in ${PREFIX}/etc/php.ini.
|
|
|
|
extension=mysql.so
|
|
extension=pdo.so
|
|
extension=pdo_mysql.so
|
|
|
|
5. Start apache httpd.
|
|
|
|
# ${RCD_SCRIPTS_DIR}/apache start
|
|
|
|
6. Access http://localhost/index.php and setup.
|
|
In detail, please read http://localhost/INSTALL.html .
|
|
===========================================================================
|