Skip to content

Commit

Permalink
[TASK] Remove moving AdditionalConfiguration.php from ddev tab (#305)
Browse files Browse the repository at this point in the history
When v12.0 came out ddev does not know about that. Since that quite
some ddev versions came out which can check the TYPO3 version
and create the AdditionalConfiguration.php or the additional.php
accordingly. So, the command to manually move the additional
configuration can be removed.

Releases: main, 12.4

Co-authored-by: Chris Müller <[email protected]>
  • Loading branch information
github-actions[bot] and brotkrueml authored Nov 29, 2023
1 parent 1c0d604 commit 97e98af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Documentation/Installation/Install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ At the root level of your web server, execute the following command:
# Fetch a basic TYPO3 installation and its' dependencies
ddev composer create "typo3/cms-base-distribution:^12"
# Depending on your DDEV version the configuration file may have been
# created in an outdated location, you can move it with
mkdir -p config/system/ && mv public/typo3conf/AdditionalConfiguration.php $_/additional.php
This command pulls down the latest release of TYPO3 and places it in the
:file:`example-project-directory`.
Expand Down

0 comments on commit 97e98af

Please sign in to comment.