Questions tagged [ddev]

open source tool for setting up a local PHP development environment.

ddev is an open source tool for setting up a local PHP development environment, explicitly supporting Drupal, TYPO3, WordPress and Backdrop.

394 questions
6
votes
2 answers

Running selenium tests using Behat Drupal Extension inside DDEV containers

Problem: Get Behat Drupal Extension based testing working inside of ddev containers. This includes adding a separate selenium container to the existing configuration, being able to run Behat tests, and having the be able to reference the web host…
Aron
  • 382
  • 1
  • 12
5
votes
2 answers

How to add Python and pip or conda packages to DDEV

I need to execute a Python script inside the Ddev web docker image, but am having trouble figuring out what Debian python libraries are required to get Python binary with additional py package dependencies working.
JamesWilson
  • 3,833
  • 2
  • 30
  • 40
5
votes
2 answers

volume already exists but was not created by Docker Compose

This is what i get after i use ddev start on new or any other projects. I clear all docker images, volumes, etc... and problem repeats again... Does anybody has the same problem, does it have any connection with versions: Docker version…
5
votes
2 answers

ddev mount additional folders for shared composer packages

Having a monorepo with multiple ddev projects and a shared composer packages folder, I would like to mount additional folders into the webcontainers. I am trying to develop a set of TYPO3 extensions and test them with v9 and v10 simultaneously, for…
ksjogo
  • 53
  • 3
4
votes
2 answers

pecl install pdo_sqlsrv MAKE fails on DDEV using Debian 11 - missing libltdl.la

I have a project that is using DDEV to run an instance with PHP 8.1. I needed to introduce the pdo_sqlsrv extension to the package, so I added a Dockerfile in the .ddev/web-build/ directory that installs the required packages, and copies a…
user9147574
  • 103
  • 6
4
votes
2 answers

PHP Warning in Typo3DatabaseBackend line 158 after updating DDEV to 1.19

After updating DDEV to 1.19 I get following error after backend login in TYPO3 11.5.8: PHP Warning: gzuncompress(): need dictionary in /var/www/html/public/typo3/sysext/core/Classes/Cache/Backend/Typo3DatabaseBackend.php line 158 I already tried a…
4
votes
1 answer

How to move Docker data in WSL2 to a different drive

I'm completely new to docker and ddev and I have just started learning things. My main purpose to use Docker & Ddev is to work on my CMS projects. However, I noticed that by default the docker gets installed in C drive (in my case its almost full).…
Syed Zeeshan
  • 51
  • 1
  • 2
4
votes
1 answer

How can I access ddev's database with external database browsers or similar tools?

As far as I know, DDEV provides configuration options for phpMyAdmin to comfortably work with containered MySQL/MariaDB databases. But I would rather like to use a different tool like e.g. phpStorm or DBeaver or such. Is there a way to make my wish…
mrkskwsnck
  • 338
  • 1
  • 3
  • 14
4
votes
5 answers

Using Browsersync via a Gulp Task with DDEV-local

I am using DDEV as my local hosting environment, and many of my projects implement front end automation via Gulp. Browsersync is a major component to our front end set-up, and requires ports to be exposed by the DDEV container to the host machine.…
TXChetG
  • 322
  • 2
  • 13
4
votes
2 answers

How can I view emails from a DDEV project in an actual mailreader, not just mailhog?

I'm working on a project that is email-intensive and I appreciate that the emails land in mailhog on DDEV, but I want to see them in gmail, Outlook, etc. How can I get them to where I want to look at them? (I use ddev launch -m to launch the mailhog…
rfay
  • 9,963
  • 1
  • 47
  • 89
4
votes
3 answers

Troubles with docker compose + image elasticsearch:6.8.0

I was trying to upgrade the version from my elastic image from 5.6 to 6.8.0, but when I run ddev start the ES container was not getting up. DDEV logs from the elasticsearch service OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was…
Andres Guerrero
  • 53
  • 1
  • 10
4
votes
1 answer

Cant connect Browsersync with DDEV nginx server, because SSL Error

I'm running DDEV nginx server on Bedrock wordpress site and trying to load snippet for Browsersync. gulpfile.js browserSync task: browserSync.init({ proxy: { target: "https://web.ddev.site" }, https: { key: "/Users/user/Library/Application…
hexcross
  • 178
  • 8
4
votes
2 answers

How to enable SVG support for Imagemagick

I need to do some SVG manipulation, specifically create PNG thumbnails from SVG icons. This works fine when running the site through MAMP, but not when running it through DDEV. When running convert -list configure it justs it as --without-rsvg,…
Dion S. Jensen
  • 167
  • 2
  • 14
4
votes
1 answer

How to set up a TYPO3 site with docker and ddev?

I'm new to docker and I've been told ddev is a simple way to set up a local container to run a TYPO3 project. But I'm confused. I'm not familiar with all these containers yet. How should I proceed to get a grip?
Urs
  • 4,984
  • 7
  • 54
  • 116
4
votes
2 answers

Can ddev work with WSL (Windows Subsystem for Linux)?

As a person working on a Windows machine but enjoying Ubuntu as a working environment I'd like to use ddev in WSL. Is there a way to do that?
rfay
  • 9,963
  • 1
  • 47
  • 89
1
2
3
26 27