InstallationΒΆ
Download the latest stable release and unpack it:
# Set latest release as of writing this LATEST="0.3.1" # Download latest release wget --content-disposition https://github.com/OSC/mod_ood_proxy/archive/v${LATEST}.tar.gz # Unpack this archive tar xzvf mod_ood_proxy-${LATEST}.tar.gz # Change working directory cd mod_ood_proxy-${LATEST}
Install this package in default
PREFIX=/opt/ood/mod_ood_proxy
location:sudo scl enable rh-ruby22 -- rake install
Note
The location of the installation can be changed by altering the
PREFIX
environment variable:sudo scl enable rh-ruby22 -- rake install PREFIX="/tmp/mod_ood_proxy"