我正在嘗試將Symfony1應用程序與Amazon CodeDeploy集成。AWS CodeDeploy with Symfony1
我們在部署過程中在服務器上構建模型和表單。然而,可悲的是CodeDeploy日誌在AfterInstall鉤子中的/ var/app/current中運行./symfony propel:build-model時顯示以下錯誤。
[Aws :: CodeDeployCommand] put_host_command_complete(command_status:「Failed」,diagnostics:{format:「JSON」,payload:#> tokens /var/app/current/lib/form/FormName.class.php\n [stdout] >>令牌/var/app/current/lib/form/FormName.class.php\n[stdout] >>令牌/var/app/current/lib/form/FormName.class.php\n[stdout ] >> tokens /var/app/current/lib/form/FormName.class.php\n[stdout] >> tokens /var/app/current/lib/form/FormName.class.php\n [stdout]> > tokens /var/app/current/lib/form/FormName.class.php\n[stdout] >> tokens /var/app/current/lib/form/FormName.class.php\n[stdout] >> tokens /var/app/current/lib/form/FormName.class.php\n[stdout] >> tokens /var/app/current/lib/form/FormName.class.php\n[stdout] >> tokens/var /app/current/lib/form/FormNameFormName.class.php\n[stdout] >>「...(2248 bytes)>} ...
任何指針在這裏將不勝感激。