This is a great project, congrats on the hard work.
I was able to successfully get Airtime Running on 10.04 LTS in amazon cloud in about 30 minutes.
Wanted to share my install process and tips...
I used the latest official ami's from ubuntu, and installing the first time had a problem with finding all the packages, and permissions for the install scripts to be able to execute.
So to make it work on stock ami I did these steps.
echo "deb http://us.archive.ubuntu.com/ubuntu/ lucid multiverse" | sudo tee -a /etc/apt/sources.list
apt-get update
chmod -R 777 airtime-1.9.4
cd ~/airtime-x.x.x/install_full/ubuntu/
sudo ./airtime-full-install
Make sure you set timezone on server and airtime, or ON AIR wont work.
apt-get install tzdata
dpkg-reconfigure tzdata
Then vi /usr/share/airtime/public/.htaccess
php_value date.timezone "America/Toronto"
Login as admin/admin and your good to go.
Again this looks like great project. Its clear a lot of hard work went into the documentation and packaging, A testament that this project will be successfully.
I'm working in integrating skype, red5, and freeswitch in the mix to provide a live audio and video platform.
will keep you posted.
Regards,
Stephen
I was able to successfully get Airtime Running on 10.04 LTS in amazon cloud in about 30 minutes.
Wanted to share my install process and tips...
I used the latest official ami's from ubuntu, and installing the first time had a problem with finding all the packages, and permissions for the install scripts to be able to execute.
So to make it work on stock ami I did these steps.
echo "deb http://us.archive.ubuntu.com/ubuntu/ lucid multiverse" | sudo tee -a /etc/apt/sources.list
apt-get update
chmod -R 777 airtime-1.9.4
cd ~/airtime-x.x.x/install_full/ubuntu/
sudo ./airtime-full-install
Make sure you set timezone on server and airtime, or ON AIR wont work.
apt-get install tzdata
dpkg-reconfigure tzdata
Then vi /usr/share/airtime/public/.htaccess
php_value date.timezone "America/Toronto"
Login as admin/admin and your good to go.
Again this looks like great project. Its clear a lot of hard work went into the documentation and packaging, A testament that this project will be successfully.
I'm working in integrating skype, red5, and freeswitch in the mix to provide a live audio and video platform.
will keep you posted.
Regards,
Stephen