Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 726 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 726 Bytes

spryker-minimal

Spryker starter kit to bootstrap applications with minimal effort. Function scope with UI:

  • Customer
  • Navigation
  • User
  • CMS
  • Glossary (l8n)

How to install

  • cd docker
  • PROJECT_NAME=spryker-minimal docker-compose up -d
  • ./rmq.sh
  • docker exec -it spryker-minimal-php composer install --no-interaction
  • docker exec -it spryker-minimal-php vendor/bin/install
  • change hosts file and add 127.0.0.1 zed.de.suite.local and 127.0.0.1 de.suite.local

URLS

Build app image locally

  • docker build ./docker -t spryker-minimal-php

update modules

  • git submodule foreach git pull origin master