Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ Installation
$ wget http://getcomposer.org/composer.phar
$ php composer.phar create-project -s beta sylius/sylius-standard project
$ cd project
$ npm install
$ npm run gulp
$ php bin/console sylius:install
$ php bin/console server:start
$ open http://localhost:8000/
$ make init
$ npm run build
$ docker composer up -d
$ open http://localhost:80/
```

Troubleshooting
Expand Down