EC2 实例堆栈的建议

发布于 2024-09-26 16:50:27 字数 141 浏览 3 评论 0 原文

我们的开发服务器位于 Amazon EC2 上。

我们理想的情况是:

PHP 5.3.x 甲骨文驱动程序 哈希值 密密 Apache

有没有人推荐一个好的地方来获得一个堆栈,该堆栈可以通过最少的额外配置满足大部分需求?

Our development servers are on Amazons EC2.

We would ideally like the following:

PHP 5.3.x
Oracle Drivers
mHash
mCrypt
Apache

Does anyone have a recommendation on a good place to get a stack that would meet most of those needs with a minimum of additional configuration?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

掩耳倾听 2024-10-03 16:50:27

对于更新的基本 AMI,您可以在 Eric 的网站上查看 Ubuntu 规范 AMI:www.alestic.com。

如果您更喜欢 CentOS 发行版,Amazon AMI 也已发布。 http://bit.ly/a5fcz3

出于安全原因,我建议您构建自己的 LAMP 堆栈。

当然,您可以找到许多现有的 LAMP AMI。

For updated base AMI's you can check Ubuntu canonical AMI's found at Eric's site: www.alestic.com.

The Amazon AMI was also release if you prefer CentOS distro. http://bit.ly/a5fcz3

For security reasons, I suggest you build your own LAMP stack.

Of course there are many existing LAMP AMI's you can find.

小帐篷 2024-10-03 16:50:27

我们正在使用 chef 和名为 Scalarium。根据我们的设置和配置,实例最多需要 8 分钟才能运行。

请随意查看我的厨师食谱,特别是 php-fpm 的食谱:
http://github.com/till/easybib-cookbooks/tree/ master/php-fpm/

我也在开发自定义 php5 debian 包以加快 PHP 安装速度。

We are bootstrapping our instances using chef and a service called Scalarium. Depending on what we setup and configure, it takes up to 8 minutes for the instance to become operational.

Feel free to check out my chef recipes, specifically the one for php-fpm:
http://github.com/till/easybib-cookbooks/tree/master/php-fpm/

I'm also working on a custom php5 debian package to speed up the PHP installation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文