youtube image
From YouTube: DDEV-Local from scratch on macOS

Description

An updated version (August 2020) of this video is available at https://youtu.be/-firvjLr2hE

This screencast starts with nothing and ends up with sites running on macOS with DDEV-Local. It's a casual, leisurely 15 minutes start to finish.

ddev docs: https://ddev.readthedocs.io
Stack Overflow: https://stackoverflow.com/tags/ddev

Overall process:
* Install docker-ce (Just google "Download docker-ce for mac")
* Install ddev - instructions at https://ddev.readthedocs.io for each OS
* Go into a project, "composer install" if necessary, "ddev config", "ddev start"
* "ddev rm" removes containers but keeps database, so you can just "ddev start" and have your project running again.
* Try out "ddev list", "ddev describe", "ddev ssh"