• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to install OrangeHRM 4.0 on Cent OS 7

2688

How to install OrangeHRM 4.0 on CentOS 7

OrangeHRM is a most popular open source human resource management (HRM) application used for managing the Personnel Information Management, Employee Self Service, Leave, Time & Attendance, Benefits, and Recruitment. The OrangeHRM application can be used for a Small to medium-sized businesses use. this is a comprehensive HR platform which can be used for rapidly build and provide responsive HR services. This tutorial covers the installation of orange HRm on CentOS 7.

Prerequisites

  • Install LAMP(apache, mariadb, php5.6)

In MariaDB (create database and user and give privileges to that user).

  • Php installation
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
yum install php56w php56w-opcache php56w-mysql php56w-curl php56w-xml  php56w-mcrypt php56w-gd

Installation

You can download a package using this following URL.

https://sourceforge.net/projects/orangehrm/files/latest/download?source=typ_redirect

After downloading navigate to the downloaded location.

[root@linuxhelp1 ~]# cd Downloads/

The downloaded package is a zip file, so we need to unzip the package now.

[root@linuxhelp1 Downloads]# unzip orangehrm-4.0.zip 
Archive:  orangehrm-4.0.zip
   creating: orangehrm-4.0/
  inflating: orangehrm-4.0/error.xsl  
  inflating: orangehrm-4.0/install.php  
  inflating: orangehrm-4.0/phpunit.xml  
  inflating: orangehrm-4.0/.htaccess  
  inflating: orangehrm-4.0/CHANGELOG.TXT
.
.
   creating: orangehrm-4.0/license/
  inflating: orangehrm-4.0/license/3RDPARTY.TXT  
  inflating: orangehrm-4.0/license/LICENSE.TXT  
   creating: orangehrm-4.0/license/3rdParty/
  inflating: orangehrm-4.0/license/3rdParty/PHPMyAdmin.license  
  inflating: orangehrm-4.0/license/3rdParty/yui.license  
  inflating: orangehrm-4.0/license/3rdParty/xplanner.license  
  inflating: orangehrm-4.0/license/3rdParty/ypslideoutmenus.license.html

Then, move the file into the following path.

[root@linuxhelp1 Downloads]# mv orangehrm-4.0 /var/www/orangehrm

Switch to the directory now.

[root@linuxhelp1 Downloads]# cd /var/www/

We have to change ownership and permission of the Orangehrm directory as follows.

[root@linuxhelp1 www]# chown -R apache.apache orangehrm
[root@linuxhelp1 www]# chmod -R 775 orangehrm

Then we need to create a virtual host for accessing an OrangeHRM application.

[root@linuxhelp1 www]# vim /etc/httpd/conf.d/orange.conf
< VirtualHost *:80> 
ServerName www.linuxhelp1.com
DocumentRoot /var/www/orangehrm/

< Directory /var/www/orangehrm/> 
AllowOverride All
allow from all
< /Directory> 

< /VirtualHost> 

After creating the virtual host we need to restart the httpd service to make the changes effect.

[root@linuxhelp1 www]# systemctl restart httpd

then you can proceed the further installation from the browser by navigating to the following URL of http://local IP (or) domain name.
web_url

Now you will see Welcome page of OrangeHRM application. Click next to start the installation.
welcome_page

Then, accept the license agreement of OrangeHRM application to continue the installation.
accept_license

And then you must configure database configuration. once done click Next.
configdb

At next screen verify the server configuration environment. once done click next to continue.
server_config_env

After that, you have to configure the Admin user credential
admin_user_creds

Once configuration, confirm the installation and click on Next.
checkout_config

After the installation process clicks Next.
ornage_hrm

Once the Installation is success click Finish to complete the installation.
finish_install

Now, a login page of OrangeHRM application will appear. login with the help of using Admin user credential which you created during setup.
admin_user_creds

After the successful login, you will see the following page, orangeHRM admin dashboard.
admin_dashboard


admin_page

