Symfony2 what to do when deploying manually?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Since i can't find any useful information on Symfony2 website i'm asking here. What should be done when manually deploying a Symfony2 project ? As far i understand: Edit app/config/paramenters.ini to meet server paramenters Update vendors to the latest version: php bin/vendors update Install database with php app/console doctrine:database:create then tables with php app/console doctrine:schema:update --force and eventually load fixtures: php app/console doctrine:fixtures:load Dump and install assets/assetics: php app/console assets:install -