Skip to content

Instantly share code, notes, and snippets.

@pjedrzejewski
Last active December 15, 2015 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjedrzejewski/5174105 to your computer and use it in GitHub Desktop.
Save pjedrzejewski/5174105 to your computer and use it in GitHub Desktop.
Sylius quick start
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar create-project sylius/sylius -s dev
$ 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment