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 |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
luismec90
commented
Aug 26, 2014
It works! thanks a lot! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
sebacruz
commented
Sep 11, 2014
Thanks man! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
mnpenner
commented
Sep 21, 2014
Awesome! Thank you! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
trevorwestca
Oct 30, 2014
I have returned to this thread twice now for different webfaction accounts. Thanks for doing this.
trevorwestca
commented
Oct 30, 2014
I have returned to this thread twice now for different webfaction accounts. Thanks for doing this. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
richpolis
commented
Nov 21, 2014
Thank you! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
cesars1687
commented
Dec 1, 2014
Gracias (Y) |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
vivianspencer
commented
Feb 26, 2015
awesome |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
dxii
commented
Aug 11, 2015
Works perfect. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
ngstigator
commented
Aug 21, 2015
starred. thanks! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
PaulKish
commented
Aug 31, 2015
Thanks |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
arandilopez
commented
Sep 18, 2015
awesome!!! thank you!!! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
johnnycho
commented
Nov 8, 2015
THANK YOU! This was so helpful! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
lorenzschmid
commented
Jan 1, 2016
Thanks a lot! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
zorobabel
commented
Mar 10, 2016
This script is very useful, it worked not only for webfaction. Thanks! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
aricore
commented
Jul 27, 2016
Thank you!!! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
graphikjunkie
commented
Feb 18, 2017
Couldn't find this anywhere in the webfaction documentation. Thanks! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
dhigby
commented
Feb 19, 2017
•
edited
edited
Thanks so much!!! |
rameyrobo
commented
Feb 20, 2017
Thank you for that comment. I was racking my brain trying to get some php7 dependencies to work. I can verify that replacing instances of php54 with php70 did work. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
pjrobertson
Jun 26, 2017
A few small updates:
cd $HOME
ln -s `which php56` ~/bin/php
export PATH=$HOME/bin:$PATH
curl -sS https://getcomposer.org/installer | php56
echo -e "\n# Composer\nalias composer=\"php56 \$HOME/bin/composer.phar\"" >> $HOME/.bash_profile
source $HOME/.bash_profile
pjrobertson
commented
Jun 26, 2017
A few small updates:
|
It works! thanks a lot!