2016-12-06 18:14:19 +01:00
2016-11-25 14:04:02 +01:00
2016-12-06 18:14:19 +01:00
2016-07-31 11:03:43 +05:30
2016-11-25 17:21:30 +01:00
2015-10-10 20:18:50 +05:30
2016-12-06 18:14:19 +01:00
2016-11-25 17:21:30 +01:00
2016-11-25 17:27:24 +01:00
2016-11-29 09:26:47 +01:00
2016-11-29 00:18:32 +01:00
2015-10-10 20:00:32 +05:30
2016-08-04 14:27:59 +05:30
2016-08-04 14:27:59 +05:30
2016-11-29 00:19:56 +01:00
2016-11-29 00:18:32 +01:00

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 (/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/

Description
No description provided
Readme 83 MiB