We are currently busy on the raspberry version.
For the one who want to try it, here is what you need to make it work.
Basically you need a LAMP server. If you already have it, just check the point 5.
For the others, just follow this simple tutorial :
1/ Install Raspbian
Install a clean version of Raspbian, you can find the image here
2/ Install apache and php
apt-get install apache2 php5 php5-mysql mysql-client
3/ Install MySQL
apt-get install mysql-server
You’ll have to enter a password dont forget it ! You need it afterward.
4/ Install phpMyAdmin
apt-get install phpmyadmin
You can access it via : http://rpiip/phpmyadmin
Replace rpiip with the ip of your Pi.
5/ Install Curl
sudo apt-get update --fix-missing sudo apt-get install php5-curl
In the future we’ll propose a full image with PulseStation installed.