Skip to content

Commit

Permalink
Update upgrading instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ouranos committed Jun 20, 2017
1 parent 435ced4 commit 2ab8d92
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

1. [Upgrading the frontend](#upgrading-the-frontend)
1. [Upgrading the gem](#upgrading-the-gem)
1. [Migrating from v3.2 to v3.3](#migrating-from-v32-to-v33)
1. [Migrating from v3.0/v3.1 to v3.2](#migrating-from-v30v31-to-v32)
1. [Migrating from v2 to v3](#migrating-from-v2-to-v3)

Expand Down Expand Up @@ -40,6 +41,14 @@ This is a simple as `bundle update mno-enterprise`.

See below for upgrade between breaking versions.

### Migrating from v3.2 to v3.3

See the [CHANGELOG](CHANGELOG.md#v3.3.0)

No major issues for upgrade apart from the Admin Panel being extracted to a new project and following the new build processs (see v3.2):

- Run `bin/rake mnoe:admin:install` to update the `package.json` file and build the admin panel

### Migrating from v3.0/v3.1 to v3.2

See the [CHANGELOG](CHANGELOG.md#v3.2.0)
Expand Down

0 comments on commit 2ab8d92

Please sign in to comment.