Skip to content

Commit

Permalink
[TASK] Adapt DDEV instructions to use apache-fpm and locales-all
Browse files Browse the repository at this point in the history
  • Loading branch information
garvinhicking committed Nov 8, 2024
1 parent 4450825 commit 0d1f3bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Documentation/Appendix/SettingUpTypo3Ddev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,14 @@ or edit the configuration file :file:`.ddev/config.yaml` manually.
# Set correct PHP version:
ddev config --php-version="8.2"
# Change to Apache webserver because using htaccess rules works out of the TYPO3-box
# and needs no custom NGINX configuration
ddev config --webserver-type 'apache-fpm'
# Add necessary packages for the npm build process,
# (only needed if you are working on assets):
ddev config --nodejs-version="22"
ddev config --webimage-extra-packages="automake,build-essential"
ddev config --webimage-extra-packages="automake,build-essential,locales-all"
Optionally, set a new HTTP/HTTPS port to avoid conflicts with local defaults.
Error message:
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Quickstart/4-DDEV.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Quick Start: Set up DDEV
\
--timezone 'Europe/Berlin' \
--web-environment='TYPO3_CONTEXT=Development' \
--webimage-extra-packages='build-essential'
--webimage-extra-packages='build-essential,locales-all'
Adapt parameters as wanted.

Expand Down

0 comments on commit 0d1f3bb

Please sign in to comment.