Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

[PoC] Lando multi instance support #32

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

netsuso
Copy link
Contributor

@netsuso netsuso commented Jul 30, 2020

This is a small and quick PoC for multi instance support in Lando.

There's a new vip-create.sh script that creates a new subdirectory (site-<slug>) with everything needed for a standalone dev environment (wordpress, mu-plugins, client code, .lando.yml, .env). This site will be accessible at http://<slug>.vipdev.lndo.site/. You can use standard lando commands from this directory (there's no longer a global .lando.yml at the root of the project).

Of course, this is very basic, and most of the code is from vip-init.sh and vip-switch.sh. It's just a simple (and mostly working) example on how this model would work ;)

@netsuso netsuso requested a review from mjangda July 30, 2020 14:08
@netsuso netsuso mentioned this pull request Jul 30, 2020
@mjangda mjangda requested review from a team and seanosh July 30, 2020 15:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant