启用 ZipArchive 的 Elastic Beanstalk 编译 php
Posted
技术标签:
【中文标题】启用 ZipArchive 的 Elastic Beanstalk 编译 php【英文标题】:Elastic Beanstalk compile php with ZipArchive enabled 【发布时间】:2017-05-28 02:41:15 【问题描述】:我需要将我的 php 项目设置为在启用 ZipArchive 的情况下编译 php。我在 Elastic Beanstalk 上运行 php7,需要有关如何编写“.ebextensions”文件来完成此任务的帮助。有人可以帮我吗?
谢谢!
【问题讨论】:
【参考方案1】:您可以轻松创建它。
1.创建目录“.ebextensions”;
(如果是 MAC,请在终端中运行 mkdir .ebextensions
和 cd .ebextensions
)
2. 创建一个文件 php7zip.config,这样您就有 .ebextensions/php7zip.config touch php7zip.config
3. 将其粘贴到文件
packages:
yum:
php70-zip: []
保存文件。4.运行eb deploy
给你。您应该安装扩展程序。您可以使用相同的方法在 Elastic Beanstalk 上安装其他扩展。
祝你好运
【讨论】:
这破坏了我的实例以上是关于启用 ZipArchive 的 Elastic Beanstalk 编译 php的主要内容,如果未能解决你的问题,请参考以下文章
Elastic_exporter 无法连接启用 https 的 uri
使用 terraform 为 Elastic Beanstalk 启用托管更新
在 AWS Elastic Beanstalk 应用程序上启用 HTTPS