From a1cb7bef2f8734f2f34c25a60ce4249c15250bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Fri, 2 Aug 2024 07:24:48 +0200 Subject: [PATCH] [BUGFIX] Correct the DDEV configuration command for the current version (#400) (#402) Co-authored-by: Jan Co-authored-by: Jan Greth --- Documentation/Installation/TutorialDdev.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Documentation/Installation/TutorialDdev.rst b/Documentation/Installation/TutorialDdev.rst index 593208ef..1fbdb727 100644 --- a/Documentation/Installation/TutorialDdev.rst +++ b/Documentation/Installation/TutorialDdev.rst @@ -51,12 +51,16 @@ of preconfigured projects. Project Type [php, typo3, ...] (php): typo3 -project-type +Docroot Location + Is the folder containing files that have to be reached by + the webserver. It contains the vital entry point :file:`index.php`. The folder is commonly called :file:`public`. + +Project Type Should always be "typo3" -docroot - Is the folder in which all files that have to be reached by - the browser. This folder is commonly called :file:`public`. +.. note:: + The PHP version (:yaml:`php_version`) should be set manually to the required + version in :file:`.ddev/config.yaml`. Alternatively you can skip the prompt by supplying all of the required parameters in a single command: