Skip to content

Instantly share code, notes, and snippets.

@webmozart
Created February 17, 2011 11:11
Show Gist options
  • Select an option

  • Save webmozart/831521 to your computer and use it in GitHub Desktop.

Select an option

Save webmozart/831521 to your computer and use it in GitHub Desktop.
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