Sylius is modern ecommerce solution for PHP, based on the Symfony2 framework.
$ wget http://getcomposer.org/composer.phar
$ php composer.phar create-project sylius/sylius -s dev
$ cd sylius
$ php app/console sylius:install
Behat scenarios
You need to copy Behat default configuration file and enter your specific base_url
option there.
$ cp behat.yml.dist behat.yml
$ vi behat.yml
Then download Selenium Server, and run it.
$ java -jar selenium-server-standalone-2.11.0.jar
You can run Behat using the following command.
$ bin/behat
$ bin/behat -p no-js # If you want to skip the scenarios which require real browser.
If something goes wrong, errors & exceptions are logged at the application level:
tail -f app/logs/prod.log
tail -f app/logs/dev.log
All informations about contributing to Sylius can be found on this page.
If you want to keep up with the updates, follow the official Sylius account on twitter.
Sylius uses GitHub issues. If you have found bug, please create an issue.
License can be found here.
Sylius was originally created by Paweł Jędrzejewski. See the list of contributors.