Skip to content

feat: be more opinionated with shopware setup #1910

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
3 changes: 0 additions & 3 deletions guides/installation/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,6 @@ Shopware uses the Redis Protocol and, therefore, supports the following key/valu

* [Valkey (recommended)](https://valkey.io/)
* [Redis v7 or higher](https://redis.io)
* [Redict](https://redict.io)
* [KeyDB](https://docs.keydb.dev)
* [Dragonfly](https://www.dragonflydb.io)

* Recommended configuration `maxmemory-policy`: `volatile-lfu`

Expand Down
8 changes: 0 additions & 8 deletions guides/installation/setups/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ Technically there is no real difference between a Development Setup and a Produc

* [Symfony CLI](symfony-cli) - This setup uses the Symfony CLI to run Shopware. It is the default way to run Symfony applications and is also suitable for Shopware.

* [Devenv](devenv) - This is a setup that manages all necessary services. A description file in the source code manages the versions of these services. This setup works for Linux, WSL, and macOS.

* [Dockware*](https://dockware.io/getstarted) - This is a managed docker setup for Shopware 6 by Shopware agency [dasistweb](https://www.dasistweb.de/).

* [DDEV*](https://notebook.vanwittlaer.de/ddev-for-shopware/less-than-5-minutes-install-with-ddev-and-symfony-flex) - Docker-based PHP development environments, works on all platforms and is generic enough to be used for any PHP project. [Project Page](https://ddev.com/)

> \* These setups are maintained by the community and not directly by Shopware. If you have any questions or issues, please open an issue in the respective repository.
## Production setup

### Managed hosting
Expand Down