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
Version | 5.7 |
Database
Extension | mysqli |
Server version | 10.3.27-MariaDB-0+deb10u1 |
Client version | mysqlnd 7.4.16 |
Server
Server architecture | Linux 5.10.17-v7+ armv7l |
Web server | Apache/2.4.38 (Raspbian) |
PHP version | 8.0.3 (Does not support 64bit values) |