The repository contains a script which installs Sylius.
The only thing you need is docker
and its docker-compose
util.
- Clone this repo
$ git clone [email protected]:formapro/sylius-installer.git
$ cd sylius-installer
- Run install.sh script
The script may ask you several questions.
$ install.sh
- Run the app:
$ cd sylius
$ docker-compose up -d
- Open localhost in your browser.