Reply To: Playlists and Podcasts

#13260
fizze
Participant

Dang, I’ve been rather busy lately. I didnt forget about this, but I am actually proud of my slug, so I want to encourage others to use it’s potential. 🙂

It worked fine to install Cherokee with php-fcgi accordign to this wiki:
http://www.nslu2-linux.org/wiki/HowTo/DeployPHPWebAppUsingFastCGI

To get php to work with sqlite is actually quite easy too. You need to install php-gd, and you need these:

extension=sqlite.so
extension=pdo_sqlite.so

In your php.ini.

Details on gregarius will follow. I intend to put this together properly in a blog post probably, somewhen.