Amazon EC2

PHP устанавливается на » облачную платформу EC2.

Смотрите также » AWS SDK для PHP.

Коментарии

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.
2012-04-18 15:27:18
http://php5.kiev.ua/manual/ru/install.cloud.ec2.html
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.
2013-12-17 08:19:13
http://php5.kiev.ua/manual/ru/install.cloud.ec2.html
if you installed Django via bitnami using AWS EC2
use this line at as root
apt-get install php5
2016-12-26 04:07:36
http://php5.kiev.ua/manual/ru/install.cloud.ec2.html
In the console.aws.amazon.com, while launching the EC2 instance, we can specify user data to configure an instance or run a configuration script(installing PHP, Mysql, Apache, etc...) during launch in the UserData section in the Step 3: Configure Instance Details.
2020-09-16 15:38:01
http://php5.kiev.ua/manual/ru/install.cloud.ec2.html

    Поддержать сайт на родительском проекте КГБ