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

Initial test and some ideas #2

Closed shaal closed 2 years ago

shaal commented 2 years ago

I tested this repo with a Drupal project - https://github.com/mherchel/fldc22

We should probably add a script that can make projects independent of ddev-gitpod-launcher. The script would:

shaal commented 2 years ago

I stopped and restarted a workspace, and I see what you already noticed. command tasks are running every time a workspace open.

In DrupalPod I solved it in this way -

rfay commented 2 years ago

Thanks for taking it for a spin!

Thanks for the feedback. drupalpod_initiated.status should work fine.

PRs welcome here, this is expected to need to mature.

It seems like the biggest thing is the need to run a composer install before doing anything else (even before running ddev start) or perhaps removing the .ddev and ddev config --auto after the composer install.

rfay commented 2 years ago

I think all the concepts here are now tracked in issues or PRs, right?