Add example for multiple Drupal sites (independent codebases) #2044
Description
Issue Type
- Feature Idea
- Documentation Report
Summary
Recently on the #drupal Slack instance, someone was asking about how to get multiple Drupal sites (each one with a separate codebase) configured (and ideally, installed automatically) in a Drupal VM instance.
We currently have a docs page for Drupal multisite, where you have one codebase, and multiple sites (e.g. local.testone.com
, local.testtwo.com
) all pointed at that one codebase.
But some people want to run multiple independent Drupal sites (e.g. one Drupal 7 site and one Drupal 8 site—or Drupal 8 and Drupal 9!) with separate codebases... and I realized the documentation for that is lacking.
I'd like to add a docs page for this use case (and cross-link it with the multisite page), and also maybe drop a YouTube video showing how this is done.