From 51cfa63f121e13c5b349f5637dc47f368d39076d Mon Sep 17 00:00:00 2001 From: Carl Alberto Date: Thu, 4 Jul 2019 14:40:28 +0800 Subject: [PATCH] Added doc related to multisite This should close this issue https://github.com/pantheon-systems/example-wordpress-composer/issues/67 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4cf2bd1f..5cf168e2 100644 --- a/README.md +++ b/README.md @@ -83,3 +83,7 @@ You should now be able to edit your site locally. The steps above do not need to **Warning:** do NOT push/pull code between Lando and Pantheon directly. All code should be pushed to GitHub and deployed to Pantheon through a continuous integration service, such as CircleCI. Composer, Terminus and wp-cli commands should be run in Lando rather than on the host machine. This is done by prefixing the desired command with `lando`. For example, after a change to `composer.json` run `lando composer update` rather than `composer update`. + +## Multisite + +If someone wanted to use Composer and nested docroot with multisite like this example demonstrates, that is something we could potentially help with during on-boarding and creation of the multisite. Please [get in touch with us](https://pantheon.io/plans/elite).