From e7cedadead72dbfb95687f9adcd4e808c231602c Mon Sep 17 00:00:00 2001 From: Martin Bless Date: Thu, 24 Mar 2022 08:40:27 +0100 Subject: [PATCH] Update Install.rst - 'docroot' MUST be 'public' (#190) 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 (cherry picked from commit de2b98ca6d9a7c742e928b5b729ce0edab6fe531) --- Documentation/Installation/Install.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/Installation/Install.rst b/Documentation/Installation/Install.rst index 0b640f06..60fd4bdc 100644 --- a/Documentation/Installation/Install.rst +++ b/Documentation/Installation/Install.rst @@ -54,6 +54,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