centos7搭建wordpress博客系统
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7搭建wordpress博客系统相关的知识,希望对你有一定的参考价值。
- 下载:
a. 中文版官网:https://cn.wordpress.org/download/
b. 下载:
wget https://cn.wordpress.org/wordpress-4.9.4-zh_CN.tar.gz
- 解压:
tar -xzf wordpress-4.9.4-zh_CN.tar.gz
- 拷贝到根目录:
cp -arf wordpress/* .* /var/www/html/
- 创建数据库:
mysql -uroot -p123456 -e "create database wordpress"
- 开始安装:
a. 输入站点目录:172.20.10.11
b. 安装:
- 登录并使用:
以上是关于centos7搭建wordpress博客系统的主要内容,如果未能解决你的问题,请参考以下文章
centos7.3编译安装LAMP环境并搭建WordPress博客
在httpd-2.2和http-2.4中分别搭建wordpress博客系统和Discuz!论坛系统