Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/manual/guides/local-installation/ddev.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mkdir contao && cd contao
DDEV-Konfiguration anlegen mit:

```shell
ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.2
ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.4
```

Contao {{% siteparam "currentContaoVersion" %}} installieren:
Expand Down Expand Up @@ -94,7 +94,7 @@ mkdir contao && cd contao
DDEV-Konfiguration anlegen mit:

```shell
ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.2
ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.4
```

Nach der Installation müssen die Datenbankzugangsdaten in die `.env.local` eingetragen werden. In diesem Zug richten wir auch direkt
Expand Down
4 changes: 2 additions & 2 deletions docs/manual/guides/local-installation/ddev.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ mkdir contao && cd contao
Create the DDEV configuration with:

```shell
ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.2
ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.4
```

Install Contao {{% siteparam "currentContaoVersion" %}}:
Expand Down Expand Up @@ -92,7 +92,7 @@ mkdir contao && cd contao
Create the DDEV configuration with:

```shell
ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.2
ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.4
```

After installation, the database access data must be entered in the .env.local. At the same time, we also set up
Expand Down