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.

Alternatively you can get a link to create a development environment with the DrupalPod Launcher.

Steps to reproduce

  1. Visit https://shaal.github.io/DrupalPod/.
  2. Select any settings.
  3. Tap Open in DrupalPod.
  4. Wait for the script to complete in the GitPod terminal.
  5. 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.
Screen shot of Composer error.

Remaining tasks

  1. Fix project types on the form at https://shaal.github.io/DrupalPod/.
  2. Fix value of Umami installation profile.
  3. Use DDEV to run Composer.
CommentFileSizeAuthor
Untitled.png98.01 KBdarren oh

Comments

darren oh created an issue. See original summary.

darren oh’s picture

darren oh’s picture

Issue summary: View changes
darren oh’s picture

Issue summary: View changes
darren oh’s picture

Issue summary: View changes
rfay’s picture

Please 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

darren oh’s picture

The 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.