From c72cf881256813f3dd99458974f0a2009f7adf16 Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Tue, 28 Nov 2023 18:41:19 +0100 Subject: [PATCH] also on the DDEV tab --- Documentation/Installation/Install.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Documentation/Installation/Install.rst b/Documentation/Installation/Install.rst index 981584a5..368b0498 100644 --- a/Documentation/Installation/Install.rst +++ b/Documentation/Installation/Install.rst @@ -68,10 +68,6 @@ At the root level of your web server, execute the following command: # created in an outdated location, you can move it with mkdir -p config/system/ && mv public/typo3conf/AdditionalConfiguration.php $_/additional.php - # Use console command to run the install process - # or use the Install Tool GUI (See below) - ddev exec ./vendor/bin/typo3 setup - This command pulls down the latest release of TYPO3 and places it in the :file:`example-project-directory`. @@ -127,6 +123,8 @@ Interactive / guided setup (questions/answers): .. code-block:: bash + # Use console command to run the install process + # or use the Install Tool GUI (See below) ddev exec ./vendor/bin/typo3 setup Or use the GUI installer in the browser