-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No prompt and .platform.app.yaml ignored #9
Comments
Hey @rfay , these are the questions from Ibexa that I was mentioning in our other issue 🙂 |
Hi @adriendupuis - ddev-ibexa-cloud is unrelated to ddev-platformsh ddev-ibexa-cloud's job is to make
I don't know if it's possible to use the two add-ons together. If ibexa-cloud usually has a .platform.app.yaml, you probably can. Please take a look at the README again to see what the goal of this add-on is. |
Hi @rfay, I manage to use both add-ons at the same time. It fixes PHP version, Redis, and self-installation. Because they don't share their env variables, I have to give the same information (too) many times. |
Hi,
Moving from
ddev/ddev-platformsh
toddev/ddev-ibexa-cloud
, I had to adapt too many things.ddev get ddev/ddev-platformsh
used to prompt for, at least, Platform.sh API token, project ID and environment name. Withddev-ibexa-cloud
all this must be priorly set as DDEV web env configs or an error will occur when getting the add-on (for example “Please make sure you have set IBEXA_PROJECT”).ddev-platformsh
used to get the PHP version, some services (like Redis) to install, and run the hooks from.platform.app.yaml
.ddev-ibexa-cloud
doesn't. The PHP version must now be manually set as DDEV web env config or the default might not match the project one.composer install
must be run manually. Redis isn't installed. etc.You can possibly see all the changes I had to make in ibexa/documentation-developer#2599
Best regards,
Adrien
The text was updated successfully, but these errors were encountered: