-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #621 from tiffanycmeyer13/unidata_20.3.2
Verson 20.3.2-1 updates and update installer script
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
# devorg: Unidata Program Center | ||
# author: Michael James, Tiffany Meyer | ||
# maintainer: <[email protected]> | ||
# Date Updated: 7/10/2023 | ||
# use: ./awips_install.sh (--cave|--edex|--database|--ingest|--help) | ||
# Date Updated: 11/22/2023 | ||
# use: ./awips_install-v20.sh (--cave|--edex|--database|--ingest|--help) | ||
|
||
dir="$( cd "$(dirname "$0")" ; pwd -P )" | ||
|
||
|
@@ -98,7 +98,6 @@ function check_wgrib2 { | |
} | ||
|
||
function check_cave { | ||
check_edex | ||
if [[ $(rpm -qa | grep awips2-cave-20) ]]; then | ||
echo $'\n'CAVE is currently installed and needs to be removed before installing. | ||
pkill cave.sh | ||
|
@@ -121,7 +120,7 @@ function check_cave { | |
|
||
function remove_cave { | ||
yum groupremove awips2-cave -y | ||
yum remove awips2-* -y | ||
#yum remove awips2-* -y | ||
|
||
if [[ $(rpm -qa | grep awips2-cave) ]]; then | ||
echo " | ||
|
@@ -432,6 +431,7 @@ case $key in | |
;; | ||
--server|--edex) | ||
server_prep | ||
yum install awips2-*post* -y | ||
yum groupinstall awips2-server -y 2>&1 | tee -a /tmp/awips-install.log | ||
sed -i 's/enabled=1/enabled=0/' /etc/yum.repos.d/awips2.repo | ||
sed -i 's/@LDM_PORT@/388/' /awips2/ldm/etc/registry.xml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters