Get the HRM

Current version

Current version of the HRM is 3.8.x.

Download archive

Download the latest version of HRM, unpack the code and install it following the Manual installation (recommended) instructions.

linux Download the archive.

Note

We are working on installation scripts to automate the process!

Clone git repository

github To get the latest stable release directly from our git repository, run the following in a shell:

$ git clone -b master --single-branch https://github.com/aarpon/hrm
$ cd hrm
$ ./setup/setup_release.sh

github If you want to follow the HRM development, you can checkout the read-only HRM repository and and configure your working copy for development:

$ git clone https://github.com/aarpon/hrm
$ cd hrm
$ git checkout devel
$ ./setup/setup_devel.sh

Find more detailed instructions in the installation pages.

Warning

Please keep in mind that the latest development snapshot is unstable software and should not be deployed on production machines!