The newest redis PHP extension is unfortunately not compatible with older Shopware versions, showing an error like this: The current ddev version is installing it. And to have a lower version we can just set the package in config.yaml: Unfortunately apt-get which is running in the background of ddev inside the container doesn’t allow toContinue reading “ddev and old packages/PHP extensions”
Tag Archives: ddev
Colima: errors inspecting instance: [failed to get Info from “[…]/.colima/_lima/colima/ha.sock”
As you might already recognized a lot of our blogposts look trivial. If not we are very happy you learn! My motivation to write blogposts is to So here is another simple solution, which is already well documented on the colima github issue, but I want to sum it up (As you can read hereContinue reading “Colima: errors inspecting instance: [failed to get Info from “[…]/.colima/_lima/colima/ha.sock””
A local dev environment in Windows 10 – Part II: Creating our first DDEV container
Introduction With Docker and DDEV-Local installed within our Linux distribution (Ubuntu), we are now going to create our first “DDEV container” (which is actually a docker container created via DDEV, but for now, you really mustn’t be too worried about that). One important aspect to note here is that all the files we’re going toContinue reading “A local dev environment in Windows 10 – Part II: Creating our first DDEV container”
A local dev environment for Windows 10 – Part I: Installing Docker, DDEV-Local & WSL2
Introduction All right, so you’re a developer working on a Windows machine, and as such, you’ve probably come across the topic of setting up a local dev environment before. Maybe you just needed a local Apache server and went for a standard XAMPP-setup. Or maybe – due to the ever-increasing complexity of your projects –Continue reading “A local dev environment for Windows 10 – Part I: Installing Docker, DDEV-Local & WSL2”