Sylius CE Installation with Docker

Docker

Docker is an open-source platform for developing, delivering, and running applications. It allows you to separate your application from your infrastructure, simplifying software delivery. With Docker, you can manage infrastructure the same way you manage applications. This platform methodology enables fast code delivery, testing, and implementation, significantly reducing the delay between writing code and running it in the production environment.

Make sure you have Docker and make installed on your local machine.

Project Setup

Clone Sylius-Standard repository or if you are using GitHub you can use the Use this template button that will create new repository with Sylius-Standard content.

git clone [email protected]:Sylius/Sylius-Standard.git your_project_name

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

Β© 2024 Sylius. All Rights Reserved