lightnin
Posts: 10
Joined: Wed Jun 20, 2012 11:57 am

The glory of static html blogs on pi

Thu Sep 06, 2012 1:28 am

Greetings! After spending a lot of time looking into hosting my own site on the pi, I came across the glory and simplicity of static html blog generators (Pelican, in my case). No need for a database, or any other CPU hogging services. Just an http server and some html to serve is all you need.

Here's an instructable I made that sums it all up:
http://www.instructables.com/id/Host-yo ... i-compute/

Bioshox
Posts: 104
Joined: Sun May 27, 2012 12:18 pm
Location: Manchester, United Kingdom.
Contact: Website

Re: The glory of static html blogs on pi

Thu Sep 06, 2012 9:13 am

Wordpress runs just fine, especially with a caching service
Owner of: http://www.fusionstrike.com - I make gorgeous Raspberry Pi Tutorials :)

ndrs
Posts: 31
Joined: Wed Jul 04, 2012 10:22 pm

Re: The glory of static html blogs on pi

Thu Sep 06, 2012 10:42 am

You should manage to do an "APC-Powered" PHP web. It works really well, at least in mine.

Currently i also have a web server with html coding only. For this purpose it's simply perfect, without loading times (almost).

If you are looking for an html-only web (html/css of course), the Raspberry is an awesome option, no doubt.

Ryatzu
Posts: 10
Joined: Fri Aug 24, 2012 11:03 am

Re: The glory of static html blogs on pi

Thu Sep 06, 2012 1:04 pm

Well my problem is dat APC doesn't work with php 5.4 and FastCGI.
You should look at fuelphp. It uses APC caching if you use the caching from the framework.

Return to “Networking and servers”