Skip to content

Installation Shopware

Shyim edited this page May 4, 2022 · 3 revisions

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