From 1319a06198ded2a884e6422cbb545dd652b6a5e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20R?= Date: Wed, 16 Aug 2017 12:03:58 +0200 Subject: [PATCH] Further cleanup --- INSTALL.md | 11 +++++------ README.md | 13 +++++-------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 1ba0ce47..8c98717e 100644 --- a/INSTALL.md +++ b/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 @@ -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: @@ -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). diff --git a/README.md b/README.md index 50a2dccd..b3cc2118 100644 --- a/README.md +++ b/README.md @@ -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. -### 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.