blob: e67842de4513cb5c5c08098c0c87df86b6454607 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
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
================================================================
|