From fb72c5ed7915e78f575cdaf7f013e797d5226acd Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Tue, 2 Apr 2024 17:57:20 -0600 Subject: [PATCH] Temporary update of banner for planned edex outage Added banner to following pages: - home page - cave install - edex install - educational resources - common problems --- docs/appendix/common-problems.md | 2 ++ docs/appendix/educational-resources.md | 2 ++ docs/index.md | 2 ++ docs/install/install-cave.md | 2 ++ docs/install/install-edex.md | 2 ++ 5 files changed, 10 insertions(+) diff --git a/docs/appendix/common-problems.md b/docs/appendix/common-problems.md index 81a74d4b79..48a141a59b 100644 --- a/docs/appendix/common-problems.md +++ b/docs/appendix/common-problems.md @@ -1,3 +1,5 @@ +!!! warning "Planned EDEX Outage (4/12-4/15): Our public EDEX will be unavailable from the afternoon of Friday, April 12th, until Monday, April 15th. We apologize for the inconvenience." + # Common Problems ## All Operating Systems diff --git a/docs/appendix/educational-resources.md b/docs/appendix/educational-resources.md index 660bfad6db..eaf070970a 100644 --- a/docs/appendix/educational-resources.md +++ b/docs/appendix/educational-resources.md @@ -1,3 +1,5 @@ +!!! warning "Planned EDEX Outage (4/12-4/15): Our public EDEX will be unavailable from the afternoon of Friday, April 12th, until Monday, April 15th. We apologize for the inconvenience." + # Educational Resources Here at NSF Unidata, we want to provide as many resources as possible to make our tools and applications easy to use. For AWIPS we currently have a new [eLearning course](#cave-elearning-course) that is specific to CAVE. We also have a suite of [Jupyter Notebooks](#python-awips-example-notebooks) that are meant to provide a detailed overview of many capabilities of python-awips. diff --git a/docs/index.md b/docs/index.md index c6af8b18c4..27879c2d9b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,5 @@ +!!! warning "Planned EDEX Outage (4/12-4/15): Our public EDEX will be unavailable from the afternoon of Friday, April 12th, until Monday, April 15th. We apologize for the inconvenience." + # NSF Unidata AWIPS Manual [https://www.unidata.ucar.edu/software/awips2](https://www.unidata.ucar.edu/software/awips2) diff --git a/docs/install/install-cave.md b/docs/install/install-cave.md index f28b52e750..ea0c524579 100644 --- a/docs/install/install-cave.md +++ b/docs/install/install-cave.md @@ -1,3 +1,5 @@ +!!! warning "Planned EDEX Outage (4/12-4/15): Our public EDEX will be unavailable from the afternoon of Friday, April 12th, until Monday, April 15th. We apologize for the inconvenience." + # Install CAVE CAVE is the **C**ommon **A**WIPS **V**isualization **E**nvironment that is used for rendering and analyzing data for AWIPS. The installer may require administrator priviledges to install and may require other system changes (environment variables, etc) as well. diff --git a/docs/install/install-edex.md b/docs/install/install-edex.md index 9aa79992db..f24ce8c20d 100644 --- a/docs/install/install-edex.md +++ b/docs/install/install-edex.md @@ -1,3 +1,5 @@ +!!! warning "Planned EDEX Outage (4/12-4/15): Our public EDEX will be unavailable from the afternoon of Friday, April 12th, until Monday, April 15th. We apologize for the inconvenience." + # Install EDEX EDEX is the **E**nvironmental **D**ata **Ex**change system that represents the backend server for AWIPS. EDEX is only supported for Linux systems: CentOS and RHEL, and ideally, it should be on its own dedicated machine. It requires administrator priviledges to make root-level changes. EDEX can run on a single machine or be spread across multiple machines. To learn more about that please look at [Distributed EDEX, Installing Across Multiple Machines](../../edex/distributed-computing/)