Skip to content

Instantly share code, notes, and snippets.

@Kronos11
Forked from dead1ock/gist:1116479
Created July 31, 2011 07:34
Show Gist options
  • Save Kronos11/1116535 to your computer and use it in GitHub Desktop.
Save Kronos11/1116535 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