Skip to content

Commit 0d1f3bb

Browse files
committed
[TASK] Adapt DDEV instructions to use apache-fpm and locales-all
1 parent 4450825 commit 0d1f3bb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Documentation/Appendix/SettingUpTypo3Ddev.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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.
8993
Error message:

Documentation/Quickstart/4-DDEV.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)