摘要: Lnmp搭建配置: 1、 因yum仓库中没有nginx源,因此需创建一个nginx源。Vim /etc/yum.respo/nginx.respo 2、 yum update 3、 yum list|grep nginx 4、 yum install nginx 5、 yum install mys 阅读全文
posted @ 2018-03-11 20:43 爱不懂事可馨 阅读(158) 评论(1) 推荐(1) 编辑
摘要: Lamp安装:(linux+apache+mysql+php) 1、 rpm –qa|grep apache/mysql/php 过滤系统中是否存在Apache/mysql/php 2、 yum install httpd (Linux系统Apache叫httpd,ubantu系统叫Apache2) 阅读全文
posted @ 2018-03-11 16:17 爱不懂事可馨 阅读(98) 评论(0) 推荐(0) 编辑