Skip to content

Instantly share code, notes, and snippets.

@fivestar
Created December 25, 2010 12:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fivestar/754856 to your computer and use it in GitHub Desktop.
Save fivestar/754856 to your computer and use it in GitHub Desktop.
git clone https://github.com/symfony/symfony-bootstrapper.git
mkdir -p symfony-bootstrapper/src/vendor
cd symfony-bootstrapper/src/vendor
git clone git://github.com/symfony/symfony.git symfony
git clone git://github.com/doctrine/doctrine2.git doctrine
git clone git://github.com/doctrine/data-fixtures doctrine-data-fixtures
git clone git://github.com/doctrine/dbal.git doctrine-dbal
git clone git://github.com/doctrine/common.git doctrine-common
git clone git://github.com/doctrine/migrations.git doctrine-migrations
git clone git://github.com/doctrine/mongodb.git doctrine-mongodb
git clone git://github.com/doctrine/mongodb-odm.git doctrine-mongodb-odm
git clone git://github.com/swiftmailer/swiftmailer.git swiftmailer
git clone git://github.com/fabpot/Twig.git twig
git clone git://github.com/zendframework/zf2.git zend
cd ../../..
mkdir tmp
cd tmp
php ../symfony-bootstrapper/bin/cli.php init --format=yml
mv app src web ../
cd ../
mv symfony-bootstrapper/src/vendor src
rm -fr symfony-bootstrapper tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment