Installation with Docker¶

Docker¶

Docker is an open-sourced platform for developing, delivering, and running applications. Docker allows you to separate your application from your infrastructure, simplifies software delivery. Docker allows you to manage infrastructure in the same way that applications are managed. Implementing the platform methodology, enables fast code delivery, testing, and implementation. Docker significantly reduces the delay between writing the code and running it in the production environment.

Note

Make sure you have Docker 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 multi-stage build. You can execute it via the docker compose up -d command in your favorite terminal. Please note that the speed of building images and initializing containers depends on your local machine and internet connection - it may take some time. Then enter localhost in your browser or execute open localhost in your terminal.

docker compose up -d
open localhost