home.social

Search

81 results for “ddev”

  1. The amount of changes (and effort) that go into each #DDEV maintenance release always surprises me! 🔧 Here's the latest:

    github.com/ddev/ddev/releases/

    If you're not using DDEV yet, why not? (Seriously, I really want to know!) 🤔💬

  2. A new #DDEV book from Daniele Venditti - nice!!! Details and much more in the April 2026 DDEV newsletter: 📚🎉

    ddev.com/blog/ddev-april-2026-

  3. -in-the-cloud Coder.ddev.com has massive upgrades! You can now run multiple websites in one workspace, and Drupal issue support now handles both core and contrib issues. We also added access control to keep the bad guys out. Full details at ddev.com/blog/coder-ddev-com-a or just go to start.coder.ddev.com

  4. The #DDEV project is about 20% away from our monthly recurring goal - this will allow us to fully support 2 developers plus a little more! Any amount helps - sponsor today: github.com/sponsors/ddev 💻🙌💰🎯

  5. Open Source collaboration is so great! Read how TheDropTimes' generosity, thoughtfulness, and creativity inspired a whole huge iteration in 's exposed public sponsorship data, allowing clearer communication with all of DDEV's stakeholders. ddev.com/blog/sponsorship-data

  6. Tomorrow/Wednesday Advisory Group meeting, we'd love to hear from you and give you updates about where we're at. 8am US MT, 10am US ET, 4pm CET, full details, agenda, zoom link at github.com/orgs/ddev/discussio

  7. MacBook Neo works fine with . I did a from-scratch setup and demo of DDEV on one yesterday, youtube.com/watch?v=XHUR4VWPfU8

    The Neo only has 8GB RAM, but that sure didn't affect me demoing a couple of projects.

    I would always buy a mac with more RAM and disk.

  8. I'm building a platform that allows deploy previews/ephemeral environments for sites developed with #ddev.

    I'm looking for beta users to help test and suggest features

    mayfly.live/

    Let me know if you have any questions

  9. Do you maintain a add-on? Do you want to? Tomorrow's DDEV Contributor Training is Creating, Maintaining and Testing Add-ons. We'll talk about the basics, how to upgrade add-ons you already have, and how tests should work, among lots of other things. 10AM US ET, 1600 CET, full details and zoom link at ddev.com/blog/ddev-march-2026-

  10. v1.25.2 is out! Faster `ddev start`, auto-start for most commands, new project types, diagnostics, and more.
    github.com/ddev/ddev/releases/

  11. If you haven't tried it yet, the new #DDEV TUI (Terminal User Interface) that shipped with v1.25.1 is pretty sweet. 🖥️✨

    2-minute video: youtube.com/watch?v=bdfpeq74ewo

    March newsletter with additional info: ddev.com/blog/ddev-march-2026-

  12. Did you miss the newsletter? ddev.com/blog/ddev-march-2026- - has the latest on everything in DDEV-world.

  13. Things I already know:
    - #ddev has a setting called `ddev config global --omit-project-name-by-default` --> projects start with a unique project name, their own database, etc. (fldrupal.camp/session/use-git-)
    - craft with ddev (or docker compose) runs on GitHub codespaces, but there are limits, etc.
    - claude code has a git worktree setting, where each session is automatically in a new git worktree

    I would assume that using a MacMini/own VM could be cheaper than GitHub Codespaces (?)

  14. If you're using #DDEV on MacOS with Lima or Colima, or on most Linux distros, you might run into this issue 👇

    ddev.com/blog/docker-buildx-re

    Expertly explained by Stas Zhuk 🛠️🐧✅

  15. Lots of people know Randy Fay as the face of #DDEV, but few know that Stas Zhuk has been doing much of the heavy lifting the last few years under extremely challenging conditions. 💪🙌

    thedroptimes.com/interview/664

  16. A very few people have had trouble with Docker Buildx in v1.25.1. If you're one, here is all the info.
    ddev.com/blog/docker-buildx-re

  17. `git worktree` is fun and easy, and has some nice uses with . Here's the recording of my Florida Drupal Camp session on some of the options. You can run the same project in multiple directories for different features or for different AI agents to play in. fldrupal.camp/session/use-git-

  18. Tomorrow's Board and Advisory Group meeting is at 10am ET 4pm CET, you're invited, full details at github.com/orgs/ddev/discussio - This is your chance to know what's going on with DDEV and influence its future. We'd love to have you. The zoom link and calendar link are there. Hope to see you!

  19. IMHO, This is all you need to take away from this blog post from Randy Fay about a new bit of #DDEV functionality: 🛠️

    ddev utility xdebug-diagnose

    I suspect this will collectively save folks a gazillion hours. ⏱️😅

    ddev.com/blog/xdebug-step-debu

  20. Ddm (ddev manager) è ormai pronto.
    Sto testando lo script su diverse distro (in VM) prima della pubblicazione su GitHub.

    In pratica permetterà di installare e gestire una serie di progetti sfruttando ddev con pochi click.

    #ddev #ddevdeployment #linux

  21. @ddev now has an Upsun add-on with extensive support for Upsun Flex and Upsun Fixed 😍❤️

    Find out more: ddev.com/blog/ddev-upsun-platf

    #ddev #upsun

  22. I especially miss #DDEV when I have to fiddle around with #DockerCompose, container name collisions, ip v4 vs v6 fetch issues and Mac M/ARM inconsistencies. Just want to run #strapi with MySQL locally (fresh playground) to get some demo code going, which is not possible with SQLite...

    (But I think I'm getting there github.com/mandrasch/strapi-v4 🧑‍🔧)

  23. Can anyone point me to some instructions on how to change mutagen target point on a DDEV project ??

    #ddev #nginx #mutagen #docker #php

  24. I got my #DDev new project bash script to create a default #Backdrop project. I think I did it alright, but I also KNOW this could be done more efficiently.

    I just don't know how yet.

    #BashScript

  25. I tend to use #DDev for #Drupal projects locally, but I keep running into some issues when looking for a good way to deploy and keep everything synced between dev and live.

    Does anyone have a good idea of how to keep some stuff together between the two sets easily?

    #WebsiteBuilding
    #DDevDeployment