InstallationΒΆ
- Download the latest stable release and unpack it: - # Set latest release as of writing this LATEST="0.3.0" # 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_proxylocation:- sudo scl enable rh-ruby22 -- rake install
Note
The location of the installation can be changed by altering the
PREFIXenvironment variable:sudo scl enable rh-ruby22 -- rake install PREFIX="/tmp/mod_ood_proxy"