mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Update readme instructions
This commit is contained in:
parent
4d43b3416f
commit
0493343eb1
1 changed files with 4 additions and 4 deletions
|
|
@ -15,10 +15,10 @@ Then configure your project and create database.
|
|||
|
||||
``` bash
|
||||
$ 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.
|
||||
$ vi app/config/parameters.yml # And put your values!
|
||||
$ php app/console doctrine:database:create
|
||||
$ php app/console doctrine:schema:create
|
||||
$ php app/console doctrine:fixtures:load # If you want to load sample data.
|
||||
```
|
||||
|
||||
[Behat](http://behat.org) scenarios
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue