OpenMage / organizational

As some people feel the need to already know more about the future when M1 reaches EOL, here is an area for organizatorial stuff
3 stars 0 forks source link

Add OpenMage to Lando #12

Open Flyingmana opened 5 years ago

Flyingmana commented 5 years ago

their website:
https://docs.devwithlando.io/

short description:
a wrapper around docker abstracting many workflows for easier execution. Works on Win10, MacOS, Linux

example for Drupal 8: https://github.com/lando/lando/tree/970fece27d6e6afba84f79c14258c1bbc570fbfa/plugins/lando-recipes/recipes/drupal8

tylers-username commented 5 years ago

Lando has a great plugin system, it's very extensible. In one of the upcoming releases they're adding the ability to load plugins from within the project root so you could require the plugin with composer or NPM. With this in mind, I'd certainly open up a discussion on their github to get a feel for if this is a PR they'd accept sticky or if they'd want to let it ride as a community plugin for a while.

I have a PR open with them for an M2 recipe that defaults to Redis server and cache and automates the setup and it will likely go cold given the upcoming plugin loading features.