Needs review
Project:
DrupalPod
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2025 at 04:03 UTC
Updated:
17 Jan 2025 at 04:16 UTC
Jump to comment: Most recent
I'm trying to set it up so I can run DrupalPod outside of Gitpod locally and ran into an issue because my Desktop still has PHP 8.2 rather than PHP 8.3. Normally this would not be an issue because we should be running all composer commands inside the ddev web container.
However with project_core, (drupal_setup_core.sh), it runs outside of ddev.
Update drupal_setup_core.sh composer commands to run via ddev.
Going to make a merge request.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mradcliffe