@@ -11,15 +11,15 @@ Installing TYPO3 with DDEV
1111This guide provides step-by-step instructions for installing TYPO3 using DDEV
1212and Composer.
1313
14- If DDEV is not installed on your local machine yet , see
14+ If DDEV is not yet installed on your local machine, see
1515`Installing and Using DDEV <https://docs.typo3.org/permalink/t3start:ddev >`_.
1616
1717DDEV is intended for local development only.
1818To deploy your TYPO3 site to a production server, see:
1919`Deploying TYPO3 <https://docs.typo3.org/permalink/t3start:deployment >`_.
2020
2121Throughout the Getting Started Tutorial, we assume that you are running TYPO3
22- locally with DDEV and have installed it using Composer, as described below .
22+ locally with DDEV and have installed it using Composer.
2323
2424For an overview of alternative installation methods, see the
2525`TYPO3 installation overview in the TYPO3 Explained manual <https://docs.typo3.org/permalink/t3coreapi:installation-index >`_.
@@ -31,7 +31,7 @@ For an overview of alternative installation methods, see the
3131Quick Start: TYPO3 Installation with DDEV
3232==========================================
3333
34- The following commands create a new TYPO3 project, initialize DDEV, install
34+ The following commands will create a new TYPO3 project, initialize DDEV, install
3535TYPO3 via Composer, and run the setup. Copy and paste them into your terminal.
3636
3737.. code-block :: bash
@@ -57,10 +57,9 @@ TYPO3 via Composer, and run the setup. Copy and paste them into your terminal.
5757 Next steps: `TYPO3 setup on first installation <https://docs.typo3.org/permalink/t3start:typo3-setup >`_
5858
5959.. note ::
60- The directory where you run these commands must be initially empty.
60+ The directory that you run these commands in must be empty.
6161 Do not initialize Git or open the folder in an IDE before running the
62- commands, as both actions may create hidden files and cause the directory
63- to become non-empty.
62+ commands, as these may create files in the directory (for example hidden files).
6463
6564.. _installation-ddev-tutorial :
6665
@@ -74,7 +73,7 @@ Video: Installing TYPO3 with DDEV
7473
7574The video demonstrates how to install TYPO3 v11 LTS with DDEV.
7675
77- Although TYPO3 v11 is outdated, the installation process remains largely
76+ Although TYPO3 v11 is outdated, the installation process is largely
7877the same for newer versions.
7978
8079.. youtube :: HW7J3G1SqZw
@@ -92,18 +91,17 @@ Create an empty directory for your TYPO3 project and change into it:
9291 cd my_project
9392
9493 .. note ::
95- The directory where you run the following commands must be initially empty.
94+ The directory where you run the following commands must be empty.
9695
9796 Do not initialize Git or open the folder in an IDE before running the
98- commands, as both actions may create hidden files and cause the directory
99- to become non-empty.
97+ commands, as these may create files in the directory (for example hidden files).
10098
10199.. _installation-ddev-project :
102100
103101Create a New DDEV Project
104102--------------------------
105103
106- Initialize a new DDEV project. The ``ddev config `` command will prompt for details about your setup.
104+ Initialize a new DDEV project. The ``ddev config `` command will prompt you for details of your setup.
107105TYPO3 is included in the list of preconfigured project types.
108106
109107.. code-block :: bash
@@ -114,8 +112,8 @@ Docroot Location
114112 The docroot is the folder containing the files accessible to the webserver,
115113 including the entry point :file: `index.php `. It is commonly named `public `.
116114
117- Do not change the docroot during this installation process. It is possible
118- to change it later if necessary, however most guides assume your docroot is
115+ Do not change the docroot during this installation process. You
116+ can change it later if necessary, however most guides assume your docroot is
119117 called `public `.
120118
121119Project Type
0 commit comments