hysds / hysds-framework

HySDS framework releases
Apache License 2.0
4 stars 7 forks source link

Background

For more information, check out:

hysds-framework

Installer for HySDS framework releases

Prerequisites

  1. ensure the following packages are installed:
    • python 3.7
    • pip 9.0.1+
    • setuptools 36.0.1+
    • virtualenv 1.10.1+
  2. clone repository
    git clone https://github.com/hysds/hysds-framework.git
    cd hysds-framework

Usage

$ ./install.sh -h
Usage:
    install.sh <component>
    -d | --dev
                                Development mode installation; install master branch of all repos instead
                                of official releases
    -r RELEASE | --release=RELEASE
                                Release tag to use for installation; without this option specified, a list
                                of releases will be printed and the installation stops
    -k GIT_OAUTH_TOKEN | --token=GIT_OAUTH_TOKEN
                                OAuth token to use to authenticate
    -h | --help                 Print help
    -t | --test                 Install test HySDS component, e.g. /export/home/hysdsops/mozart-test instead of /export/home/hysdsops/mozart
    COMPONENT                   <component>: mozart | grq | metrics | verdi

Examples