Created
July 30, 2014 16:57
-
-
Save drog/4f7dde146fb1d85ea0a4 to your computer and use it in GitHub Desktop.
composer in xampp
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
#Instalar composer en xampp | |
cd /opt/lamp/bin | |
curl -s https://getcomposer.org/installer | /opt/lampp/bin/php | |
#nano ~/.bashrc | |
alias php='/opt/lampp/bin/php' | |
alias composer='/opt/lampp/bin/php /opt/lampp/bin/composer.phar' | |
#link | |
ln -s /opt/lampp/bin/php /usr/bin/php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment