2019-08-29 08:07:57 +02:00
2018-04-29 17:46:42 +02:00
2019-07-28 10:23:45 +02:00
2019-08-29 08:07:57 +02:00
2016-07-31 11:03:43 +05:30
2019-02-03 14:00:34 +01:00
2019-07-26 03:53:24 +02:00
2019-02-03 14:00:34 +01:00
2019-07-28 10:27:10 +02:00
2018-05-21 00:23:56 +02:00
2016-11-29 00:18:32 +01:00
2019-07-26 03:53:24 +02:00
2017-09-03 20:39:22 +02:00
2017-09-03 20:39:22 +02:00
2019-08-29 08:07:57 +02:00
2019-07-26 03:53:24 +02:00
2017-09-07 23:44:45 +02:00
2019-08-29 08:07:57 +02:00
2019-08-29 08:07:57 +02:00
2019-08-29 08:07:57 +02:00

IceHrm

Build Status

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

IceHrm Mobile App (Beta)

Setup to IceHrm App with Your Account

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.

Manual Installation

Upgrade from Previous Versions to Latest Version

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

Setup IceHrm Development Environment

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

Preparing development VM with Vagrant

~ $ vagrant up
  • Run vagrant ssh to login to the Virtual machine
~ $ vagrant ssh
  • Add following entries to the end of the host file to map icehrm domains to VagrantBox (on MacOS and Linux this is /etc/hosts | on windows this is Windows\System32\Drivers\etc\hosts)
192.168.40.40   app.icehrm-open.test
192.168.40.40   clients.icehrm-open.test

Notes to Developers

  • When ever you have done a change to JavaScript or CSS files in icehrm/web rebuild the frontend
~ $ cd /vagrant
~ $ gulp
Description
No description provided
Readme 83 MiB