Installation Shopware - shyim/shopware-docker GitHub Wiki
Using existing project
- Create a new folder in
~/Code/
with your project name and checkout the code
- Run
swdc up
to create the app container for the new shop
- Run
swdc build [project-name]
to build the project
- Run
swdc open [project-name]
to open the Shop in browser
Create new project
- Run
swdc create-project [project-name]
- Choose Shopware Template + Version
- Run
swdc open [project-name]
to open the Shop in browser