No description
Find a file
Paweł Jędrzejewski 9c7e731722 Fix composer.json
2013-04-25 22:27:57 +02:00
app Move CoreBundle and WebBundle here, stick to Symfony SE conventions 2013-04-25 22:25:26 +02:00
features Move CoreBundle and WebBundle here, stick to Symfony SE conventions 2013-04-25 22:25:26 +02:00
src/Sylius/Bundle Move CoreBundle and WebBundle here, stick to Symfony SE conventions 2013-04-25 22:25:26 +02:00
vagrant changed default timezone to UTC 2013-04-14 14:30:18 +03:00
web Move CoreBundle and WebBundle here, stick to Symfony SE conventions 2013-04-25 22:25:26 +02:00
.gitignore Move CoreBundle and WebBundle here, stick to Symfony SE conventions 2013-04-25 22:25:26 +02:00
.travis.yml Move CoreBundle and WebBundle here, stick to Symfony SE conventions 2013-04-25 22:25:26 +02:00
behat.yml.dist Move CoreBundle and WebBundle here, stick to Symfony SE conventions 2013-04-25 22:25:26 +02:00
Capfile Initial commit 2013-01-18 21:43:21 +01:00
composer.json Fix composer.json 2013-04-25 22:27:57 +02:00
composer.lock Move CoreBundle and WebBundle here, stick to Symfony SE conventions 2013-04-25 22:25:26 +02:00
LICENSE Initial commit 2013-01-18 21:43:21 +01:00
README.md Update Behat instructions 2013-03-13 01:26:47 +01:00

Sylius Build status...

Sylius is modern ecommerce solution for PHP, based on the Symfony2 framework.

Installation

$ wget http://getcomposer.org/composer.phar
$ php composer.phar create-project sylius/sylius -s dev

Then configure your project and create database.

$ cd sylius
$ vi sylius/config/container/parameters.yml # And put your values!
$ php sylius/console doctrine:database:create
$ php sylius/console doctrine:schema:create
$ php sylius/console doctrine:fixtures:load # If you want to load sample data.

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.

Contributing

All informations about contributing to Sylius can be found on this page.

Sylius on twitter

If you want to keep up with the updates, follow the official Sylius account on twitter.

Bug tracking

Sylius uses GitHub issues. If you have found bug, please create an issue.

MIT License

License can be found here.

Authors

Sylius was originally created by Paweł Jędrzejewski. See the list of contributors.