WordPress Server

Yes you guessed it, this site is running off a Raspberry Pi 3B+.
Quite easy to install and get up and running, It does help that I have a static site on the WordPress server that I was able to migrate a lot of the style from. That can be viewed here stevecrow74.wordpress.com

There is a setup guide here https://opensource.com/article/18/10/setting-wordpress-raspberry-pi

Just note on the set up it says type the code sudo apt-get install mysql-server -y That string doesn’t work. You’ll need to type sudo apt-get install mariadb-server-10.3 -y and that should install the correct MySQL server engine.

Now running:

WordPress

Database

Extensionmysqli
Server version10.3.27-MariaDB-0+deb10u1
Client versionmysqlnd 7.4.16

Server

Server architectureLinux 5.10.17-v7+ armv7l
Web serverApache/2.4.38 (Raspbian)
PHP version8.0.3 (Does not support 64bit values)

Leave a Reply

Your email address will not be published. Required fields are marked *