mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
fixtures are included in the install script
This commit is contained in:
parent
cedb20c840
commit
e5268a2681
1 changed files with 1 additions and 8 deletions
|
|
@ -24,14 +24,7 @@ $ cd sylius
|
|||
$ php app/console sylius:install
|
||||
```
|
||||
|
||||
To be able to use included fixtures, that make testing and development phases much easier:
|
||||
|
||||
```bash
|
||||
$ php composer.phar install
|
||||
$ php app/console doctrine:database:create
|
||||
$ php app/console doctrine:schema:create
|
||||
$ php app/console doctrine:phpcr:repository:init
|
||||
```
|
||||
The install script will give you the option to run fixtures that make testing and development phases much easier.
|
||||
|
||||
[Behat](http://behat.org) scenarios
|
||||
-----------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue