Skip to content

Instantly share code, notes, and snippets.

@dead1ock
Forked from apathyboy/gist:1109614
Created July 31, 2011 06:14
Show Gist options
  • Save dead1ock/1116479 to your computer and use it in GitHub Desktop.
Save dead1ock/1116479 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 --fixtures=vendor/bundles/Anh/SwgManagerBundle/DataFixtures/ORM --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