File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,14 @@ or edit the configuration file :file:`.ddev/config.yaml` manually.
8080 # Set correct PHP version:
8181 ddev config --php-version=" 8.2"
8282
83+ # Change to Apache webserver because using htaccess rules works out of the TYPO3-box
84+ # and needs no custom NGINX configuration
85+ ddev config --webserver-type ' apache-fpm'
86+
8387 # Add necessary packages for the npm build process,
8488 # (only needed if you are working on assets):
8589 ddev config --nodejs-version=" 22"
86- ddev config --webimage-extra-packages=" automake,build-essential"
90+ ddev config --webimage-extra-packages=" automake,build-essential,locales-all "
8791
8892 Optionally, set a new HTTP/HTTPS port to avoid conflicts with local defaults.
8993Error message:
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Quick Start: Set up DDEV
3838 \
3939 --timezone ' Europe/Berlin' \
4040 --web-environment=' TYPO3_CONTEXT=Development' \
41- --webimage-extra-packages=' build-essential'
41+ --webimage-extra-packages=' build-essential,locales-all '
4242
4343 Adapt parameters as wanted.
4444
You can’t perform that action at this time.
0 commit comments