On this page

搭建WordPress博客网站

  1. 创建云服务器
  2. 连接云服务器
    1. ssh-keygen命令生成密钥
    2. ssh-copy-id 自动上传公钥
    3. 关闭密码登录
    4. 使用 mosh 提高连接速度
  3. 创建LNMP环境
    1. Docker 安装
    2. 下载LNMP配置文件
    3. 使用Docker安装LNMP环境
  4. 搭建wordpress博客网站
    1. 下载wordpress软件
    2. 修改nginx配置
    3. 创建wordpress数据库
    4. 安装wordpress
    5. 修改wordpress安全配置
    6. 测试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