Skip to content

Commit

Permalink
Further cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Aug 16, 2017
1 parent 25d0a30 commit 1319a06
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
11 changes: 5 additions & 6 deletions INSTALL.md
@@ -1,8 +1,9 @@
# Installing the eZ Platform legacy bridge

Unlike eZ Publish 5.x, eZ Platform does not include the Legacy stack by default.
Even though it is not officially supported, eZ Publish Legacy can easily be installed
on top of Platform using Composer.

Even though it is not recommended for use on new installs, eZ Publish Legacy can easily be installed
on top of Platform using Composer to provide a more up-to-date platform to migrate your code to eZ Platform with.

### Missing legacy extensions

Expand Down Expand Up @@ -68,9 +69,7 @@ ezpublish_setup:

### Install `ezsystems/legacy-bridge`

**Make sure you have set the ezpublish legacy folder in composer.json, as instructed above**

`ezsystems/legacy-bridge` contains the libraries previous included in `ezsystems/ezpublish-kernel`.
`ezsystems/legacy-bridge` contains the libraries previous included in `ezsystems/ezpublish-kernel` in version 5.x.

It must be installed using Composer. Take care to use `^1.3.0` as version constraint, since previous versions lack some important fixes for newer versions of eZ Platform:

Expand Down Expand Up @@ -118,4 +117,4 @@ rewrite "^/var/storage/packages/(.*)" "/var/storage/packages/$1" break;

Last step, if you are on *nix operation system, is to make sure to run
the appropriate command for setting correct folder permissions, you
can find the information you need in installation guide for eZ Publish 5.x.
can find the information you need in [installation guide for eZ Publish 5.x](https://doc.ez.no/display/EZP/Installation).
13 changes: 5 additions & 8 deletions README.md
Expand Up @@ -12,15 +12,12 @@ It is meant to be installed as an addition to eZ Platform, starting from version

See [INSTALL.md](INSTALL.md) for the installation procedure.

### Roadmap

Legacy Bridge itself is stable and has been in heavy use by most community and eZ customers that have used eZ Publish 5.x series *(Community and Enterprise)*. However, there are a few things on the roadmap, in order of priority:

- A script to reliably automate installation on eZ Platform and eZ Studio to greatly simplify setup to a couple of simple instructions
- PHP 7 working *(we can't guarantee all extensions will work, but aim is to make sure `ezpublish-legacy` and `LegacyBridge` boots, and work by muting deprecation notices, as already done by eZ in eZ Publish Enterprise v5.4.7 and higher)*
### Reporting issues

As Legacy Bridge is co-maintained by the community and eZ Engineering *(as active community members)*, issues found can be reported directly here on Github. There is no SLA on fixes, this is all on voluntary basis, and we welcome you in contributing to issues in any form you you are cable of.

This comment has been minimized.

Copy link
@emodric

emodric Aug 16, 2017

Collaborator

cable -> capable :)


### Reporting issues

As Legacy Bridge is co-maintained by the community and eZ Engineering *(as active community members)*, and not professionally supported by eZ Systems. Issues found should be reported directly here on Github. There is no SLA on fixes, this is all on voluntary basis, and we welcome you in contributing to issues in any form you you are cable of.
##### For Enterprise Customers

As of version 1.3.0 you can optionally report issues via [normal support channels](https://support.ez.no) as well where you do have an SLA on response time.
But as always if you know a possible fix, proposing a PR as well here can speed up the issue identification and fixing a lot so we also encourages eZ Partners to actively participate whenever they can, as it benefits themselves as well as the customer.

This comment has been minimized.

Copy link
@emodric

emodric Aug 16, 2017

Collaborator

encourages -> encourage

This comment has been minimized.

Copy link
@andrerom

andrerom Aug 16, 2017

Author Contributor

Solved in 587c1e6

0 comments on commit 1319a06

Please sign in to comment.