Installation
Traditional Installation
If you prefer to install Sylius without Docker, use this guide:
1
Project Setup
Clone the Sylius-Standard repository, or if you are using GitHub, you can use the 'Use this template' button to create a new repository with Sylius-Standard content.
git clone [email protected]:Sylius/Sylius-Standard.git your_project_name
2
Development
Sylius Standard comes with the docker compose configuration. You can start the development environment via the make init
command in your favourite terminal. Please note that the speed of building images and initialising containers depends on your local machine and internet connection - it may take some time. Then enter localhost
in your browser or execute open http://localhost/
in your terminal.
make init
open http://localhost/
Last updated
Was this helpful?