GITBOOK: Export Sylius documentation

This commit is contained in:
Magdalena Sadowska 2024-11-07 07:41:35 +00:00 committed by gitbook-bot
parent df41415b33
commit 32f1839d8e
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF
2 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -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://<username>:<password>@<host>/<your_database_name>_%kernel.environment%?serverVersion=<your_db_version>&charset=utf8
DATABASE_URL=mysql://<username>:<password>@<host>/<your_database_name>_%kernel.environment%?serverVersion=<your_db_version>&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: