sar-helpers repository is hosted by GitHub, as such the releases are also there.
To see the current release go here
Download a release
Use wget to download the RPM and then yum to install the package (as root):
wget TODO
yum install TODO
Note adapt the version number to the release you want to install
The procedure above will install sar-helpers in /opt/sar-helpers.
To use sar-helpers, do:
export SAR_HELPERS_HOME=/opt/sar-helpers/lib/
. $SAR_HELPERS_HOME/sar-helpers.sh
Clone the repository:
git clone git@github.com:Terradue/sar-helpers.git
cd sar-helpers
Use maven to install the library:
mvn clean install