Merge pull request #635 from tiffanycmeyer13/unidata_20.3.2

Update awips_install.sh text
This commit is contained in:
srcarter3 2024-01-03 15:26:00 -07:00 committed by GitHub
commit 101d2ae760
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,12 +51,12 @@ Download and run the installer: [**awips_install.sh** <i class="fa fa-download">
``` ```
wget https://downloads.unidata.ucar.edu/awips2/current/linux/awips_install.sh wget https://downloads.unidata.ucar.edu/awips2/current/linux/awips_install.sh
chmod 755 awips_install-v20.sh chmod 755 awips_install.sh
sudo ./awips_install-v20.sh --edex sudo ./awips_install.sh --edex
``` ```
!!! note "**awips_install-v20.sh --edex** will perform the following steps (it's always a good idea to review downloaded shell scripts):" !!! note "**awips_install.sh --edex** will perform the following steps (it's always a good idea to review downloaded shell scripts):"
1. Checks to see if EDEX is currently running, if so stops the processes with the `edex stop` command 1. Checks to see if EDEX is currently running, if so stops the processes with the `edex stop` command
2. If EDEX is installed, asks the user if it can be removed and where to backup the data to and does a `yum groupremove awips2-server` 2. If EDEX is installed, asks the user if it can be removed and where to backup the data to and does a `yum groupremove awips2-server`
@ -69,7 +69,7 @@ sudo ./awips_install-v20.sh --edex
!!! warning "If you receive an error relating to yum, then please run" !!! warning "If you receive an error relating to yum, then please run"
``` ```
sudo su - -c "[PATH_TO_INSTALL_FILE]/awips_install-v20.sh --edex" sudo su - -c "[PATH_TO_INSTALL_FILE]/awips_install.sh --edex"
``` ```