Skip to content

Instantly share code, notes, and snippets.

@ambercouch
Last active September 26, 2019 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ambercouch/6dfa83826724aa76006373b859574d3a to your computer and use it in GitHub Desktop.
Save ambercouch/6dfa83826724aa76006373b859574d3a to your computer and use it in GitHub Desktop.
Install Composer On Webfaction
ln -s `which php72` ~/bin/php
export PATH=$HOME/bin:$PATH
cd bin
curl -sS https://getcomposer.org/installer | php72
echo -e "\n# Composer\nalias composer=\"php72 \$HOME/bin/composer.phar\"" >> $HOME/.bash_profile
source $HOME/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment