No description
Find a file
2013-07-06 23:35:31 +02:00
app KnpSnappyBundle 2013-07-06 23:35:31 +02:00
bin Installer 2013-05-27 13:20:51 +02:00
features Typo in Behat scenarios 2013-07-06 23:35:31 +02:00
src/Sylius/Bundle Behat scenarios : 2013-07-06 23:35:31 +02:00
vagrant changed default timezone to UTC 2013-04-14 14:30:18 +03:00
web rename Sylius{Cache|Kernel} to App{Cache|Kernel} 2013-06-12 01:57:40 -04:00
.gitignore Installer 2013-05-27 13:20:51 +02:00
.travis.yml remove shortcut commands from travis config 2013-06-20 04:44:18 -03:00
behat.yml.dist added pre-configured saucelabs integration for behat 2013-07-01 13:35:47 +02:00
Capfile Fix deploy path in Capfile 2013-04-25 22:47:48 +02:00
composer.json Using the latest stable version of faker bundle 2013-06-25 23:50:47 +02:00
composer.lock Update money bundle 2013-06-14 09:09:43 +02:00
LICENSE Initial commit 2013-01-18 21:43:21 +01:00
README.md Tweak readme 2013-06-17 13:59:06 +02: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
$ 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.

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

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.