|
|
|
sudo yum -y install httpd
sudo systemctl enable httpd.service
sudo systemctl start httpd.service
sudo yum groupinstall "Development Tools"
sudo yum groupinstall "Minimal Install"
sudo yum update
sudo yum install --disablerepo=amzn2-core --enablerepo=remi,remi-php56 php php-devel php-intl php-mbstring php-pdo php-gd php-mysqlnd php-fpm
sudo yum install --disablerepo=amzn2-core --enablerepo=remi,remi-php56php php-devel php-pear php-mbstring php-xml php-mcrypt php-gd php-pecl-xdebug php-opcache php-pecl-apcu php-fpm php-phpunit-PHPUnit php-mysqlnd
sudo yum install --disablerepo=amzn2-core --enablerepo=remi,remi-php56 php php-devel php-mbstring php-pdo php-gd php-xml php-mcrypt
|
|
|