Skip to content
This repository has been archived by the owner on Aug 1, 2018. It is now read-only.

Latest commit

 

History

History
23 lines (19 loc) · 849 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 849 Bytes

Simple Hrm

Simple human resource management system with pluggable features

Code Climate Build Status Dependency Status Deploy

Installation

git clone https://github.com/karmahrm/karmahrm
cd simplehr
bundle install
bin/setup

Installing plugins

  git clone https://github.com/simplehrm/karmahrm_discussions plugins/karmahrm_discussions
  git clone https://github.com/simplehrm/karmahrm_feed plugins/karmahrm_feed
  bundle install