Update install cave page

- changed all instances of the version number to the new "20.3.2-1"
- updated installer links to use our generic, "current" urls
This commit is contained in:
Shay Carter 2023-12-11 08:23:23 -07:00
parent 912adfc2fc
commit 208b517a92

View file

@ -6,9 +6,9 @@ CAVE is the **C**ommon **A**WIPS **V**isualization **E**nvironment that is used
## Latest CAVE Versions
- [**Linux: 20.3.2-0.4**](#linux)
- [**Windows: 20.3.2-0.4**](#windows)
- [**Mac: 20.3.2-0.4**](#macos)
- [**Linux: 20.3.2-1**](#linux)
- [**Windows: 20.3.2-1**](#windows)
- [**Mac: 20.3.2-1**](#macos)
[**View release notes**](https://www.unidata.ucar.edu/blogs/news/tags/awips-release)
@ -42,7 +42,7 @@ Regardless of what Operating System CAVE is running on, these general requiremen
## Linux <i class="fa fa-linux"></i>
**Latest Version: 20.3.2-0.6**
**Latest Version: 20.3.2-1**
### System Requirements
@ -53,10 +53,10 @@ Regardless of what Operating System CAVE is running on, these general requiremen
### Download and Installation Instructions
1. Download the following installer: [**awips_install-v20.sh** <i class="fa fa-download"></i>](https://downloads.unidata.ucar.edu/awips2/20.3.2/linux/awips_install-v20.sh)
1. Download the following installer: [**awips_install.sh** <i class="fa fa-download"></i>](https://downloads.unidata.ucar.edu/awips2/20.3.2/linux/awips_install.sh)
2. In a terminal, go to the download directory
3. Make the installer an executable by running: `chmod 755 awips_install-v20.sh`
4. Run the installer: `sudo ./awips_install-v20.sh --cave`
3. Make the installer an executable by running: `chmod 755 awips_install.sh`
4. Run the installer: `sudo ./awips_install.sh --cave`
- This will install the application in `/awips2/cave/` and set the local cache to `~/caveData/`
### Run CAVE
@ -72,7 +72,7 @@ Additionally users can choose to run a [virtual machine (VM)](#linux-virtual-mac
## Windows <i class="fa fa-windows"></i>
**Latest Version: 20.3.2-0.4**
**Latest Version: 20.3.2-1**
For Windows, Unidata offers two installation options: a [**Direct Windows Installation**](#method-1-direct-windows-install), or a [**Linux Virtual Machine**](#method-2-linux-virtual-machine).
@ -84,7 +84,7 @@ For Windows, Unidata offers two installation options: a [**Direct Windows Instal
#### Download and Installation Instructions
1. Download and install: [**awips-cave.msi** <i class="fa fa-download"></i>](https://downloads.unidata.ucar.edu/awips2/20.3.2/windows/awips-cave-20.3.2-0.4-20230707-0220.msi)
1. Download and install: [**awips-cave.msi** <i class="fa fa-download"></i>](https://downloads.unidata.ucar.edu/awips2/20.3.2/windows/awips-cave.msi)
#### Run CAVE
@ -113,9 +113,9 @@ Please note, running CAVE in a Virtual Machine does have reduced functionality t
#### Download and Installation Instructions
1. Download the zipped file containing the virtual machine: [**CentOS7-Unidata-CAVE-20.3.2-0.4** <i class="fa fa-download"></i>](https://downloads.unidata.ucar.edu/awips2/20.3.2/windows/CentOS7-Unidata-CAVE-20.3.2-0.4.zip)
1. Download the zipped file containing the virtual machine: [**CentOS7-Unidata-CAVE-20.3.2-1** <i class="fa fa-download"></i>](https://downloads.unidata.ucar.edu/awips2/20.3.2/windows/unidata_cave.zip)
2. Unzip the folder.
3. Open VMWare Player and go to **Player** > **File...** > **Open** and locate the folder that was created from the downloaded zipped file. Select the file called **"CentOS 7 - Unidata CAVE 20.3.2-0.4.vmx"**.
3. Open VMWare Player and go to **Player** > **File...** > **Open** and locate the folder that was created from the downloaded zipped file. Select the file called **"CentOS 7 - Unidata CAVE 20.3.2-1.vmx"**.
4. Run this new VM option. If it asks if it's been moved or copied, select **"I Copied It"**.
- There will be a user in the Linux machine named "awips" and the password is "awips"
- The root password is "unidataAWIPS" if ever needed
@ -132,7 +132,7 @@ Once inside the VM, to run CAVE either:
## macOS <i class="fa fa-apple"></i>
**Latest Version: 20.3.2-0.4**
**Latest Version: 20.3.2-1**
### System Requirements
@ -140,7 +140,7 @@ Once inside the VM, to run CAVE either:
### Download and Installation Instructions
1. [Download and install CAVE](https://downloads.unidata.ucar.edu/awips2/20.3.2/mac/awips-cave-20.3.2-0.4.dmg)
1. [Download and install CAVE](https://downloads.unidata.ucar.edu/awips2/20.3.2/mac/awips-cave.dmg)
![Cave System Install](../images/mac-install.png)
- You can click and drag the CAVE icon into the Applications Directory to install at the System Application level -- this may require Administrator Privileges
- You can drag that icon to any other location (Desktop, local user's Applications directory, etc) to install CAVE at that location -- this will not require Administrator Privileges
@ -178,7 +178,7 @@ You can reset CAVE by removing the **caveData** directory and reconnecting to an
---
## Uninstalling CAVE (Linux)
These are instructions to manually uninstall CAVE. However, the [`awips_install-v20.sh`](#download-and-installation-instructions) script will do these steps for you if you are installing a newer version of CAVE.
These are instructions to manually uninstall CAVE. However, the [`awips_install.sh`](#download-and-installation-instructions) script will do these steps for you if you are installing a newer version of CAVE.
**1. Make sure you have exited out of any CAVE sessions**