midgardproject / midgardmvc_installer

Standalone installer for MidgardMVC applications
GNU Lesser General Public License v2.1
5 stars 0 forks source link

Make it easier installing behind proxy server #12

Closed feri closed 13 years ago

feri commented 13 years ago

midgardmvc can not fetch application YML file if the installation happens behind a proxy.

part of midgardmvc output:

# reading application definition
PHP Warning:  file_get_contents(http://github.com/nemein/com_meego_website/raw/master/downloads.yml): failed to open stream: Connection timed out in /usr/share/php/pake/pakeYaml.class.php on line 36

Since it is not possible to set HTTP proxy in php.ini I would like to request either to

Could you please consider adding proxy support?

indeyets commented 13 years ago

second option looks good to me. I try to avoid curl, if possible :)

will it be ok, if installer checks $http_proxy env variable and enables proxy-requests if it is set?

feri commented 13 years ago

Yes, of course. Even better than yet another place to configure http_proxy. Thanks!

feri commented 13 years ago

Following my last comment I clicked on the wrong button and closed this ticket. There seems to be no way to reopen it.

indeyets commented 13 years ago

reopened

indeyets commented 13 years ago

fixed in pake-1.6.0

so, just run: sudo pear install indeyets/pake