Merge pull request #413 from srcarter3/unidata_18.2.1

Small changes to our website documentation wrt EDEX
This commit is contained in:
tiffanycmeyer13 2022-01-05 13:28:47 -06:00 committed by GitHub
commit e4903c0ea5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View file

@ -33,7 +33,7 @@ EDEX is the **E**nvironmental **D**ata **Ex**change system that represents the b
## Download and Installation Instructions ## Download and Installation Instructions
All of these command should be run as **root** The first 3 steps should all be run as **root**
### 1. Install EDEX ### 1. Install EDEX
@ -56,6 +56,12 @@ sudo ./awips_install.sh --edex
6. Creates `/awips2/data_store` if it does not exist already 6. Creates `/awips2/data_store` if it does not exist already
7. Runs `yum groupinstall awips2-server` 7. Runs `yum groupinstall awips2-server`
!!! warning "If you receive an error relating to yum, then please run"
```
sudo su - -c "[PATH_TO_INSTALL_FILE]/awips_install.sh --edex"
```
### 2. EDEX Setup ### 2. EDEX Setup
The external and localhost addresses need to be specified in `/etc/hosts` The external and localhost addresses need to be specified in `/etc/hosts`
@ -148,7 +154,7 @@ service iptables restart
### 4. Start EDEX ### 4. Start EDEX
!!! note "These steps should be run as root or with sudo" !!! note "These steps should be run as user *awips* with sudo. Switch to the user by running `su - awips`."
``` ```
edex start edex start

View file

@ -1,5 +1,7 @@
# EDEX Basic Commands # EDEX Basic Commands
!!! note "These steps should be run as user *awips* with sudo. Switch to the user by running `su - awips`."
Unidata's EDEX install also comes with a [simple **`edex`** program](#edex-commands) that can help execute basic EDEX utilities. The most basic of the commands are the following: Unidata's EDEX install also comes with a [simple **`edex`** program](#edex-commands) that can help execute basic EDEX utilities. The most basic of the commands are the following:
To start all EDEX services: To start all EDEX services: