From 99a0d468ffcbb663d3e53ca736a2f393956fc584 Mon Sep 17 00:00:00 2001 From: mjames-upc Date: Wed, 6 Feb 2019 09:51:18 -0700 Subject: [PATCH] install doc updates for 18.1.1-5 --- docs/install/install-cave.md | 10 +++++----- docs/install/install-edex.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/install/install-cave.md b/docs/install/install-cave.md index 69f57147d46..624760ebf08 100644 --- a/docs/install/install-cave.md +++ b/docs/install/install-cave.md @@ -1,22 +1,22 @@ ## Download and Install CAVE -> [Release 18.1.1-4, December 26, 2018](https://www.unidata.ucar.edu/blogs/news/category/AWIPS) +> [Release 18.1.1-5, February 6, 2019](https://www.unidata.ucar.edu/blogs/news/category/AWIPS) ## Linux | | | |:----------------------------------------:|:--| -|

|

[awips_install.sh --cave ](https://www.unidata.ucar.edu/software/awips2/awips_install.sh)

For CentOS/Red Hat 6 and 7. Installs to /awips2/cave and writes files to ~/caveData.

chmod 755 awips_install.sh
sudo ./aiwps_install.sh --cave

Run CAVE from the Linux Desktop menu Applications > Internet > AWIPS CAVE, or from the command line as simply `cave`.

System Requirements

You can reset CAVE at any time by removing the **~/caveData** directory (on macOS **~/Library/caveData**) and reconnecting to an EDEX server.

| +|

|

[awips_install.sh --cave ](https://www.unidata.ucar.edu/software/awips2/awips_install.sh)

For CentOS/Red Hat 6 and 7. Installs to /awips2/cave and writes files to ~/caveData.

chmod 755 awips_install.sh
sudo ./awips_install.sh --cave

Run CAVE from the Linux Desktop menu Applications > Internet > AWIPS CAVE, or from the command line as simply `cave`.

System Requirements

You can reset CAVE at any time by removing the **~/caveData** directory (on macOS **~/Library/caveData**) and reconnecting to an EDEX server.

| ## macOS | | | |:----------------------------------------:|:--| -|

|

Download and install both
[awips-cave-18.1.1-4.dmg ](https://www.unidata.ucar.edu/downloads/awips2/awips-cave-18.1.1-4.dmg)
[awips-python.pkg ](https://www.unidata.ucar.edu/downloads/awips2/awips-python.pkg)

**Supported Graphics Devices for macOS**

  • Intel HD Graphics
  • Intel Iris
  • NVIDIA GeForce
  • **Unsupported Graphics Devices for macOS**

  • AMD Radeon R9
  • AMD Radeon Pro
  • AMD FirePro D300
  • Writes and syncs files to ~/Library/caveData.

    **awips-python.pkg** is not a prerequisite, and CAVE will still run and display data without it, but to use any derived parameter functions such as wind barbs/arrows and grid parameters on various vertical coordinates, jep must be installed in some way (it is assumed in /Library/Python/2.7/site-packages/jep/)

    | +|

    |

    Download and install both
    [awips-cave.dmg ](https://www.unidata.ucar.edu/downloads/awips2/awips-cave.dmg)
    [awips-python.pkg ](https://www.unidata.ucar.edu/downloads/awips2/awips-python.pkg)

    **Supported Graphics Devices for macOS**

  • Intel HD Graphics
  • Intel Iris
  • NVIDIA GeForce
  • **Unsupported Graphics Devices for macOS**

  • AMD Radeon R9
  • AMD Radeon Pro
  • AMD FirePro D300
  • Writes and syncs files to ~/Library/caveData.

    **awips-python.pkg** is not a prerequisite, and CAVE will still run and display data without it, but to use any derived parameter functions such as wind barbs/arrows and grid parameters on various vertical coordinates, jep must be installed in some way (it is assumed in /Library/Python/2.7/site-packages/jep/)

    | ## Windows | | | |:----------------------------------------:|:--| -|

    |

    [awips-cave-18.1.1-4.msi ](https://www.unidata.ucar.edu/downloads/awips2/awips-cave-18.1.1-3.msi)

    Writes files to **~/caveData** (in your user home directory)

    Requires Python 3, Numpy, and Jep be installed

    Requires **PYTHONHOME** be defined

    In addition to the application directory, the MSI installer will attempt to copy the *[gridslice](https://github.com/mjames-upc/gridslice)* shared library to `$PYTHONHOME/Dlls`. If the `$PYTHONHOME` environmental variable is not defined, *gridslice* will not be installed. You can always rerun the installer after defining `$PYTHONHOME` and then check that the file `gridslice.pyd` is installed in `$PYTHONHOME/Dlls`.

    CAVE will still run without gridslice, but certain bundles which use derived parameters, such as [isentropic analyses](../cave/d2d-grids/#isentopic-analysis-270k-320k), will not load.

    | +|

    |

    [awips-cave.msi ](https://www.unidata.ucar.edu/downloads/awips2/awips-cave.msi)

    Writes files to **~/caveData** (in your user home directory)

    Requires Python 3, Numpy, and Jep be installed

    Requires **PYTHONHOME** be defined

    In addition to the application directory, the MSI installer will attempt to copy the *[gridslice](https://github.com/mjames-upc/gridslice)* shared library to `$PYTHONHOME/Dlls`. If the `$PYTHONHOME` environmental variable is not defined, *gridslice* will not be installed. You can always rerun the installer after defining `$PYTHONHOME` and then check that the file `gridslice.pyd` is installed in `$PYTHONHOME/Dlls`.

    CAVE will still run without gridslice, but certain bundles which use derived parameters, such as [isentropic analyses](../cave/d2d-grids/#isentopic-analysis-270k-320k), will not load.

    | @@ -25,7 +25,7 @@
    -

    1) Download and install Miniconda Python 3.7 for Windows

    2) Install dependent Python packages

    3) Run awips-cave-18.1.1-4.msi

    +

    1) Download and install Miniconda Python 3.7 for Windows

    2) Install dependent Python packages

    3) Run awips-cave.msi

    --- diff --git a/docs/install/install-edex.md b/docs/install/install-edex.md index 1dd1cfaa9c8..5be768100c7 100644 --- a/docs/install/install-edex.md +++ b/docs/install/install-edex.md @@ -1,11 +1,11 @@ ## Download and Install EDEX -> [Release 18.1.1-4, December 26, 2018](https://www.unidata.ucar.edu/blogs/news/category/AWIPS) +> [Release 18.1.1-5, February 6, 2019](https://www.unidata.ucar.edu/blogs/news/category/AWIPS) | | | |:----------------------------------------:|:--| -|

    Linux

    |

    [aiwps_install.sh --edex ](https://www.unidata.ucar.edu/software/awips2/awips_install.sh)

    Installs to /awips2/ directories.

    chmod 755 awips_install.sh
    sudo ./awips_install.sh --edex

    Start and Stop:

    edex start
    edex stop

    System Requirements

    An **SSD** should be mounted either to `/awips2` (to contain the entire EDEX system) or to `/awips2/edex/data/hdf5` (to contain the large files in the decoded data store). EDEX can scale to any system by adjusting the incoming LDM data feeds or adjusting the resources (CPU threads) allocated to each data type.

    **64-bit CentOS/RHEL 6 and 7** are the only supported operating systems for EDEX. You may have luck with Fedora Core 12 to 14 and Scientific Linux.

    EDEX is not supported on Debian, Ubuntu, SUSE, Solaris, OS X, or Windows.

    | +|

    Linux

    |

    [awips_install.sh --edex ](https://www.unidata.ucar.edu/software/awips2/awips_install.sh)

    Installs to /awips2/ directories.

    chmod 755 awips_install.sh
    sudo ./awips_install.sh --edex

    Start and Stop:

    edex start
    edex stop

    System Requirements

    An **SSD** should be mounted either to `/awips2` (to contain the entire EDEX system) or to `/awips2/edex/data/hdf5` (to contain the large files in the decoded data store). EDEX can scale to any system by adjusting the incoming LDM data feeds or adjusting the resources (CPU threads) allocated to each data type.

    **64-bit CentOS/RHEL 6 and 7** are the only supported operating systems for EDEX. You may have luck with Fedora Core 12 to 14 and Scientific Linux.

    EDEX is not supported on Debian, Ubuntu, SUSE, Solaris, OS X, or Windows.

    | > ### [Read More: Distributed EDEX, Installing Across Multiple Machines](/edex/distributed-computing/)