Skip to content

Instantly share code, notes, and snippets.

@tonifisler
Created May 17, 2014 20:07
Show Gist options
  • Save tonifisler/ba216d5a781e812e7a20 to your computer and use it in GitHub Desktop.
Save tonifisler/ba216d5a781e812e7a20 to your computer and use it in GitHub Desktop.
Install Composer on Webfaction server
$ git clone https://github.com/composer/composer.git
$ cd composer
$ php55 ../composer.phar install
$ find ./bin -type f -executable | xargs sed -i 's/env php$/env php55/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment