phenaproxima / starshot-prototype

Prototype of a new kind of Drupal, based on recipes and loaded up with contrib's best modules and themes. Not a fork or a distribution.
https://drupal.org/starshot
115 stars 46 forks source link

Make it possible to install into a different, non-SQLite database #108

Closed phenaproxima closed 3 months ago

phenaproxima commented 3 months ago

This PR allows DDEV, if used, to manage the site settings and run the database container, so that Drupal installs into the database provided by DDEV, rather than forcing a SQLite database.

It preserves the existing behavior of composer create-project, installing into a SQLite database via Drush.