palantirnet / drupal-skeleton

A Drupal project template for use with `composer create-project`.
Other
13 stars 3 forks source link

Default to ddev #116

Closed becw closed 3 years ago

becw commented 3 years ago

TODO:

Testing instructions

Create a new project based on this:

composer create-project palantirnet/drupal-skeleton test-skeleton dev-ddev-v2
cd test-skeleton
# pause to set up ddev nfs for this directory
# edit the .ddev/config.yml and follow the TODOs
ddev start
ddev ssh
nvm list
the-build-installer
byrond commented 3 years ago

Make sure the MySQL password gets set correctly for the-build.

Is this relevant since the DDEV settings get added at the end of settings.php and override the MySQL settings from the-build?