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

How to install IceHRM 21.0.0 on CentOS 7

2769

To install IceHRM 21.0.0 on CentOS 7


ICE Hrm is a Human resource management system for small and medium-sized organizations. It’ s builds based on PHP and MySQL database. It covers all the basic HRM needs of a company such as leave management, time management and handling of employee information.

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

Download a package using the following command

[root@linuxhelp1 user1]# wget https://sourceforge.net/projects/icehrm/files/latest/download?source=typ_redirect --no-check-certificate
--2018-04-16 03:43:55--  https://sourceforge.net/projects/icehrm/files/latest/download?source=typ_redirect
Resolving sourceforge.net (sourceforge.net)... 216.105.38.13
Connecting to sourceforge.net (sourceforge.net)|216.105.38.13|:443... connected.
.
.
CN=Let' s Encrypt Authority X3’ :
  Issued certificate not yet valid.
HTTP request sent, awaiting response... 200 OK
Length: 15565408 (15M) [application/octet-stream]
Saving to: ‘ download?source=typ_redirect’ 

100%[============================================================> ] 15,565,408   336KB/s   in 37s    

2018-04-16 03:44:37 (416 KB/s) - ‘ download?source=typ_redirect’  saved [15565408/15565408]

The download package is a zip file, so unzip the package using the following command

[root@linuxhelp1 user1]# unzip download?source=typ_redirect
Archive:  download?source=typ_redirect
   creating: icehrm_v21.1.0.OS/
   creating: icehrm_v21.1.0.OS/admin/
   creating: icehrm_v21.1.0.OS/admin/attendance/
   creating: icehrm_v21.1.0.OS/admin/company_structure/
.
.
  inflating: icehrm_v21.1.0.OS/web/bower_components/tinymce/themes/modern/theme.js  
  inflating: icehrm_v21.1.0.OS/web/bower_components/tinymce/themes/modern/theme.min.js  
  inflating: icehrm_v21.1.0.OS/web/bower_components/tinymce/tinymce.jquery.js  
  inflating: icehrm_v21.1.0.OS/web/bower_components/tinymce/tinymce.jquery.min.js  
  inflating: icehrm_v21.1.0.OS/web/bower_components/tinymce/tinymce.js  
  inflating: icehrm_v21.1.0.OS/web/bower_components/tinymce/tinymce.min.js

Move the file into the following directory

[root@linuxhelp1 user1]# mv icehrm_v21.1.0.OS /var/www/

Switch to the following directory

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

Change the ownership and permission of the file

[root@linuxhelp1 www]# chown -R apache.apache icehrm_v21.1.0.OS
[root@linuxhelp1 www]# chmod -R 775 icehrm_v21.1.0.OS

Create a new virtual host configuration for accessing the IceHRM application

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

< Directory /var/www/icehrm_v21.1.0.OS/> 
AllowOverride All
allow from all
< /Directory> 

< /VirtualHost> 

Restart the httpd service

[root@linuxhelp1 www]# systemctl restart httpd

Open a browser and type the following URL of http://local IP (or) domain name
web_config

Configure the site information and database detail
installation

After the configuration login into ICE HRM with the credentials admin as a name and admin as a password
login

After the successful login, you will see the dashboard of ICE HRM
dashboard

with this, the method to install IceHRM 21.0.0 on CentOS 7 comes to an end.

Tags:
gabriel
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

How to add edit time sheets of your subordinates (Direct Reports)?

A

A manager can only make modifications to their direct reports. First, you need to log in as the manager and go to Employees -> Employees module.

In that module click “Login as employee” icon of one of your subordinates.

Then go to “Time Management” => “Time Sheets” and one of the timesheets (all the time sheets displayed here belong to your switched subordinate)

Hit edit time sheet and add a time entry

Q

What are alternative tools available for the IceHRM?

A

The following alternative tools are available for IceHRM as given below,
Orange hrm
simpe hrm
way point hr

Q

How to allocate 160 hours instead of days in leave management module in IceHRM?

A

When adding leave entitlement you should primarily use leave types. Since you are getting 160 hours a year you can create a leave type called Annual leave and add 20 (160/8) days as leave amount for that leave type. IceHrm assumes an 8 hour work day. So when you do that you can apply for a leave for 1 day or 1 hour. If you apply for a 1 day leave your leave entitlement available leave count will become 19. If you apply for one hour it’ll take away 0.125 from your leave entitlement.

Q

How to allocate different amounts of leave to different employees or categories?

A

Let’s say some employees have only 150 hours of paid time off. (For an example all “Marketing Managers”). To implement this you can go to add a leave rule for Marketing Managers for annual leave with leave amount of only 18.75 days (150/8). Leave rules are not bound to any leave period, so the leave rules that you define will be applied to all the leave periods.

Q

How to compensate an employee with Paid time off in IceHRM?

A

Assume that an employee worked on a holiday due to some urgent issue. You need to compensate him/her with an additional day off. In that case, you can use “Paid Time Off” tab to add an additional leave to the employee. Paid time off also used to add leaves carried forward from previous years where you have not been using IceHRM. If you want to remove some leave from an employee you can add minus PTO also.

Related Tutorials in How to install IceHRM 21.0.0 on CentOS 7

Related Tutorials in How to install IceHRM 21.0.0 on CentOS 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 IceHRM 21.0.0 on CentOS 7

Related Forums in How to install IceHRM 21.0.0 on CentOS 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 Luk Van De Looverbosch ?
How to create a root ?

Hello,
How to create root@linuxhelp in Linux Mint 20.1 64-bit ?
Thanks in advance for your reply.
Best regards.

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.