最简洁的wordpress-sqlite安装

sudo apt install apache2 libapache2-mod-php php7.4-sqlite3
wget https://downloads.wordpress.org/plugin/sqlite-integration.1.8.1.zip
wget https://wordpress.org/latest.tar.gz
tar xvfz ./latest.tar.gz
unzip ./sqlite-integration.1.8.1.zip
sudo mv wordpress /var/www/html/
sudo cp wp-config-sample.php wp-config.php
sudo mv sqlite-integration /var/www/html/wordpress/wp-content/plugins/
sudo cp db.php /var/www/html/wordpress/wp-content/
sudo chown -R www-data:www-data ./wordpress
sudo service apache2 restart
http://IP/wordpress/wp-admin/install.php