From 9c1e027caad7ea2413dfd715fd946ffaf454c115 Mon Sep 17 00:00:00 2001 From: Michael James Date: Wed, 14 Oct 2015 15:09:15 -0600 Subject: [PATCH] Create README.md Former-commit-id: 28a91c9c1de45eedc94f9b646d87de119e5feead --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..c74b227719 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# 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)