This is a past event. Please join us for Web Summer Camp this year.

Using Sylius as an eCommerce solution with eZ

About

In this workshop we will show how Sylius components can work on top of eZ with a special bundle developed by Netgen, that serves as a glue between two systems. Also, we will do few simple tasks to better explain the integration and how to approach further implementation of the project.
We will also give some basic usage of Sylius and how to start to develop features on top of it.

Details: http://www.netgenlabs.com/Blog/We-are-open-sourcing-our-integration-of-eCommerce-solution-Sylius-with-CMS-eZ-Publish

Setting up developer environment 

You can follow the workshop better with the virtual appliance configuration used at the event. Check out the main repo and follow the instructions. In a nutshell, you should be able to create the Vagrant box with:

$ git clone https://github.com/netgen/summercamp-2015.git
$ cd summercamp-2015
$ git submodule init
$ git submodule update
$ vagrant up --no-provision

Then add all domains in the hosts as explained in the README.

To prepare this workshop, you should then:

$ vagrant ssh
(vagrant)$ cd /var/www/summercamp/
(vagrant)$ ./run.sh ezsylius

You should have the workshop accessible in your browser at http://ezsylius.ezsc/. If you have problems, check the FAQ. If you still have problems, you can fall back to using only workshop repo listed here.

Video - part 1

Video - part 2