ddev / ddev-gitpod-launcher

Launch any DDEV project with Gitpod
https://ddev.github.io/ddev-gitpod-launcher/
Apache License 2.0
12 stars 8 forks source link

Does the opened project require ddev setup? #11

Closed theodorosploumis closed 2 years ago

theodorosploumis commented 2 years ago

I was wandering if the project to be opened need to already have a ddev integration. If so we need to declare it on the README.

rfay commented 2 years ago

Thanks for giving it a try. No, the whole idea is it does not already have to have a .ddev. directory already. The code for that is probably settling down in https://github.com/drud/ddev-gitpod-launcher/pull/4 but I think it should already work. It does a ddev config --auto

rfay commented 2 years ago

https://github.com/rfay/d9novendor is a good example to look at - nothing but a composer.json/lock, no previous ddev. Give it a try!

Thanks so much for your engagement and contribution here!