Update base install of AWS Linux with all dependencies for Engage.
#/bin/bash
sudo yum -y update
sudo yum -y install epel-release
sudo yum -y install httpd24 php70 php70-mysql* --enablerepo=epel
sudo yum -y install php70-mcrypt php70-mbstring php70-intl php70-gd --enablerepo=epel
sudo yum -y install php70-ldap
sudo yum -y install mysql mysql-server
sudo yum -y --enablerepo=remi,remi-test install phpMyAdmin
sudo yum -y install git
sudo curl --silent --location https://rpm.nodesource.com/setup_7.x | sudo bash -
sudo yum -y install nodejs
sudo npm install -g bower
sudo yum -y install zlib fontconfig freetype libX11 libXext libXrender
sudo yum -y install xz wget
wget https://getcomposer.org/installer
php installer
sudo mv composer.phar /bin/composer
wget https://downloads.wkhtmltopdf.org/0.12/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
tar -xf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
sudo cp wkhtmltox/bin/wkhtmltopdf /usr/bin
sudo yum -y install clamav clamav-server clamav-db
sudo chkconfig httpd on
sudo chkconfig mysqld on
#/bin/bash
sudo yum -y update
sudo yum -y install epel-release
sudo yum -y install httpd24 php70 php70-mysql* --enablerepo=epel
sudo yum -y install php70-mcrypt php70-mbstring php70-intl php70-gd --enablerepo=epel
sudo yum -y install php70-ldap
sudo yum -y install git
sudo curl --silent --location https://rpm.nodesource.com/setup_7.x | sudo bash -
sudo yum -y install nodejs
sudo npm install -g bower
sudo yum -y install zlib fontconfig freetype libX11 libXext libXrender
sudo yum -y install xz wget
wget https://getcomposer.org/installer
php installer
sudo mv composer.phar /bin/composer
wget https://downloads.wkhtmltopdf.org/0.12/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
tar -xf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
sudo cp wkhtmltox/bin/wkhtmltopdf /usr/bin
sudo yum -y install clamav clamav-server clamav-db
sudo chkconfig httpd on