Install the HRM

Download or checkout the HRM as explained here.

Unpack the downloaded archive to web server document root directory. This is the directory where Apache2 finds the html and php files to serve.

ubuntu up to 13.10

sudo unzip hrm_x.y.z.zip -d /var/www

fedora and ubuntu 14.04 LTS and later

sudo unzip hrm_x.y.z.zip -d /var/www/html

where x.y.z is a placeholder for the HRM version.

Note

You can of course extract or clone the HRM somewhere else: just add the location to the Apache2 configuration (httpd.conf).