Skip to content

ioanok/development

 
 

Repository files navigation

Shopware development template

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.

NEXUS

Url: http://localhost:8000/

Docker Data (SSH-Container)
Host: 127.0.0.1
Port: 2222
User: root
Pass: nexus123
Path: /app
Access the application container:
./psh.phar docker:ssh
# or
bash bash.sh

Preparation

git clone git@github.com:wesolowski/development.git

cd development

git clone git@github.com:shopware/platform.git

Docker installation (PHP is installed locally)

./psh.phar docker:start

bash init.sh # Mac / Linux
init.bat # Windows - PowerShell

Docker installation (PHP is not installed locally)

Init
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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 46.9%
  • Shell 41.7%
  • Dockerfile 6.2%
  • JavaScript 3.6%
  • Batchfile 1.6%