WordPress on the Raspberry Pi

Goal: Have a working, responsive WordPress Site running on a raspberry Pi   Required items: One Raspberry Pi SD Card with Raspbian installed SSH access into your Pi (if you are running headerless) or a terminal with root access An internet connection Lots of Coffee.   First steps… To get WordPress working on your Raspberry …

Read more

Raspberry Pi – as a web server Part 2 (PHP)

The first part of this mini series covered installing Apache on the Raspberry Pi, you should have a web server installed as a pre-requisite before installing PHP. Install Apache Install PHP Install MYSQL Install PHP My Admin Firstly, launch LXTerminal on the Raspberry Pi or SSH into it. Next, we want elevated priveleges, so: sudo …

Read more