当我更新我的Symfony2项目时,我总是要这样做:
root@xxx:/var/www/project# php app/console cache:clear --env=prod
Clearing the cache for the prod environment with debug true
root@xxx:/var/www/project# chmod -R 777 app/cache
root@xxx:/var/www/project# chmod -R 777 app/logs
有更简单的方法吗?或者我可以永久设置ubuntu的权限吗?你怎么做呢? (我使用Komodo作为编辑器,我可以在其中放置一个宏按钮来远程清理我的缓存或使用Eclipse,但我有我的eclipse问题)...