DDEV Multisite
Run multiple sites in DDEV with a shared Drupal codebase and contrib modules.
Why?
With a multisite, the sites all share the core...
Local development environment for Drupal and other projects.
Run multiple sites in DDEV with a shared Drupal codebase and contrib modules.
With a multisite, the sites all share the core...
Lando and DDEV are both wrappers for docker containers that make it easy to set up a local development environment.
I have used...
MariaDB released a change that breaks importing database dumps that were made from an updated database.
The change was made for...
Docker docs push Docker Desktop, making the Docker Engine instructions hard to find.
Lando for Linux requires docker engine.
DDev...
How to fix limited network for docker containers.
Details about a breaking change with MariaDB Dump, and how it's fixed in DDEV.
DDEV will sync your project directory.
You can sync some files into your home directory by symlinking into ~/.ddev/homeadditions or PROJECT/.ddev/homeadditions.
https://ddev.readthedocs.io/en/stable/users/extend/in-container-configuration/
However, if you want to sync a whole directory, such as another project, add a docker-compose.mounts.yaml file:
Locale is an OS language setting.
I encountered warnings when running drush sql-sync.
Imagemagick is a graphics manipulation library.
Imagick is the PHP extension.
The version of Debian used in DDEV does not have php8.3 libraries available in the package manager yet.
https://packages.debian.org/stable/php/php-imagick
However, there is a way to install the latest php libraries.