ddev Questions
3
Solved
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 depe...
3
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 in...
2
Solved
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...
2
Solved
I have these needs from time to time in the web container:
ssh to a server from inside the web container
Use git to a private repository inside the web container
Use rsync (like ddev drush rsync)
...
2
Solved
I'm using DDEV and in my wsl2 installation the ddev launch command stopped working this week, apparently because the xdg-open command didn't work anymore.
Setting the $BROWSER variable to a s...
Absenteeism asked 11/3, 2021 at 15:16
4
Solved
I've been working with ddev on my Drupal projects, and now want to use xdebug so I have step-debugging with PhpStorm (or really any IDE would be fine). But I can't seem to get it to stop on breakpo...
4
I got two ddev projects that needs to interact with each other. When a ran into some issues, I check the resolved IP for the connection.
I did it by ssh into project1 and ping project2 (ping projec...
Fearless asked 6/8, 2018 at 14:44
2
Solved
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,...
2
Solved
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 extensio...
Lacto asked 9/8, 2019 at 8:36
5
Solved
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 ...
Cataract asked 8/2, 2021 at 19:48
2
Solved
I installed successfully ddev for TYPO3 and now want to connect to the mariadb database. But what are the credentials? If I ssh into the container and want to connect I got a password prompt.
2
Solved
mkcert doesn't seem to be installed (or maybe not in the right path) on Ubuntu
ddev version
DDEV-Local version v1.8.0
commit v1.8.0
db drud/ddev-dbserver:v1.8.0-10.2
dba drud/phpmyadmin:v1.8.0
...
Jeffersonjeffery asked 15/5, 2019 at 8:34
3
After starting my ddev project and hitting it with the web browser I suddenly started getting `ngnix 403 Forbidden / directory index of "/var/www/html/" is forbidden' or just '403 Forbidden', and I...
Nerte asked 7/7, 2018 at 22:25
3
Solved
I have a Drupal multisite that needs to have one database for each site, and want it to run in ddev, but ddev just has the one database by default, named 'db'. How can I get a second database?
2
I have a Drupal project where I would like to use Node.js build scripts to compile SCSS into CSS.
Hippocras asked 2/7, 2020 at 16:49
2
Solved
I've used ddev auth ssh to add my ssh identities to my DDEV-Local projects.
But when I use ssh to connect to an external host, ssh example.com I get "Too many authentication failures"
Received d...
2
Solved
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 c...
Jolyn asked 30/11, 2021 at 3:1
1
Apple supports only the last two preceding major operating system versions. Which leads to the fact that Docker as well as Homebrew dropped the support for those. At the time of the writing this po...
1
I have configured a DDEV Drupal environment in which I need to run Pattern Lab for my theme. This environment will be used by students of mine who may not be well-versed in installing Node or Node ...
Herbalist asked 30/6, 2020 at 0:9
4
Currently, the DDEV web container does not come with nvm (node version manager). How can I add and use it via the DDEV config.yaml file?
Universally asked 16/10, 2019 at 14:17
1
Solved
I want to install and set up TYPO3 on my local machine. What's the best practice and fastest way to do so?
1
Solved
When using PHP inside a Docker container on Windows (e.g. using DDEV), symbolic links that are created inside the container (e.g. by composer) do not seem to work correctly with PHP's file streams....
Swamp asked 20/11, 2018 at 15:41
4
Solved
ddev currently lacks an export-db command (see https://github.com/drud/ddev/issues/767)
How can I export a database?
Eternalize asked 1/5, 2018 at 20:42
1
Solved
This is a followup question to How can I create and load a second database in ddev?. It is about doing that task automatically.
One use case for this is developing a migration to Drupal from anoth...
Morose asked 9/7, 2018 at 20:36
1
Solved
I'm working on a project using ddev and I don't know how to troubleshoot things because they're hidden in the containers they run in. For example, I've tried ddev logs but it doesn't give me enough...
Ghats asked 4/4, 2018 at 20:51
1 Next >
© 2022 - 2024 — McMap. All rights reserved.