RomainLegouverneur / Sylius-Sandbox

Sylius sandbox application, playground and testing place for Sylius and Symfony2 beginners.

Home Page:Sylius.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sylius-Sandbox Build status...

Sylius is developer friendly e-commerce framework built on top of Symfony2.
We also plan to provide a rich featured end-user application in future.

This is sandbox application which shows some examples of the Sylius bundles usage.
It's also testing ground for new features planned for main Sylius application.

This repository will never be stable.

DEMO.

Quick installation

Clone this repository with this command.

$ git clone http://github.com/Sylius/Sylius-Sandbox.git

Open sandbox/config/container/parameters.yml.dist, set your values and save as parameters.yml.

Install dependencies using composer.

$ wget http://getcomposer.org/composer.phar
$ php composer.phar install --prefer-dist

Create database schema and dump assetic assets by typing following commands inside console.

$ ./bin/rebuild-database
$ php sandbox/console assetic:dump

Open up /path/to/Sylius-Sandbox/public/dev.php in your browser and play with the application.

Behat scenarios

$ ./bin/behat @SyliusSandboxBundle

phpspec2 examples

$ bin/phpspec run -f pretty

Contributing

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

Mailing lists

Users.

If you are using this application and have any questions, feel free to ask on users mailing list. Mail or view it.

Developers.

If you want to contribute, and develop this application, use the developers mailing list. Mail or view it.

Sylius twitter account

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

Bug tracking

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

MIT License

License can be found here.

Authors

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

About

Sylius sandbox application, playground and testing place for Sylius and Symfony2 beginners.

Sylius.org

License:MIT License