mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
GITBOOK: Export Sylius documentation
This commit is contained in:
parent
df41415b33
commit
32f1839d8e
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue