虚位以待(AD)
虚位以待(AD)
首页 > 操作系统 > LINUX > CentOS7使用yum安装nginx php php-fpm mariadb

CentOS7使用yum安装nginx php php-fpm mariadb
类别:LINUX   作者:码皇   来源:<a href="http://blog.csdn.net/shile" target="_blank" rel="nofollow"   点击:

一 确保安装了epel源yum -y install epel-release二 安装nginxyum -y install nginx三 安装php和php-fpmyum -y install php php-fpm php-gd php-mysql php-common php-pear

一. 确保安装了epel源

    yum -y install epel-release

二. 安装nginx

    yum -y install nginx

三. 安装php和php-fpm

    yum -y install php php-fpm php-gd php-mysql php-common php-pear php-mbstring php-mcrypt

四. 安装maridb

    yum -y install mariadb-server
相关热词搜索: