Skip to content

Commit

Permalink
[BUGFIX] Correct the DDEV configuration command for the current versi…
Browse files Browse the repository at this point in the history
…on (#400)

Co-authored-by: Jan Greth <jg@medienpalast.net>
  • Loading branch information
jpgreth and jan-at-mpa committed Aug 1, 2024
1 parent aa894bf commit eaad459
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions Documentation/Installation/TutorialDdev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ of preconfigured projects.

.. code-block:: bash
ddev config --php-version 8.2
ddev config
# Give the following answers when prompted:
Expand All @@ -55,13 +55,17 @@ of preconfigured projects.
Project Type [php, typo3, ...] (php): typo3
project-type
Should always be "typo3"

docroot
Docroot Location
Is the folder containing files that have to be reached by
the webserver. It contains the vital entry point :file:`index.php`. The folder is commonly called :file:`public`.

Project Type
Should always be "typo3"

.. note::
The PHP version (:yaml:`php_version`) should be set manually to the required
version in :file:`.ddev/config.yaml`.

Alternatively you can skip the prompt by supplying all of the required parameters in a single command:

.. code-block:: bash
Expand Down

0 comments on commit eaad459

Please sign in to comment.