简体   繁体   English

无法在Elastic Beanstalk上部署zend应用程序

[英]Failed to deploy zend application on Elastic Beanstalk

I need help for deploy my aplication into Elastic Beanstalk. 我需要帮助将我的应用程序部署到Elastic Beanstalk中。 So far, I only want deploy the sample provided by Zend, without BD, services, etc. (base squeleton aplication). 到目前为止,我只想部署Zend提供的示例,而无需BD,服务等(基本squeleton应用)。

I have followed these steps: 我已按照以下步骤操作:

  • Enter into Elastic Beanstalk console (without application). 输入Elastic Beanstalk控制台(没有应用程序)。

  • Create a PHP 5.4 enviroment. 创建一个PHP 5.4环境。

  • Change in (Edit/Load Configuration -> Container Tab): Document Root= \\public 更改(编辑/加载配置->容器选项卡):文档根目录= \\ public

  • Clicked "Upload New Version" and configure for deploy to existing enviroment (Default). 单击“上传新版本”并配置为部署到现有环境(默认)。

Important: 重要:

  • The File uploaded is a .Zip File of the base skeleton path. 上传的文件是基本骨架路径的.Zip文件。

  • My project has been developed under Windows and use xampp with PHP Version 5.4.7. 我的项目是在Windows下开发的,并在PHP版本5.4.7中使用xampp。

  • I used Eclipse for develop, I don't have Zend Studio. 我使用Eclipse进行开发,但没有Zend Studio。

After uploading, a event error is showed (Failed to deploy application version). 上载后,显示事件错误(无法部署应用程序版本)。

What am I being wrong? 我怎么了 or what steps missing for do it well? 或缺少哪些步骤才能很好地完成?

I put zend folder on LIBRARY inside project 我把zend文件夹放在项目里面的库中

/projectfolder/library/ / projectfolder / library /

works for me 为我工作

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM