Java教程

搭建wordpress

本文主要是介绍搭建wordpress,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

转:

搭建wordpress

  • Centos 7 安装 wordpress
    [root@localhost ~]# yum -y install httpd php php-mysql mariadb mariadb-server
  • #编辑httpd的网页根目录,进行测试
    [root@localhost ~]# vim /var/www/html/index.php
    搭建wordpress
    [root@localhost ~]# systemctl restart httpd
    [root@localhost ~]# netstat -anput | grep httpd
    tcp6 0 0 :::80 ::

这篇关于搭建wordpress的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!