Skip to content

Instantly share code, notes, and snippets.

View pywebdesign's full-sized avatar

Pierre-Yves pywebdesign

  • Pierre-Yves Mathieu - PyWebDesign
  • Québec Canada
View GitHub Profile
@pywebdesign
pywebdesign / install-composer.sh
Last active April 27, 2016 18:44 — forked from matthewpizza/install-composer.sh
Install Composer on Webfaction
cd $HOME
ln -s `which php54` ~/bin/php
export PATH=$HOME/bin:$PATH
curl -sS https://getcomposer.org/installer | php54
echo -e "\n# Composer\nalias composer=\"php54 \$HOME/composer.phar\"" >> $HOME/.bash_profile
source $HOME/.bash_profile
# Syntax sugar
class ArrayValidator < EnumValidator
end