Skip to content

Drupal 10 improvements: No Drush before install, use shared database

resga requested to merge resga/installation:master into master

Just installed CiviCRM in Drupal 10 using Install CiviCRM on Drupal, and ran into a few bumps ...

  1. Drush: The warning that Drush cannot be installed was added for Drupal 9 in #13, but is still relevant for Drupal 10, so let's add it again.
  2. composer-patches: cweagans/composer-patches default README is now for version 2, which is not ready yet, so pointing the link to version 1.
  3. Shared database: Since shared database is by far the easiest method to get up and running, we could add an example of that, as the first example.

Remaining tasks

It would be great if the steps required to get separate database working in DDEV was added, probably in a follow up issue.

Edited by resga

Merge request reports

Loading