From fdb446a1b3815416ab09689b08305fdbc020b4fd Mon Sep 17 00:00:00 2001 From: DominikaK Date: Fri, 29 Apr 2022 12:00:31 +0200 Subject: [PATCH] Remove mentions of eZ Launchpad --- docs/getting_started/install_ez_platform.md | 6 ------ docs/guide/performance.md | 4 ---- 2 files changed, 10 deletions(-) diff --git a/docs/getting_started/install_ez_platform.md b/docs/getting_started/install_ez_platform.md index 3d643a41d5..0f401423c4 100644 --- a/docs/getting_started/install_ez_platform.md +++ b/docs/getting_started/install_ez_platform.md @@ -331,12 +331,6 @@ service apache2 restart Open your project in the browser by visiting the domain address, for example `http://localhost:8080`. You should see the welcome page. -!!! tip "eZ Launchpad for quick deployment" - - To get your [[= product_name =]] installation up and running quickly, - use the Docker-based [eZ Launchpad](https://ezsystems.github.io/launchpad/), which takes care of the whole setup for you. - eZ Launchpad is supported by the Ibexa Community. - ## Post-installation steps !!! note "Security checklist" diff --git a/docs/guide/performance.md b/docs/guide/performance.md index 8b6c50d743..09fe3bb6c9 100644 --- a/docs/guide/performance.md +++ b/docs/guide/performance.md @@ -38,10 +38,6 @@ In production setups: - Avoid shared filesystems for code (Docker for Mac/Win, VirtualBox/*, Vagrant, etc.), because they typically slow down the application 10x or more, compared to native Linux filesystem. - VM in itself also adds 10-30% of overhead. However when it comes to production, e.g. AWS vs barebones, it also comes down to cost and convenience factors. -!!! tip "For Development use, try eZ Launchpad" - - For a ready solution that allows you to share code between your host and the underlying running VM system without this performance hit, try [eZ Launchpad](https://ezsystems.github.io/launchpad/), made by and supported by the eZ Community. - ### Web server - Use Nginx/Apache even for development, as PHP's built-in web server (as exposed via Symfony's `server:*` commands) is only able to handle one request at a time (including JS/CSS/* asset loading, etc.).