shopware-docker
shopware-docker copied to clipboard
A docker setup ready for shopware development
See also: https://github.com/shopwareLabs/shopware-docker/issues/42
implement [docker-sync](https://github.com/EugenMayer/docker-sync) use with unison to really speed up things on macOS
I am trying to install shopware the first time. I have followed the install instructions like described in this repository. ``` git clone https://github.com/shopwareLabs/shopware-docker backend cd backend ./psh.phar docker:start ./psh.phar...
Hi! I decided to try out the Docker installation of Shopware too experiment with it without tinkering with my local development environment too much, and I already run most things...
Checked out on Ubuntu 16.04 following the README. Can not connect to localhost:8083. `docker logs` gives: ``` 2019-10-28 19:36:02,204 INFO exited: apached (exit status 1; not expected) 2019-10-28 19:36:03,210 INFO...
After make a fresh install* of this repo, start and init the server/Shopware I don't get a response from the system: ``` curl -I http://localhost:8083/backend HTTP/1.1 500 Internal Server Error...