Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Correct the DDEV configuration command for the current versi… #402

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions Documentation/Installation/TutorialDdev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,16 @@ of preconfigured projects.

Project Type [php, typo3, ...] (php): typo3

project-type
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"

docroot
Is the folder in which all files that have to be reached by
the browser. This folder is commonly called :file:`public`.
.. 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:

Expand Down
Loading