Home
Name Modified Size InfoDownloads / Week
icehrm_v27.0.0.OS.zip 2020-06-02 70.2 MB
icehrm_v26.2.0.OS.zip 2019-02-04 33.6 MB
icehrm_v24.0.0.OS.zip 2018-07-03 32.5 MB
icehrm_v23.0.0.OS.zip 2018-05-20 23.7 MB
icehrm_v21.1.0.OS.zip 2018-03-18 15.6 MB
icehrm_v20.3.0.OS.zip 2017-11-27 14.7 MB
icehrm_v20.2.OS.zip 2017-09-29 14.2 MB
icehrm_v19.0.OS.zip 2016-12-14 12.4 MB
readme.md 2016-12-14 3.0 kB
icehrm_v18.0.OS.zip 2016-08-05 9.1 MB
icehrm_v16.1.OS.zip 2016-05-08 8.2 MB
icehrm_v16.0.OS.zip 2016-04-17 8.2 MB
icehrm_v16.0.OS.tar.gz 2016-04-17 7.3 MB
icehrm_v15.2.OS.zip 2016-03-14 8.2 MB
icehrm_v15.0.OS.zip 2016-02-09 8.0 MB
icehrm_v14.1.OS.zip 2015-12-28 8.0 MB
icehrm_v14.0.OS.zip 2015-12-13 8.0 MB
icehrm_v13.1.OS.zip 2015-10-11 6.5 MB
Totals: 18 Items   288.4 MB 11

IceHrm

Build Status

IceHrm is a HRM software which enable companies of all sizes to manage HR activities properly.

Setup IceHrm Development Environment

IceHrm development environment is packaged as a Vagrant box. I includes php7, nginx, phpunit and other software required for runing icehrm

Preparing development VM

~ $ vagrant up
  • Run vagrant ssh to login to the Virtual machine
~ $ vagrant ssh
  • Install ant build in your VM
~ $ sudo apt-get install ant
  • Build Icehrm (your icehrm root directory is mapped to /vagrant/ directory in VM)
~ $ cd /vagrant
~ $ ant buildlocal
  • Navigate to to load icehrm from VM. (user:admin/pass:admin)

  • Runing unit test

~ $ cd /vagrant
~ $ phpunit

Installation

  • Download the latest release https://github.com/gamonoid/icehrm/releases/latest

  • Copy the downloaded file to the path you want to install iCE Hrm in your server and extract.

  • Create a mysql DB for and user. Grant all on iCE Hrm DB to new DB user.

  • Visit iCE Hrm installation path in your browser.

  • During the installation form, fill in details appropriately.

  • Once the application is installed use the username = admin and password = admin to login to your system.

Note: Please rename or delete the install folder (<ice hrm root>/app/install) since it could pose a security threat to your iCE Hrm instance.

Upgrade from Previous Versions to Latest Version

Refer: http://blog.icehrm.com/docs/upgrade/

Source: readme.md, updated 2016-12-14