LNMP环境安装
1、Linux系统
一台Linux系统
2、安装nginxa
nginx的安装步骤(此前的博客有写),这一条:
https://blog.csdn.net/wgw_dream/article/details/83590039
3、安装mariadb或mysql(这里是mariadb)
[root@localhost ~]# yum -y install mariadb mariadb-devel mariadb-server
4、安装php
[root@localhost ~]# yum -y install php
[root@localhost lnmp_soft]# yum -y install php-fpm-5.4.16-42.el7.x86_64.rpm
5、安装php拓展
[root@localhost ~]#yum -y install php-mysql //使php可以连接到数据库