No description
Find a file
2014-01-10 09:04:05 +10:00
app Merge pull request #733 from stloyd/bugfix/fixture_loading 2014-01-09 02:33:01 -08:00
bin Installer 2013-05-27 13:20:51 +02:00
features [CoreBundle] Fix the problem when none shipping method match the current user shipping address 2014-01-09 21:01:06 +01:00
src/Sylius/Bundle [CoreBundle] Fix the problem when none shipping method match the current user shipping address 2014-01-09 21:01:06 +01:00
vagrant Merge pull request #708 from norzechowicz/vagrant 2013-12-13 15:03:46 -08:00
web Let host access vagrant test env 2013-11-09 10:14:14 +00:00
.gitignore Update shipping bundle and products 2013-08-08 21:42:03 +02:00
.travis.yml Fix problems with specs failing about missing dependencies 2014-01-07 15:19:13 +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 Fix problems with specs failing about missing dependencies 2014-01-07 15:19:13 +01:00
composer.lock Fix problems with specs failing about missing dependencies 2014-01-07 15:19:13 +01:00
LICENSE Initial commit 2013-01-18 21:43:21 +01:00
README.md Updated README for Vagrant log file location 2014-01-10 09:04:05 +10: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

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

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 provided Vagrant environment, these files are located in shared memory to avoid the performance loss associated with NFS synchronization.

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

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.