Geoff St. Pierre
Geoff St. Pierre
I didn't make a Lando recipe, but I've got a set up that works well for our headless build: * Set up: https://thinktandem.io/blog/2019/01/25/lando-contenta-cms-nuxt-pt-1/ * A first request: https://thinktandem.io/blog/2019/02/01/lando-contenta-cms-nuxt-pt-2/ I personally...
fwiw i've a simple stack running on Lando for the Contenta CMS part the docker image is just Lando's default `drupal8` recipe. https://github.com/contentacms/contenta_jsonapi/issues/233#issuecomment-464039647
Hello @stuartabrown You can use `drush` to either get a one time login link or to reset your password: ```bash gff ~/code/drupal-ops/lightning () └─ $ ∴ lando.dev drush help uli...
@dustinleblanc Is this something that could use a [Guide](https://docs.lando.dev/contrib/guides-intro.html)?
moving to 1.5 feel free to move back if someone wants to tackle it.
I don't think we/Backdrop should relegate high performance websites as an edge case. It seems perfectly reasonable to me that there will be sites that need load balancing and high...
Does clearing cache make it go away?
could be ... drush is definitely leveraging the `module_enable()` function form backdrop core ... seems we need some investigation here.
@pyrello @gitressa @cdubz I didn't test this, but maybe here: https://github.com/thinktandem/drupal-contributions/blob/9.x/.lando.yml#L14 we could: ```yml run: - cd /app/web && composer require drush/drush && composer install - git checkout composer.json composer.lock...
~~PR at https://github.com/backdrop-contrib/b/pull/25~~ closed in favour of more general approach. @jlfranklin if you get some time please review if all is working feel free to merge.