CentOS7中yum安装lamp环境

CentOS7出来了,第一时间安装体验了一把,感觉不错。

由于nginx还没有CentOS7的源,就安装了个lamp环境试试,过程非常简单:

1、yum安装lamp软件包

yum install httpd php php-gd php-mysql mysql-server

2、启动环境

systemctl start httpd.service
systemctl start mysql.service

3、开机启动

systemctl enable httpd.service
systemctl enable mysql.service

网站根目录默认是/var/www/html,写个phpinfo看看吧。

CentOS7中yum安装lamp环境》有1个想法

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据