Redhat7.0搭建LAMP个人论坛

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Redhat7.0搭建LAMP个人论坛相关的知识,希望对你有一定的参考价值。

搭建LAMP

步骤1:
安装mariadb技术分享图片技术分享图片技术分享图片
systemctl start mariadb.service #启动MariaDB
systemctl stop mariadb.service #停止MariaDB
systemctl restart mariadb.service #重启MariaDB
systemctl enable mariadb.service #设置开机启动
为root账户设置密码
mysql_secure_installation
回车,根据提示输入Y
输入2次密码,回车
根据提示一路输入Y
最后出现:Thanks for using MySQL!
MySql密码设置完成,重新启动 MySQL:
systemctl restart mariadb.service #重启MariaDB
创建数据库
技术分享图片
步骤2:
安装Apache
技术分享图片
systemctl start httpd.service #启动apache
systemctl stop httpd.service #停止apache
systemctl restart httpd.service #重启apache
systemctl enable httpd.service #设置apache开机启动
技术分享图片
步骤3:
安装php
技术分享图片
安装PHP组件,使PHP支持 MariaDB
技术分享图片
systemctl restart mariadb.service #重启MariaDB
systemctl restart httpd.service #重启apache
技术分享图片
测试
技术分享图片
技术分享图片
传入安装包并解压
技术分享图片
修改文件权限
技术分享图片
成功
技术分享图片技术分享图片技术分享图片技术分享图片技术分享图片

以上是关于Redhat7.0搭建LAMP个人论坛的主要内容,如果未能解决你的问题,请参考以下文章

LAMP-五分钟搭建个人论坛

pxe自动安装redhat7.0服务的搭建与配置

pxe自动安装redhat7.0服务的搭建与配置

LAMP搭建论坛

Linux基于LAMP架构搭建个人论坛网站

LAMP-搭建WordPress个人博客Discuz论坛