Skip to content

Commit

Permalink
update readme and links for 2.7.0 release (engine-2.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
nastasi-oq committed Oct 19, 2017
1 parent 6ffaacc commit c856c5a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
python-oq-engine (2.7.0-0~precise01) precise; urgency=low

[Michele Simionato]
* Fixed the risk exporters for tags containing non-ASCII characters

Expand Down Expand Up @@ -72,6 +74,8 @@
* Fixed a bug with multi-realization disaggregation, celery and no
shared_dir: now the calculation does not hang anymore

-- Matteo Nastasi (GEM Foundation) <[email protected]> Thu, 19 Oct 2017 13:53:08 +0200

python-oq-engine (2.6.0-0~precise01) precise; urgency=low

[Michele Simionato]
Expand Down
2 changes: 1 addition & 1 deletion doc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Another installation option for unsupported Linux systems is provided by the **[

### 32bit support

The OpenQuake Engine **requires a 64bit operating system**; 32bit systems are not officially supported and untested. Staring with version 2.3.0 of the Engine binary installers and packages aren't provided for 32bit operating systems anymore.
The OpenQuake Engine **requires a 64bit operating system**; 32bit systems are not officially supported and untested. Staring with version 2.3 of the Engine binary installers and packages aren't provided for 32bit operating systems anymore.

***

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 @@ -30,14 +30,14 @@ Requirements are:

## Install packages from the OpenQuake website

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

From a terminal run

```bash
cd Downloads
chmod +x openquake-setup-linux64-2.6.0-1.run
./openquake-setup-linux64-2.6.0-1.run
chmod +x openquake-setup-linux64-2.7.0-1.run
./openquake-setup-linux64-2.7.0-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 @@ -20,14 +20,14 @@ Requirements are:

## Install packages from the OpenQuake website

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

From the Terminal app (or using iTerm) run

```bash
cd Downloads
chmod +x openquake-setup-macos-2.6.0-1.run
./openquake-setup-macos-2.6.0-1.run
chmod +x openquake-setup-macos-2.7.0-1.run
./openquake-setup-macos-2.7.0-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 @@ -21,7 +21,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_2.6.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_2.7.0-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 c856c5a

Please sign in to comment.