Skip to content

Instantly share code, notes, and snippets.

@jnankin
Created July 6, 2012 16:48
Show Gist options
  • Save jnankin/3061281 to your computer and use it in GitHub Desktop.
Save jnankin/3061281 to your computer and use it in GitHub Desktop.
PROJ_DIR=/var/www/yourproj
wget http://symfony.com/download?v=Symfony_Standard_Vendors_2.1.0-BETA1.zip -O symfony.zip
unzip symfony.zip
cd Symfony
mv composer* $PROJ_DIR
cd $PROJ_DIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment