Skip to content

Instantly share code, notes, and snippets.

@wilxsv
Last active March 15, 2017 16:20
Show Gist options
  • Save wilxsv/43676e23c1aa42fc67ae943fe4aa9314 to your computer and use it in GitHub Desktop.
Save wilxsv/43676e23c1aa42fc67ae943fe4aa9314 to your computer and use it in GitHub Desktop.
#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