I’m just setting up a new blog for the Cambridge Raspberry Jam. 🙂
I’ve managed to install WordPress on a rev 1 256mb Raspberry Pi using Nginx as the web server and MySQL as the back end.
This was accomplished by following the tutorial on CNXSoft:Â WordPress for Raspberry Pi using Nginx and MySQL.
I found that in order to get desired page-load times I had to install the alternative PHP cache php-apc: sudo apt-get install php-apc