EC2 实例堆栈的建议
我们的开发服务器位于 Amazon EC2 上。
我们理想的情况是:
PHP 5.3.x 甲骨文驱动程序 哈希值 密密 Apache
有没有人推荐一个好的地方来获得一个堆栈,该堆栈可以通过最少的额外配置满足大部分需求?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我们的开发服务器位于 Amazon EC2 上。
我们理想的情况是:
PHP 5.3.x 甲骨文驱动程序 哈希值 密密 Apache
有没有人推荐一个好的地方来获得一个堆栈,该堆栈可以通过最少的额外配置满足大部分需求?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
对于更新的基本 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.
我们正在使用 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.