You may need to configure a proxy server if you're having trouble cloning
or fetching from a remote repository or getting an error
like unable to access '...' Couldn't resolve host '...'
.
Consider something like:
<div class="the-return"> | |
[HTML is replaced when successful.] | |
</div> |
# https://gist.github.com/eric1234/7324795 | |
# Make sure git is installed | |
apt-get install -y git | |
# Remove functions that phpsh needs from config. | |
sed -i 's/pcntl_signal,//g' /etc/php5/cli/php.ini | |
sed -i 's/pcntl_fork,//g' /etc/php5/cli/php.ini | |
sed -i 's/pcntl_wait,//g' /etc/php5/cli/php.ini |