搭建WordPress博客网站
- 创建云服务器
- 连接云服务器
- ssh-keygen命令生成密钥
- ssh-copy-id 自动上传公钥
- 关闭密码登录
- 使用 mosh 提高连接速度
- 创建LNMP环境
- Docker 安装
- 下载LNMP配置文件
- 使用Docker安装LNMP环境
- 搭建wordpress博客网站
- 下载wordpress软件
- 修改nginx配置
- 创建wordpress数据库
- 安装wordpress
- 修改wordpress安全配置
- 测试wordpress功能
docker lnmp 配置文件
wget https://github.com/codewhynet/docker-lnmp/archive/refs/heads/main.zip
wordpress 安全配置
wget https://github.com/codewhynet/wordpress-codewhy-security/archive/refs/heads/master.zip
wordpress 中文版本
wget https://cn.wordpress.org/latest-zh_CN.tar.gz
wordpress 英文版本
wget https://wordpress.org/latest.tar.gz