1、下载Xampp
下载教程:https://jingyan.baidu.com/article/3d69c5516fa082f0cf02d7cd.html
下载地址:https://www.apachefriends.org/zh_cn/download.html
然后点击start 打开Apache和MySQL
点击Admin,跳转到浏览器,测试是否已经成功启动
访问以下网址:http://localhost/phpmyadmin/新建建数据库
语言选中文 数据集选择utf8_general_ci
2、下载Wordpress:
下载地址:https://cn.wordpress.org/
下载好后记得把wordpress的文件夹解压到解压并存放在 H:xampphtdocs 目录下。
(数据库用户名为root ,密码为空)
使用 http://localhost/wordpress/ 安装wordpress
可以再腾讯云开发实验室实验:https://cloud.tencent.com/developer/labs/gallery?tagId=15&category=app_build
参考教程:https://blog.csdn.net/qq_36595013/article/details/80542583
https://jingyan.baidu.com/article/414eccf670dea76b431f0aab.html