Skip to content

Commit ad56e09

Browse files
authored
Updated DDEV steps (#689)
There will be no prompt on DDEV version v1.24.3. `--auto` defaults to true and can not be turned of with another flag. As no structure is within the folder, it defaults to > Configuring a 'php' project named 't3example' with docroot '' at './t3example'. which is the wrong layout and project type.
1 parent 5ac3c59 commit ad56e09

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

Documentation/Installation/Install.rst

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,7 @@ of preconfigured projects.
5050

5151
.. code-block:: bash
5252
53-
ddev config --php-version 8.3
54-
55-
# Give the following answers when prompted:
56-
57-
Project name (t3example):
58-
59-
Docroot Location (current directory): public
60-
61-
Project Type [php, typo3, ...] (php): typo3
53+
ddev config --php-version 8.3 --docroot public --project-type typo3
6254
6355
Docroot Location
6456
Is the folder containing files that have to be reached by
@@ -71,12 +63,6 @@ Project Type
7163
The PHP version (:yaml:`php_version`) should be set manually to the required
7264
version in :file:`.ddev/config.yaml`.
7365

74-
Alternatively you can skip the prompt by supplying all of the required parameters in a single command:
75-
76-
.. code-block:: bash
77-
78-
ddev config --project-type=typo3 --docroot=public --php-version 8.3
79-
8066
Start the project
8167
-----------------
8268

0 commit comments

Comments
 (0)