Skip to content

Manage your employees easily with a robust and efficient Human Resource Management System

License

Notifications You must be signed in to change notification settings

robbysibrahim/icehrm

This branch is 277 commits behind gamonoid/icehrm:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

984b0fa · Aug 29, 2019
Apr 29, 2018
Jul 28, 2019
Aug 29, 2019
Jul 31, 2016
Feb 3, 2019
Jan 8, 2018
Jul 26, 2019
Feb 3, 2019
Jul 28, 2019
Sep 3, 2017
Aug 29, 2019
May 20, 2018
Feb 3, 2019
Nov 28, 2016
Jul 26, 2019
Sep 3, 2017
Aug 29, 2019
Aug 29, 2019
Sep 7, 2017
Sep 5, 2017
Aug 29, 2019
Aug 29, 2019

Repository files navigation

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

Useful Links

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

About

Manage your employees easily with a robust and efficient Human Resource Management System

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 42.0%
  • PHP 37.1%
  • HTML 10.5%
  • CSS 9.1%
  • TSQL 0.9%
  • XSLT 0.4%