From 32f1839d8e232d6a988556fab5e03609491eedc0 Mon Sep 17 00:00:00 2001 From: Magdalena Sadowska Date: Thu, 7 Nov 2024 07:41:35 +0000 Subject: [PATCH] GITBOOK: Export Sylius documentation --- docs/getting-started-with-sylius/deployment.md | 2 +- docs/the-book/installation/sylius-ce-installation/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started-with-sylius/deployment.md b/docs/getting-started-with-sylius/deployment.md index abc77cde1e..0e68a8a69d 100644 --- a/docs/getting-started-with-sylius/deployment.md +++ b/docs/getting-started-with-sylius/deployment.md @@ -18,4 +18,4 @@ Development usually takes most of the time in project implementation, but we sho Check out our deployment cookbook: -* 👉 [Introduction to Sylius Cloud by Platform.sh](../the-cookbook-2.0/introduction-to-sylius-cloud-by-platform.sh.md) +* 👉 [Introduction to Sylius Cloud by Platform.sh](https://old-docs.sylius.com/en/1.14/cookbook/deployment/introduction-to-sylius-cloud.html) diff --git a/docs/the-book/installation/sylius-ce-installation/README.md b/docs/the-book/installation/sylius-ce-installation/README.md index 4f4715c489..436e1a64d9 100644 --- a/docs/the-book/installation/sylius-ce-installation/README.md +++ b/docs/the-book/installation/sylius-ce-installation/README.md @@ -70,7 +70,7 @@ To define your database connection string, create the `.env.local` file with the {% tab title="MySQL" %} {% code title=".env.local" overflow="wrap" %} ```sh -DATABASE_URL=DATABASE_URL=mysql://:@/_%kernel.environment%?serverVersion=&charset=utf8 +DATABASE_URL=mysql://:@/_%kernel.environment%?serverVersion=&charset=utf8 ``` {% endcode %} {% endtab %} @@ -102,7 +102,7 @@ composer update ``` {% endcode %} -Otherwise, you may face the problem of having Symfony components of the wrong version installed. +Otherwise, you may face the problem of having Symfony components installed in the wrong version. {% endhint %} Once you have the database configured, we can run the interactive installer by running the below command in the project's root directory: