From 3f7a69041c8596178fd834f74a5b741a4f0c9c52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20R?= Date: Tue, 8 Oct 2019 14:32:19 +0200 Subject: [PATCH] [eZ Launchpad] Clerify how support is managed --- README.md | 2 +- doc/docker/README.md | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 937d5e6e46..0d304b5a7e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ eZ Platform is 100% open source and is the foundation for the commercial *eZ Pla ## Installation -NOTE: *For simplified installation, consider using [eZ Launchpad](https://ezsystems.github.io/launchpad/) which takes care of the whole server setup for you.* +NOTE: *For simplified installation, consider using community supported [eZ Launchpad](https://ezsystems.github.io/launchpad/) which takes care of the whole server setup for you.* Installation instructions below are for installing a clean installation of eZ Platform in latest version with _no_ demo content or demo website. Full installation documentation is kept current [in the online docs](https://doc.ezplatform.com/en/latest/getting_started/install_using_composer/), and includes diff --git a/doc/docker/README.md b/doc/docker/README.md index f861e44dc8..dea618a29a 100644 --- a/doc/docker/README.md +++ b/doc/docker/README.md @@ -1,14 +1,17 @@ # Docker blueprints +Unsupported docker building blocks used for some of our automated functional testing infrastructure at eZ, feel free to +copy it for own use or look to it for some recommended settings. + **NOTE**: If you are just looking to get easily up and running and developing with eZ Platform, rather look towards -[eZ Launchpad](https://ezsystems.github.io/launchpad/) which is tailored for Project Development use cases. _If not, be +community supported [eZ Launchpad](https://ezsystems.github.io/launchpad/) which is tailored for Project Development use cases. _If not, be aware of the following limitations:_ > **WARNING, made mainly for automation:** The tools within this directory are meant for use for test automation, QA, Support and demo use cases. And with time as a blueprint for how to best configure your own setup. You are free to use and adopt this for your needs, and we more than welcome contributions to improve it. -> **WARNING, low performance on MacOS and Windows:** For reasons mentioned above, unlike eZ Launchpad these tools are not +> **WARNING, low performance on MacOS and Windows:** For reasons mentioned above, these tools are not optimized for use as development environment with Mac or Windows, and are affected by known I/O performance issues caused by Docker for Mac/Windows use of shared folders. This is a know issue and nothing we intend to add complexity to workaround here.