localgovdrupal / localgov_project

Project template for Drupal 10 sites built with the LocalGov Drupal distribution.
https://localgovdrupal.org
GNU General Public License v2.0
10 stars 8 forks source link

DDEV - add default config for testing #92

Closed finnlewis closed 1 year ago

finnlewis commented 1 year ago

Some devs use DDEV. We currently ship with default configuration for Lando. It would be nice to also ship with default for DDEV. This would allow us to test against a DDEV setup which might behave differently from our Lando config.

See https://docs.localgovdrupal.org/devs/getting-started/working-with-ddev.html

finnlewis commented 1 year ago

Testing this locally, the documentation is fairly easy to follow, but there are a few gotchas and it would be simple enough to include a .ddev folder with a config.yml to give folks a head start.

Then it would just be like lando, make sure ddev is installed and run ddev start once we've created the project.

I'll get something for people to test.

finnlewis commented 1 year ago

Closing this in favour of https://github.com/localgovdrupal/localgov_project/issues/100 and https://github.com/localgovdrupal/localgov_project/pull/102