文字

Amazon EC2

» EC2 云平台上 PHP 的安装。

参见 » AWS SDK for PHP。

用户评论:

[#1] krp dot sindhu at gmail dot com [2013-12-17 06:19:13]

The amazon EC2 Platform comes with the basic PHP platform you just have to call your modules which you want to install with the amazon platform. you can simply call 
<b>sudo yum install php-"your_modules"<b/> and then restart your server by using <b>sudo restart service httpd</b>
now you are able to use php on your amazon cloud environment.

[#2] tolgambaev at hotmail dot com [2012-04-18 12:27:18]

The easy way to deploy PHP environment into Amazon EC2 is to use AWS Elastic Beanstalk service. It automatically runs all the infrastructure including EC2 instance with PHP installed. See http://aws.amazon.com/elasticbeanstalk/.

yum installation is also available on EC2.

上一篇: 下一篇: