sh 使用Engage的所有依赖项更新AWS Linux的基本安装。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 使用Engage的所有依赖项更新AWS Linux的基本安装。相关的知识,希望对你有一定的参考价值。

#/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

以上是关于sh 使用Engage的所有依赖项更新AWS Linux的基本安装。的主要内容,如果未能解决你的问题,请参考以下文章

sh 更新Gradle依赖项

哪些 NPM CLI 命令可用于更新依赖项的依赖项?

sh 升级所有node_modules依赖项做android 25

maven会在啥时候更新所有jar

如何使用依赖项创建AWS nodejs lambda函数

使用 Lambda 在 AWS Codestar 中安装 Python 依赖项