pkgsrc/misc/php-orangehrm/MESSAGE
ryoon 0282802d12 Update to 2.7
* Add dependency to php-mysqli

Changelog:
2.7
* Language translation and date format support for all modules.
* Ability to switch on/off modules.
* Upgraders up to version 2.6.5.
* Removal of Benefits module.
* bugfixes

2.7-rc.1
* Language translation and date format support for all modules except
  Benefits module.
* Ability to switch on/off modules.
* bugfixes

2.6.12.1
* bugfixes

In detail, see new_changed_features.txt, but no security bug information
is provided.
2012-05-11 10:41:26 +00:00

36 lines
1.1 KiB
Text

===========================================================================
$NetBSD: MESSAGE,v 1.2 2012/05/11 10:41:26 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=mysqli.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 .
===========================================================================