Skip to content

pt1602/shopware-docker-ddev

Repository files navigation

Shopware Setup with Docker and DDEV

Requirements

Installation on Mac

Install ddev with homebrew

brew install drud/ddev/ddev

Install mkcert

mkcert -install

Setup

git clone https://github.com/pt1602/shopware-docker-ddev.git
cd shopware-docker-ddev
ddev start && ddev setup
  • open https://shopware.ddev.site/
  • Install Shopware 6 via default installer
  • Activate the theme and needed plugins
  • That should be it, happy coding

Access

Admin:

Nice to know DDEV-Commands

All you need to know

Start container in current directory

ddev start

Shutdown container in current directory

ddev stop

Shutdown all containers

ddev poweroff

Delete current container

ddev delete -O

SSH

ddev ssh

PhpMyAdmin

ddev phpmyadmin

Mailpit

ddev launch -m

Import db

ddev import-db --src=dump.sql.gz

Export db

ddev export-db > dump.sql.gz

About

Shopware Setup with Docker and DDEV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published