awips2/README.md
Michael James c113061b35 Create README.md
Former-commit-id: 28a91c9c1d
Former-commit-id: 9c1e027caa
2015-10-14 15:09:15 -06:00

674 B

Install AWIPS II

These scripts should be run as root:

CAVE Client

Download and run installCAVE.sh

    wget https://raw.githubusercontent.com/Unidata/awips2/unidata_14.4.1/installCAVE.sh
    chmod 755 ./installCAVE.sh
    ./installCAVE.sh

EDEX Server

Download and run installEDEX.sh:

    wget https://raw.githubusercontent.com/Unidata/awips2/unidata_14.4.1/installEDEX.sh
    chmod 755 ./installEDEX.sh
    ./installEDEX.sh

What do these scripts do?

  1. Download http://www.unidata.ucar.edu/software/awips2/doc/awips2.repo to /etc/yum.repos.d/awips2.repo

  2. Yum clean all

  3. Yum groupinstall (awips2-cave|awips2-server)