Merge branch 'unidata_14.4.1' of github.com:Unidata/awips2 into unidata_14.4.1
This commit is contained in:
commit
ce5aa027b6
1 changed files with 27 additions and 0 deletions
27
README.md
Normal file
27
README.md
Normal file
|
@ -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)
|
Loading…
Add table
Reference in a new issue