Created
September 20, 2010 10:10
-
-
Save abernier/587692 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
mkdir myapp && cd $_ | |
git init | |
git submodule add http://github.com/symfony/symfony1.git lib/vendor/symfony | |
git submodule foreach --recursive 'git submodule init && git submodule update' | |
php lib/vendor/symfony/data/bin/symfony generate:project myapp | |
ln -s ../lib/vendor/symfony/data/web/sf web/ | |
./symfony generate:app frontend |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment