Sylius/docs
Łukasz Chruściel 59ebc5cb2f
feature #14051 [docker][docs]Deploy Sylius with Docker (Ferror)
This PR was merged into the 1.12-dev branch.

Discussion
----------

## Introduction

Wait for https://github.com/Sylius/Sylius/pull/14023

## Installation
<img width="811" alt="Screenshot 2022-06-02 at 17 57 23" src="https://user-images.githubusercontent.com/17534504/171672940-35c8805c-38b9-426b-bf80-39c02505c55d.png">

## Installation with Docker
<img width="814" alt="Screenshot 2022-06-02 at 17 57 53" src="https://user-images.githubusercontent.com/17534504/171673105-0122dca6-f1c2-4915-95b6-a9b6c2b39de2.png">
<img width="814" alt="Screenshot 2022-06-02 at 17 58 09" src="https://user-images.githubusercontent.com/17534504/171673207-fd28901e-d77c-4f00-9a3f-62f11e985844.png">

## Deploy with Docker

<img width="809" alt="Screenshot 2022-06-08 at 17 52 39" src="https://user-images.githubusercontent.com/17534504/172661882-0d3f1512-30df-481c-97cf-70a0de50de62.png">
<img width="818" alt="Screenshot 2022-06-08 at 17 52 51" src="https://user-images.githubusercontent.com/17534504/172661942-d5f3cab1-e5c7-4534-9ef3-67d683d0123f.png">


## Deployment
<img width="804" alt="Screenshot 2022-06-08 at 17 53 41" src="https://user-images.githubusercontent.com/17534504/172662153-d7b37065-0ad1-4382-9e7b-5eb168d5b763.png">



Commits
-------

29adb10f1b [docker][docs]Deploy Sylius with Docker
2022-07-05 15:22:26 +02:00
..
_exts [Docs] Allow redirecting to URLs 2020-05-11 16:16:24 +02:00
_images Add a paragraph about listing rendered events in the SF profiler 2022-07-04 12:52:10 +02:00
_themes/sylius_rtd_theme [DOCS] Change the github link on search page 2022-05-30 08:44:14 +02:00
bdd Fixing the documentation (1.10) 2022-01-26 23:48:27 +01:00
book feature #14051 [docker][docs]Deploy Sylius with Docker (Ferror) 2022-07-05 15:22:26 +02:00
components_and_bundles Merge branch '1.10' into 1.11 2022-01-27 11:13:44 +01:00
cookbook [docker][docs]Deploy Sylius with Docker 2022-06-29 23:36:36 +02:00
customization Add a paragraph about listing rendered events in the SF profiler 2022-07-04 12:52:10 +02:00
getting-started-with-sylius feature #14051 [docker][docs]Deploy Sylius with Docker (Ferror) 2022-07-05 15:22:26 +02:00
performance Merge branch '1.10' into 1.11 2022-01-27 11:13:44 +01:00
.dockerignore [docker][docs]Create Docker Compose configuration file for documentation 2022-06-08 17:47:47 +02:00
.gitignore Update sensio.sphinx 2020-01-20 13:07:36 +01:00
build.sh [CI] Switch documentation build from Travis to GitHub Actions 2020-11-25 14:41:53 +01:00
conf.py favicon 2022-05-11 19:21:42 +02:00
docker-compose.yml [docker][docs]Create Docker Compose configuration file for documentation 2022-06-08 17:47:47 +02:00
Dockerfile [docker][docs]Create Docker Compose configuration file for documentation 2022-06-08 17:47:47 +02:00
favicon.ico favicon 2022-05-11 19:21:42 +02:00
index.rst [DOCS] Update Index Tip section 2022-04-07 19:21:58 +02:00
README.md [docker][docs]Create Docker Compose configuration file for documentation 2022-06-08 17:47:47 +02:00
redirection_map Merge branch '1.7' into 1.8 2020-10-19 12:43:54 +02:00
requirements.txt [Documentation] Fix build by specifying jinja2 version requirement 2022-03-30 12:54:26 +02:00

Sylius Documentation

This directory contains documentation for Sylius - Open Source eCommerce platform on top of Symfony, available on docs.sylius.com.

It is hosted by the great readthedocs.org.

Sylius on Twitter

If you want to keep up with all the updates, follow the official Sylius account on twitter.

Issues

The documentation uses GitHub issues.

Build

Traditional

To test the documentation before a commit:

  • Install pip, Python package manager

  • Download the documentation requirements:

    pip install -r requirements.txt

    This makes sure that the version of Sphinx you'll get is >=1.4.2!

  • Install Sphinx

    pip install Sphinx

  • In the docs directory run sphinx-build -b html . build and view the generated HTML files in the build directory.

Docker

Execute Docker Compose command and enter localhost

docker compose up -d
open localhost

Authors

See the list of our amazing contributors.