Open rfay opened 1 year ago
It looks like the first problem is that this doesn't work in that context: https://github.com/shaal/DrupalPod/blob/1400d9fac091327ccf6487e8fef7040ce61c8a60/.gitpod/drupal/drupalpod-setup.sh#L15
It's still unsuccessful, but now it's because no project is created (ddev composer create
) so there's no composer.json, no code. Just comes up with a 403 because there's no index.php:
Is there an existing issue for this?
Output of
ddev debug test
Expand `ddev debug test` diagnostic information
``` [COPY-PASTE HERE THE OUTPUT OF `ddev debug test`] ```Expected Behavior
Clicking the big drupalod icon should do a basic install
Actual Behavior
There seem to be a set of errors there.
Steps To Reproduce
I clicked the big drupalpod icon using the ddltest github user (and gitpod user)
Full output: https://gist.github.com/rfay/d0a9c1e35266696bbd2dbd3136cfda1c
The full output showed that something went wrong with the docker-compose installation.
There was no composer.json in the root of the repo.
Final result was this:
Anything else?
No response