Symfony standard + a few bundles
Added bundles:
Install:
git clone git://github.com/arnaud-lb/sfbootstrap.git
git submodule update --initapp/config/parameters.yml:
parameters:
  database_driver:   pdo_mysql
  database_host:     localhost
  database_port:     ~
  database_name:     sfbootstrap
  database_user:     root
  database_password: ~
  mailer_transport:  smtp
  mailer_host:       localhost
  mailer_user:       ~
  mailer_password:   ~
  locale:            en
  secret:            ThisTokenIsNotSoSecretChangeItCreate db tables:
./app/console doctrine:schema:create