Skip to content

Commit

Permalink
Get rid of references to 2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
daniviga committed Oct 14, 2016
1 parent 56d36fd commit 3766fb8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion doc/architecture.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Architecture of the OpenQuake Engine v2
=========================================

The OpenQuake Engine version 2.0 is a complete rewrite of version
The OpenQuake Engine version 2 is a complete rewrite of version
1.0, so a new document describing the overall architecture is
needed. Whereas in the past the Engine was database-centric and
structured as a Web application with an Object Relational Mapper, now
Expand Down
2 changes: 1 addition & 1 deletion doc/running/unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ An example of running the `AreaSourceClassicalPSHA` demo:
The output should look something like this:

```
[2016-06-14 16:47:35,202 #2 INFO] Using engine version 2.0.0
[2016-06-14 16:47:35,202 #2 INFO] Using engine version 2
[2016-06-14 16:47:35,333 #2 INFO] Read 528 hazard site(s)
[2016-06-14 16:47:35,386 #2 INFO] Parsed 1 sources from /usr/share/openquake/engine/demos/hazard/AreaSourceClassicalPSHA/source_model.xml
[2016-06-14 16:47:35,491 #2 INFO] Processed source model 1/1 with 1 gsim path(s)
Expand Down
2 changes: 1 addition & 1 deletion doc/running/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ C:\Program Files(x86)\OpenQuake Engine>oq engine --run demos\hazard\AreaSourceCl
The output should look something like this:

```
[2016-06-14 16:47:35,202 #2 INFO] Using engine version 2.0.0
[2016-06-14 16:47:35,202 #2 INFO] Using engine version 2
[2016-06-14 16:47:35,333 #2 INFO] Read 528 hazard site(s)
[2016-06-14 16:47:35,386 #2 INFO] Parsed 1 sources from C:\Programmi\OpenQuake Engine\demos\hazard\AreaSourceClassicalPSHA\source_model.xml
[2016-06-14 16:47:35,491 #2 INFO] Processed source model 1/1 with 1 gsim path(s)
Expand Down
4 changes: 2 additions & 2 deletions doc/upgrading/rhel.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ To upgrade the OpenQuake Engine and its libraries run
sudo yum upgrade python-oq-*
```

### Coming from release 1.0
### Coming from OpenQuake Engine 1.x

The following dependencies are not used anymore by the OpenQuake Engine 2.0:
The following dependencies are not used anymore by the OpenQuake Engine 2:
- postgresql-server and postgis
- other minor dependencies

Expand Down
6 changes: 3 additions & 3 deletions doc/upgrading/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ sudo add-apt-repository -y ppa:openquake/ppa
sudo apt-get update
```

### Coming from release 1.0
### Coming from OpenQuake Engine 1.x

If you are upgrading from OpenQuake Engine release 1.*, before you can process you have to run this command:
If you are upgrading from OpenQuake Engine release 1.x, before you can process you have to run this command:
```bash
sudo apt-get remove --purge python-oq.*
sudo rm -Rf /usr/openquake
```

The following dependencies are not used anymore by the OpenQuake Engine 2.0:
The following dependencies are not used anymore by the OpenQuake Engine 2:
- redis-server (used only by the OQ Engine 1.0)
- postgresql-server and postgis
- other minor dependencies
Expand Down

0 comments on commit 3766fb8

Please sign in to comment.