No description
Find a file
Joseph Bielawski 734027ed84 Create Promotion component
Rename PromotionsBundle into PromotionBundle
2014-04-10 14:21:42 +02:00
app Create Promotion component 2014-04-10 14:21:42 +02:00
bin Installer 2013-05-27 13:20:51 +02:00
features Promotions exclusive mode 2014-03-01 13:33:51 +01:00
src/Sylius Create Promotion component 2014-04-10 14:21:42 +02:00
vagrant Updated README's to include Vagrant folder locations 2014-01-10 22:48:18 +10:00
web Moved debug toggle from AppKernel to web/app_dev.php 2014-01-29 07:32:06 +02:00
.gitignore Update .gitignore 2014-02-04 14:05:57 +01:00
.travis.yml Reduce Travis-CI build on main repository to only master branch 2014-01-25 12:51:56 +01:00
behat.yml.dist reworked Behat scenarios for OAuth sign-in in order to run completely successfully with pre-configured resource owner 2013-10-30 10:24:59 +01:00
Capfile Fix deploy path in Capfile 2013-04-25 22:47:48 +02:00
composer.json Update to Payum 0.8 2014-04-08 15:24:39 +08:00
composer.lock Update to Payum 0.8 2014-04-08 15:24:39 +08:00
CONTRIBUTING.md Adding CONTRIBUTING.md file 2014-03-12 16:54:29 +01:00
LICENSE Update license files 2014-01-14 10:45:11 +01:00
phpspec.yml Create Promotion component 2014-04-10 14:21:42 +02:00
README.md Update README for more specific behat setup rules 2014-01-27 13:28:57 -08:00

Sylius Build status... Scrutinizer Quality Score

Sylius is an open source e-commerce solution for PHP, based on the Symfony2 framework.

Ultimate goal of the project is to create a webshop engine, which is user-friendly, loved by developers and has a helpful community.

Sylius is constructed from fully decoupled components (bundles in Symfony2 glossary), which means that every feature (products catalog, shipping engine, promotions system...) can be used in any other application.

We're using full-stack BDD methodology, with phpspec and Behat.

Documentation

Documentation is available at docs.sylius.org.

Quick Installation

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

To be able to use included fixtures, that make testing and development phases much easier, you may need to run Composer tool with --dev option:

$ php composer.phar install --dev
$ php app/console doctrine:database:create
$ php app/console doctrine:schema:create 
$ php app/console doctrine:phpcr:repository:init

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.39.0.jar

Then setup your test database

$ php app/console doctrine:database:create --env=test
$ php app/console doctrine:schema:create --env=test

You can run Behat using the following command.

$ bin/behat

Troubleshooting

If something goes wrong, errors & exceptions are logged at the application level.

$ tail -f app/logs/prod.log
$ tail -f app/logs/dev.log

If you are using the supplied Vagrant development environment, please see the related Troubleshooting guide for more information.

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.