Created
February 17, 2011 11:11
-
-
Save webmozart/831521 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| git clone git://github.com/bschussek/symfony-sandbox.git | |
| cd symfony-sandbox | |
| git checkout -b hacking workshop-start | |
| cp app/config/doctrine.yml-dist app/config/doctrine.yml | |
| app/console doctrine:database:create | |
| app/console doctrine:schema:create | |
| app/console doctrine:data:load |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment