Skip to content

Commit

Permalink
update doc about installers versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nastasi-oq committed Oct 18, 2020
1 parent 0803dfe commit d16dc9e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion doc/installing/development-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Extract the content of the downloaded zip

Unzip the downloaded zip file, which has a name like `OpenQuake_Engine_3.10.0_2003311327.zip` to any location in your filesystem; at this step the extracted folder can be also moved to a different location or renamed after the extraction.
Unzip the downloaded zip file, which has a name like `OpenQuake_Engine_3.10.1_2003311327.zip` to any location in your filesystem; at this step the extracted folder can be also moved to a different location or renamed after the extraction.

**PLEASE NOTE: The following commands must be executed from the `oq-console.bat` console available into the root folder.**

Expand Down
6 changes: 3 additions & 3 deletions doc/installing/linux-generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ Requirements are:

## Install packages from the OpenQuake website

Download the installer from https://downloads.openquake.org/pkgs/linux/oq-engine/openquake-setup-linux64-3.10.0-1.run using any browser
Download the installer from https://downloads.openquake.org/pkgs/linux/oq-engine/openquake-setup-linux64-3.10.1-1.run using any browser

From a terminal run

```bash
cd Downloads
chmod +x openquake-setup-linux64-3.10.0-1.run
./openquake-setup-linux64-3.10.0-1.run
chmod +x openquake-setup-linux64-3.10.1-1.run
./openquake-setup-linux64-3.10.1-1.run
```
then follow the wizard on screen. By default the code is installed in `~/openquake`.

Expand Down
6 changes: 3 additions & 3 deletions doc/installing/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ Make sure to run the script located under `/Applications/Python 3.6/Install Cert

## Install packages from the OpenQuake website

Download the installer from https://downloads.openquake.org/pkgs/macos/oq-engine/openquake-setup-macos-3.10.0-1.run using any browser.
Download the installer from https://downloads.openquake.org/pkgs/macos/oq-engine/openquake-setup-macos-3.10.1-1.run using any browser.

From the Terminal app (or using iTerm) run:

```bash
cd Downloads
chmod +x openquake-setup-macos-3.10.0-1.run
./openquake-setup-macos-3.10.0-1.run
chmod +x openquake-setup-macos-3.10.1-1.run
./openquake-setup-macos-3.10.1-1.run
```
then follow the wizard on screen. By default the code is installed in `~/openquake`.

Expand Down
2 changes: 1 addition & 1 deletion doc/installing/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Requirements are:

## Install or upgrade packages from the OpenQuake website

Download the installer from https://downloads.openquake.org/pkgs/windows/oq-engine/OpenQuake_Engine_3.10.0-1.exe using any browser and run the installer, then follow the wizard on screen.
Download the installer from https://downloads.openquake.org/pkgs/windows/oq-engine/OpenQuake_Engine_3.10.1-1.exe using any browser and run the installer, then follow the wizard on screen.

![installer-screenshot-1](../img/win-installer-1.png)
![installer-screenshot-2](../img/win-installer-2.png)
Expand Down

0 comments on commit d16dc9e

Please sign in to comment.