This repository is a template for local development. It enables you to create a running Shopware instance to test new technologies from shopware, including the new core or the new administration.
The newest installation guide, together with the complete documentation, is available at docs.shopware.com.
Host: 127.0.0.1
Port: 2222
User: root
Pass: nexus123
Path: /app
./psh.phar docker:ssh
# or
bash bash.sh
git clone git@github.com:wesolowski/development.git
cd development
git clone git@github.com:shopware/platform.git
./psh.phar docker:start
bash init.sh # Mac / Linux
init.bat # Windows - PowerShell
docker volume create shopware_projectdata
docker volume create shopware_mysqldata
docker-compose build
docker-compose up -d
connect to application container with ssh
docker exec -it -u application shopware_app bash
and run
dev-ops/docker/scripts/check_permissions.sh
bash init.sh # Mac / Linux
init.bat # Windows - PowerShell
Download from container shopware_app back to local to sync everything.