Last active
March 15, 2017 16:20
-
-
Save wilxsv/43676e23c1aa42fc67ae943fe4aa9314 to your computer and use it in GitHub Desktop.
This file contains 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
#Todo ejecutarlo desde root | |
#Instalacion de composer | |
apt-get install curl php5-cli git | |
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer | |
#instalacion de symfony | |
mkdir -p /usr/local/bin | |
curl -LsS https://symfony.com/installer -o /usr/local/bin/symfony | |
chmod a+x /usr/local/bin/symfony |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment