omaureen90 / icehrm

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

Home Page:http://icehrm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IceHrm

Build Status

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

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
  • 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
  • Execute table creation scripts
~ $ mysql -udev -pdev dev < /vagrant/core-ext/scripts/icehrmdb.sql
~ $ mysql -udev -pdev dev < /vagrant/core-ext/scripts/icehrm_master_data.sql
~ $ mysql -udev -pdev dev < /vagrant/core-ext/scripts/icehrm_sample_data.sql
  • Navigate to to load icehrm from VM. (user:admin/pass:admin)

  • Unit testing

~ $ cd /vagrant
~ $ phpunit

About

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

http://icehrm.com

License:MIT License


Languages

Language:JavaScript 44.0%Language:PHP 36.7%Language:HTML 10.9%Language:CSS 8.0%Language:XSLT 0.4%Language:RAML 0.0%Language:Makefile 0.0%Language:Shell 0.0%