DDEV and Craft CMS Quick-Start Guide
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!
DDEV and Craft CMS Quick-Start Guide is made up of the following videos: