Martin Konecny said:We have it running on our own 512 Pi, and will release the instructions
very soon - there are quite a bit of tweaks. I'm interested in hearing if a
Airtime package (either tar or deb) specifically for Raspberry Pi would be
of interest.
Unfortunately my image is about 1.2G in size due to me using a 32G SD card.
The build instruction is as follows:
Set the pi GPU to 16.
First sources.list has the following:
deb http://mirrordirector.raspbian.org/raspbian/ testing main contrib non-free rpi
I then did the following:
sudo apt-get update
sudo apt-get upgrade
Now follow the Minimal install part located here:
http://sourcefabric.booktype.pro/airtime-25-for-broadcasters/manual-installation/
Reboot after #3
At section 4, the part to create the apache virtual host, follow this post located here:
http://forum.sourcefabric.org/discussion/16167/problem-with-apache2-4
and create the apache.conf using the following:
<VirtualHost *:80>
ServerName localhost
padding:0in;background:white;text-decoration:none;text-underline:none">#ServerAlias www.example.com
ServerAdmin root@localhost
DocumentRoot /usr/share/airtime/public
DirectoryIndex index.php
SetEnv APPLICATION_ENV "production"
<Directory /usr/share/airtime/public>
Options -Indexes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
Continue with the instructions at #5 of http://sourcefabric.booktype.pro/airtime-25-for-broadcasters/manual-installation/
Reboot before doing #7
Continue to the end.
That's all I did.
I could upload the ing if anyone wants it. This was built on a 32G C4 sd disk. I
plan to redo the entire install on a 16G C10. After that I can upload the image
which should be smaller.
It looks like you're new here. If you want to get involved, click one of these buttons!