InstallationΒΆ

  1. Download the latest stable release and unpack it:

    # Set latest release as of writing this
    LATEST="0.7.1"
    
    # Download latest release
    wget --content-disposition https://github.com/OSC/ood-portal-generator/archive/v${LATEST}.tar.gz
    
    # Unpack this archive
    tar xzvf ood-portal-generator-${LATEST}.tar.gz
    
    # Change working directory
    cd ood-portal-generator-${LATEST}
    
  2. Install this package in the /opt/ood/ood-portal-generator location:

    sudo mkdir -p /opt/ood/ood-portal-generator
    sudo cp -a ./. /opt/ood/ood-portal-generator/