Shopware Development Platform

How can I set my local environment up to develop a Shopware based e-commerce website?

There are several ways according to your system more than below, but I saved only my experiences which works fine and controllable.

For MacOS and Windows: Vagrant + VirtualBox:

  1. Install Vagrant
  2. Install VirtualBox
  3. Install Git
  4. Create the directory
  5. ~> git clone [email protected]:shopwareLabs/shopware-platform-vagrant.git
  6. ~> cd shopware-platform-vagrant
  7. ~> vagrant up
  8. browse http://192.168.33.10
  9. if problem, check automated provision
  10. Do the provision up often, that updates the automation.

For Linux: docker

  1. Install docker
  2. Install docker-compose
  3. Create the directory
  4. ~> git clone https://github.com/shopware/development.git
  5. ~> cd development
  6. ~> rm -rf platform
  7. ~> git clone https://github.com/shopware/platform.git
  8. ~> ./psh.phar docker:start
  9. ~> ./psh.phar docker:ssh
  10. ~> ./psh.phar install

Start the Discussion!Leave a Reply