An overview of how to install DDEV on Windows with WSL2.
The official DDEV documentation recommends following their instructions closely for installing DDEV on Windows with WSL2.
A quick disclaimer: I’m not a full-time Windows user, and I don’t develop web projects with Windows as my operating system, so my knowledge and experience are limited. If you have specific expertise in this area, please leave a comment below this video and share with others what you’ve learned about installing and running DDEV and Docker on Windows with WSL2.
Here are the prerequisites before you can install and use DDEV on Windows WSL2:
mkcert installed. brew install gcc && brew install drud/ddev/ddev
GCC will allow you to run the GNU compiler for the installation process. You can run these commands separately or together. You want to make sure you have have Homebrew in your path, otherwise you’ll have to specify the full path to the brew executable.
sudo apt-get update && sudo apt-get install -y xdg-utils
Okay, now we’re ready to create our first project!
I am the creator of CraftQuest, a web developer, and former software team manager. I spend most of my time improving CraftQuest with code and courses. When I'm not in front of the computer, I spend my time with my family, and running on the roads and trails of Austin, TX.