contentacms / contenta_jsonapi

Contenta CMS, the decoupled Drupal
http://www.contentacms.org/
GNU General Public License v2.0
328 stars 104 forks source link

Feature request: Lando recipe #233

Closed brookemahoney closed 5 months ago

brookemahoney commented 6 years ago

Any thoughts on doing a Lando recipe?

e0ipso commented 6 years ago

I think that would be a great idea! Probably related: https://github.com/contentacms/contenta_docker

dawehner commented 6 years ago

Sounds like a great task for someone to contribute!

On Mon, 4 Dec 2017, 15:37 Mateu Aguiló Bosch, notifications@github.com wrote:

I think that would be a great idea! Probably related: https://github.com/contentacms/contenta_docker

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/contentacms/contenta_jsonapi/issues/233#issuecomment-348999195, or mute the thread https://github.com/notifications/unsubscribe-auth/AABz7vM1s-vPPcFYNV-qRElS5HEFh1nOks5s9BHOgaJpZM4Q01m7 .

ziomizar commented 5 years ago

I'm working on https://github.com/ziomizar/contentacms-lando is a fork of the nice work done by finnef for the phpunit initiative modified to run contenta with the full test suite out of the box.

serundeputy commented 5 years ago

I didn't make a Lando recipe, but I've got a set up that works well for our headless build:

I personally like the separation of the two different apps as it mirrors production API (Contenta CMS) as one app and a separate production Nuxt app.

It would not be too hard to put those in one .lando.yml file if one desired.