DDev is a convenience wrapper that runs Lamb under nginx + php-fpm in Docker. The underlying server setups are release-verified (see Nginx and Docker), but the DDev wrapper itself is not separately tested.

Setup

Make sure the tool’s installed, then it will install prerequisites:

ddev start

# Run lamb - Change `hackme` to something more secure, this is the `/login` password!
ddev php make-password.php hackme

# reload the environment
ddev restart

Workflow

  • Run ddev start. The output will tell you where you can open the project.
  • Run ddev stop when finished.

This site uses Just the Docs, a documentation theme for Jekyll.