From 9668de6d785d91374505ab1b737f2ab22062633b Mon Sep 17 00:00:00 2001 From: Martin Bless Date: Wed, 16 Mar 2022 09:51:20 +0100 Subject: [PATCH] Update Install.rst - 'docroot' MUST be 'public' People should know that they can't use a different value for 'docroot'. See also: * https://github.com/TYPO3/get.typo3.org/issues/291 * https://github.com/TYPO3/TYPO3.CMS.BaseDistribution/issues/54 * https://github.com/drud/ddev/issues/3701 --- Documentation/Installation/Install.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/Installation/Install.rst b/Documentation/Installation/Install.rst index de6be0c4..89feaa82 100644 --- a/Documentation/Installation/Install.rst +++ b/Documentation/Installation/Install.rst @@ -79,6 +79,7 @@ Execute Composer Create-Project cd example-project-directory # Tell DDEV to create a new project of type "typo3" + # 'docroot' MUST be 'public' ddev config --project-type=typo3 --docroot=public --create-docroot # Start the ddev instance