With this, the method to install OrangeHRM 4.0 on CentOS 7 comes to an end.

Tags:
connor
Author: 

Comments ( 1 )

deepaks
While starting the installation; I'm getting 500 error.. [access_compat:error] [pid 26443] [client 103.231.218.234:54176] AH01797: client denied by server configuration: /var/www/html/orangehrm/installer/images/dummy.jpg, referer: http://poc.jeadigital.com/installer/installerUI.php Can you please help?
Add a comment

Frequently asked questions ( 5 )

Q

Why I cannot install getting not writtable error?

A

Change the ownership for orangehrm file content location into apache and set permisssion 755. After that refer the page and check it

Q

What does the “Delete all board cookies” do in OrangeHRM?

A

“Delete all board cookies” deletes the cookies created by phpBB which keep you authenticated and logged into the board. Cookies also provide functions such as read tracking if they have been enabled by a board administrator. If you are having login or logout problems, deleting board cookies may help.

Q

Does it support Different shift timings in OrangeHRM?

A

No They don’t support Night shifts in OrangeHRM.

Q

How to install OrangeHRM manually on Linux?

A

For Linux Installation these steps should be followed;



ex: /var/www/html/orangehrm/



chown -R apache.apache /var/www/html/orangehrm/Now you need to create the database. To do this get to the MySQL prompt (you should be logged in as a user having rights create databases and users).

Q

How to Extract the PHP source of OrangeHRM onto the directory that is configured as Apache Server htdocs directory on "Windows"?

A

TO extract php from source

For ex: "C:\apache\Apache2\htdocs\orangehrm\"

Related Tutorials in How to install OrangeHRM 4.0 on Cent OS 7

Related Tutorials in How to install OrangeHRM 4.0 on Cent OS 7

How To Install AnyDesk on Centos 7
How To Install AnyDesk on Centos 7
Apr 2, 2018
How to install Tiki Wiki CMS Groupware on CentOS 7
How to install Tiki Wiki CMS Groupware on CentOS 7
May 31, 2018
How to install PHP ImageMagick on CentOS 7
How to install PHP ImageMagick on CentOS 7
Nov 4, 2017
How to Upgrade and Downgrade the PHP Versions on CentOS 7.6
How to Upgrade and Downgrade the PHP Versions on CentOS 7.6
Jun 4, 2019
How to install Apache from Source Code on CentOS 7
How to install Apache from Source Code on CentOS 7
Oct 21, 2017
How to enable or disable repositories in CentOS
How to enable or disable repositories in CentOS
Mar 28, 2018
How to install AWStats on CentOS 7
How to install AWStats on CentOS 7
Dec 8, 2017
How to install Apache JMeter in CentOS 7
How to install Apache JMeter in CentOS 7
Mar 24, 2017

Related Forums in How to install OrangeHRM 4.0 on Cent OS 7

Related Forums in How to install OrangeHRM 4.0 on Cent OS 7

CentOS
connor class=
How To Completely Remove Apache package On CentOS 7.6
May 14, 2019
CentOS
ceriaimmaculate class=
setfacl : command not found
Jan 3, 2018
CentOS
mason class=
Error getting authority: Error initializing authority: Could not connect: No such file or directory (g-io-error-quark, 1)
Nov 20, 2018
CentOS
landon class=
Command to find SNMP Version
May 28, 2018
CentOS
arjitharon class=
cannot start minio service help
Mar 10, 2018
Apache tomcat
AadrikaAnshu class=
Cannot find ./catalina.sh The file is absent or does not have execute permission This file is needed to run this program
Jun 17, 2019
gitlab
caden class=
Insufficient space in download directory /var/cache/yum/x86_64/6/base/packages
Jul 22, 2019
OpenVAS
frank class=
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error"
Dec 20, 2018
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Elijah ?
Remote Desktop Connection Has Stopped Working

When accessing my remote machine server using remote desktop on a windows machine I am getting this error

forum (1)

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.