InstallationΒΆ

  1. 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}
    
  2. 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"