wordpress搭建


准备台linux的虚机(centos7为例)

 

#临时关闭selinux
setenforce 0
#永久关闭selinux
sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh  #我这里省事就直接用宝塔来弄了
Do you want to install Bt-Panel to the /www directory now?(y/n): y

==================================================================
Congratulations! Installed successfully!
==================================================================
外网面板地址: http://xxx.xxx.xxx.xxx:8888/a2e2d044
内网面板地址: http://10.130.16.12:8888/a2e2d044
username: kmiyixyy
password: 4df54c6d
If you cannot access the panel,
release the following panel port [8888] in the security group
若无法访问面板,请检查防火墙/安全组是否有放行面板[8888]端口
==================================================================
Time consumed: 3 Minute!
[root@localhost ~]# 

https://cn.wordpress.org/download/
wordpress5.6
系统要求
我们推荐服务器运行PHP 7.4或更高版本,及MySQL 5.6或MariaDB 10.1或更高版本。
我们也推荐Apache或Nginx作为运行WordPress的web服务器,也可选择其他的web服务器。
登录http://10.130.16.12:8888/a2e2d044
wordpress搭建_2d
wordpress搭建_linux_02
wordpress搭建_centos_03
wordpress搭建_linux_04
wordpress搭建_wordpress_05
wordpress搭建_wordpress_06

wordpress搭建_2d_07
打开http://10.130.16.12
wordpress搭建_wordpress_08
wordpress搭建_2d_09
wordpress搭建_centos_10
wordpress搭建_2d_11
wordpress搭建_centos_12
后台管理地址:http://10.130.16.12/wp-login.php
wordpress搭建_linux_13