Blog / 安装wordpress with sqlite

安装wordpress with sqlite

安装wordpress with sqlite


安装

上传WordPress-master.zip或

wget https://wordpress.org/latest.tar.gz && tar -xf latest.tar.gz

下载db.zip并解压传到wp-content目录

unzip WordPress-master.zip
mv WordPress-master/* ./
mv wp-config-sample.php wp-config.php


安装

apt install php7.4-sqlite3


出现 Unable to create the required directory! Please check your server settings.

chmod -Rf 0777 ./*

即可。

更改语言

wp-config.php中增加define(‘WPLANG’,’zh_CN’);
上传语言包
面板中选择中文

如果安装了ftp,通过ftp更新wp,并

chmod 777 /根目录 -R

可实现后台的更新与插件自动安装

  • 0

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注