Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 436 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 436 Bytes

The repository contains a script which installs Sylius. The only thing you need is docker and its docker-compose util.

  1. Clone this repo
$ git clone [email protected]:formapro/sylius-installer.git
$ cd sylius-installer 
  1. Run install.sh script

The script may ask you several questions.

$ install.sh
  1. Run the app:
$ cd sylius
$ docker-compose up -d 
  1. Open localhost in your browser.