TODO.txt 859B

1234567891011121314151617181920212223
  1. * Create a command that can be run when a project code has been updated on
  2. the production servers:
  3. ./build_bootstrap.php (à inclure dans cache:clear)
  4. cache:clear --env=prod --without-debug
  5. assets:install --env=prod web/
  6. assetic:dump --env=prod web/
  7. On ne pourrait la mettre que dans Symfony SE sauf si on la configure
  8. quelque part:
  9. ./app/console project:prepare
  10. ./app/console project:update --env=prod
  11. * faire une commande upgrade pour Symfony SE (mettre à jour le build_bootstrap pour la RC1 -> performance win)
  12. * add a command that installs a list pre-defined bundles
  13. this list is hosted somewhere under symfony.com, retrieved, cached
  14. and propose a one-click install (via Git or download?)
  15. * Add a CLI to send feedback to the Symfony server -> the resulting anonymous
  16. database is free to access for everyone?