Problem/Motivation
The DrupalPod Getting Started page provides the following instructions for running Drupal 11.x that no longer work. I get a missing file error when I try to view the site until I run ddev composer install. Then I have to run ddev drush si.
To launch DrupalPod for Drupal 11.x, click or copy and paste this URL into a new tab:
Or change the value of DP_CORE_VERSION to the branch you need.
Alternatively you can get a link to create a development environment with the DrupalPod Launcher.
Steps to reproduce
- Visit https://shaal.github.io/DrupalPod/.
- Select any settings.
- Tap Open in DrupalPod.
- Wait for the script to complete in the GitPod terminal.
- Run
drush launch.
Proposed resolution
I can get to the point where the script runs Composer if I manually change the project type in the generated URL to project_module. Then I get an error that Composer does not have an installable set of requirements. However, I am able to run ddev composer install with no problem.

Remaining tasks
- Fix project types on the form at https://shaal.github.io/DrupalPod/.
- Fix value of Umami installation profile.
- Use DDEV to run Composer.
| Comment | File | Size | Author |
|---|
Comments
Comment #2
darren ohComment #3
darren ohComment #4
darren ohComment #5
darren ohComment #6
rfayPlease note in the OP that `https://shaal.github.io/DrupalPod/` is not the URL of gitpod any more. I assume you're actually using this repo? https://www.drupal.org/project/drupalpod
Comment #7
darren ohThe GitHub URL comes from the Getting Started page. I only used it to experiment with modifying the URL. If we get working URLs on the Getting Started page and remove ones that don't work, this issue can be closed.