Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 654 Bytes

File metadata and controls

10 lines (7 loc) · 654 Bytes

Trivial Project for Troubleshooting DDEV

This is the simplest possible PHP project for DDEV. It's intended for troubleshooting, to help you sort out what is related to DDEV and what is related to your project.

Instructions:

  1. Download this via git (git clone https://github.com/ddev/trivial-project) or as a tarball or zipball.
  2. Extract it if necessary.
  3. cd trivial-project and ddev start.
  4. See if it works. If it works, and you can access the URL it gives you (https://trivial-project.ddev.site) then DDEV is working fine.