Skip to content

Instantly share code, notes, and snippets.

@apathyboy
Created July 27, 2011 15:28
Show Gist options
  • Save apathyboy/1109614 to your computer and use it in GitHub Desktop.
Save apathyboy/1109614 to your computer and use it in GitHub Desktop.
php app/console doctrine:database:drop --force
php app/console doctrine:database:create
php app/console doctrine:schema:create
php app/console doctrine:fixtures:load --append
php app/console fos:user:create
php app/console swg:players:sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment