Shopware Development Platform
Mar-2021
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:
- Install Vagrant
- Install VirtualBox
- Install Git
- Create the directory
- ~> git clone [email protected]:shopwareLabs/shopware-platform-vagrant.git
- ~> cd shopware-platform-vagrant
- ~> vagrant up
- browse http://192.168.33.10
- if problem, check automated provision
- Do the provision up often, that updates the automation.
For Linux: docker
- Install docker
- Install docker-compose
- Create the directory
- ~> git clone https://github.com/shopware/development.git
- ~> cd development
- ~> rm -rf platform
- ~> git clone https://github.com/shopware/platform.git
- ~> ./psh.phar docker:start
- ~> ./psh.phar docker:ssh
- ~> ./psh.phar install