Skip to content

Installation Overview

Installation Overview

This section discusses ways to set up Shopware on local machines so you can use it as a foundation for your development.

There are a couple of ways to get Shopware running on your system, together with the most useful services for data storage and the web server.

Installation setups

Development setup

  • Devenv installation 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 - This is a managed docker setup for Shopware 6 by Shopware agency dasistweb.

Production setup

Set up your own environment

Refer to the Requirements section to install and configure the necessary services like a database and a webserver to a nix system like Linux, macOS, WSL etc.

Next, you can Setup Shopware as a Symfony flex project.