First of all, install git to be able to clone a repo
apt-get install git
git clone https://github.com/sourcefabric/Airtime.git
If you get any error, download and install manually Airtime:
Download the newest version of Airtime from sourcefabric website (today, this version is 2.5.2.1)
Go to https://github.com/sourcefabric/Airtime/releases , and wget the latest.
wget https://github.com/sourcefabric/Airtime/archive/airtime-2.5.2.1.tar.gz
There is an error in sourcefabric installation script about the database. You have to manually install PostgreSQL berore running the install script. If you first run the install, don’t worry, just install porstgre and rerun airtime installation
apt-get install postgresql postgresql-contrib
Now, you are ready to install Airtime:
sudo ~/airtime-2.5.2.1/install -fiap
or go to airtime folder and install
sudo ./install -fiap
Open your browser to your ip or domain, no special ports needed, and follow the instructions.
Follow all the details from airtime installation, it is pretty forward! You probably will se an error in the end, stating that some services are not running. Just rerun those services following those commands:
service airtime-media-monitor start
service airtime-liquidsoap restart
service airtime-playout restart
There is no statement about the default login and password for your server. Enter in both fields “admin” and when logged in, don’t forget to change the values :P
It looks like you're new here. If you want to get involved, click one of these buttons!