From 2cd1aa768abb39d9db927d7ba9ed227c2c639621 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Fri, 11 Oct 2024 12:23:10 +0200 Subject: [PATCH] [TASK] Improve reading flow of DDEV setup instructions Moves the notice box below the three important items. Uses highlighting. Closes #370 --- Documentation/Appendix/SettingUpTypo3Ddev.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/Appendix/SettingUpTypo3Ddev.rst b/Documentation/Appendix/SettingUpTypo3Ddev.rst index 78f24379..9db38821 100644 --- a/Documentation/Appendix/SettingUpTypo3Ddev.rst +++ b/Documentation/Appendix/SettingUpTypo3Ddev.rst @@ -25,7 +25,7 @@ TYPO3 Core contribution setup with DDEV environments based on Docker. Here is a description of how you can use DDEV to setup a working TYPO3 -installation using the cloned TYPO3 CMS Git repository. +installation using the cloned TYPO3 CMS git repository. You don't need to have a Webserver, a Database or PHP running on your system. Everything will be supplied by DDEV. In fact, if you do have a Webserver @@ -35,20 +35,20 @@ change the ports in the :ref:`ddev config `). Prerequisites ============= -* Install Docker and other +* Install **Docker** and other `ddev system requirements `__. -* Install DDEV as described in the +* Install **DDEV** as described in the `Installation `__ instructions. +* You have **cloned the TYPO3 git repository** as described in :ref:`git-clone` and + have **switched to the directory** which contains the local git repository. + .. note:: Composer and npm can run inside of DDEV, so there is no need to set them up locally. -* You have cloned the TYPO3 git repository as described in :ref:`git-clone` and - have switched to the directory which contains the local Git repository. - .. _ddev-configure: Configure DDEV