Created
May 17, 2014 20:07
-
-
Save tonifisler/ba216d5a781e812e7a20 to your computer and use it in GitHub Desktop.
Install Composer on Webfaction server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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