mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Tweak readme
This commit is contained in:
parent
ea03fd7464
commit
18c1482c36
1 changed files with 1 additions and 9 deletions
10
README.md
10
README.md
|
|
@ -9,16 +9,8 @@ Installation
|
|||
``` bash
|
||||
$ wget http://getcomposer.org/composer.phar
|
||||
$ php composer.phar create-project sylius/sylius -s dev
|
||||
```
|
||||
|
||||
Then configure your project and create database.
|
||||
|
||||
``` bash
|
||||
$ cd sylius
|
||||
$ 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.
|
||||
$ php app/console sylius:install
|
||||
```
|
||||
|
||||
[Behat](http://behat.org) scenarios
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue