Installing → Installation Guide
Prerequisites
The OnDemand module should be added to an existing working instance of Open XDMoD. See the Open XDMoD site for setup and install instructions.
RPM Installation
If your web server can reach GitHub via HTTPS, you can install the RPM package directly:
# dnf install https://github.com/ubccr/xdmod-ondemand/releases/download/v11.0.1-1/xdmod-ondemand-11.0.1-1.el8.noarch.rpm
Otherwise, you can download the RPM file from the GitHub page for the release and install it:
# dnf install xdmod-ondemand-11.0.1-1.el8.noarch.rpm
Source Installation
The source package can be downloaded from
GitHub.
Make sure to download xdmod-ondemand-11.0.1.tar.gz
, not the
GitHub-generated “Source code” files.
NOTE: The installation prefix must be the same as your existing Open
XDMoD installation. These instructions assume you have already installed
Open XDMoD in /opt/xdmod-11.0.1
.
# tar zxvf xdmod-ondemand-11.0.1.tar.gz
# cd xdmod-ondemand-11.0.1
# ./install --prefix=/opt/xdmod-11.0.1
Next Step
Configure the package.