-
Notifications
You must be signed in to change notification settings - Fork 5
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
Unable to deploy to cloud foundry #2
Comments
You're on quite an old buildpack. Can you try a more recent one and see if that works? I tested with PHP buildpack 4.3.47 and it works OK. That will pull in HTTPD 2.4.29. |
It may be a network problem in the cf environment (for which I don't have administrative privileges). Trying to use a specific buildpack gets this result:
To specify this version, I added the
|
Yea, seems like it can't download the buildpack. Can you ask your administrator to install a more recent one? For what it's worth, the problem you're seeing above could also be network related. The download of the binary is failing because the MD5 of the downloaded resource doesn't match the expected value. If nothing was downloaded then the MD5 of nothing wouldn't match the MD5 of the expected download. It's a little odd that the buildpack would need to download HTTPD though. HTTPD should be included with any Also, check for a |
Ha. Here's the result of
|
Hmm, seems like more networking issues. Saying that you can't talk to the API. I would suggest that you get these networking issues worked out before we troubleshoot the app more. It's likely that resolving your networking issues, or at least understanding what is and isn't allowed in the environment will help. For what it's worth, to deploy this app you need to have Internet access. This repo includes a buildpack extension which will reach out and download the PHPMyAdmin files. If Intenet access is blocked, this will fail. I expect this will fail for you unless you there is a proxy available to allow internet access during staging. It might be easier for you to deploy PHPMyAdmin manually rather than using this project. I think the following should work: 1.) Download the PHPPgAdmin source. It's a little more of a manual process, but it should work in an offline environment. Hope that helps! |
Yes, I agree about the network situation. In the meantime, I'll give |
I'm getting the failure below. Any suggestions?
The text was updated successfully, but these errors were encountered: