Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions docs/getting_started/install_ez_platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 0 additions & 4 deletions docs/guide/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.).
Expand Down