Skip to content

Commit

Permalink
[TASK] Improve reading flow of DDEV setup instructions
Browse files Browse the repository at this point in the history
Moves the notice box below the three important items. Uses
highlighting.

Closes #370
  • Loading branch information
garvinhicking committed Oct 11, 2024
1 parent f08e501 commit 2cd1aa7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Documentation/Appendix/SettingUpTypo3Ddev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -35,20 +35,20 @@ change the ports in the :ref:`ddev config <ddev-configure>`).
Prerequisites
=============

* Install Docker and other
* Install **Docker** and other
`ddev system requirements <https://ddev.readthedocs.io/en/latest/#system-requirements>`__.

* Install DDEV as described in the
* Install **DDEV** as described in the
`Installation <https://ddev.readthedocs.io/en/latest/#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
Expand Down

0 comments on commit 2cd1aa7

Please sign in to comment.