From eaad45906f707c7e596eaf6ee97181b60bf7389c Mon Sep 17 00:00:00 2001 From: Jan Date: Thu, 1 Aug 2024 22:44:55 +0200 Subject: [PATCH] [BUGFIX] Correct the DDEV configuration command for the current version (#400) Co-authored-by: Jan Greth --- Documentation/Installation/TutorialDdev.rst | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Documentation/Installation/TutorialDdev.rst b/Documentation/Installation/TutorialDdev.rst index 3e94dd1c..db50d8d8 100644 --- a/Documentation/Installation/TutorialDdev.rst +++ b/Documentation/Installation/TutorialDdev.rst @@ -45,7 +45,7 @@ of preconfigured projects. .. code-block:: bash - ddev config --php-version 8.2 + ddev config # Give the following answers when prompted: @@ -55,13 +55,17 @@ of preconfigured projects. Project Type [php, typo3, ...] (php): typo3 -project-type - Should always be "typo3" - -docroot +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" + +.. 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: .. code-block:: bash