Configuration Checklist


Looks like something went wrong!

Take a look at the checklist below for possible solutions. If you're tried the suggestions and are still experiencing issues, read the release notes, come visit our discourse or, check the website and main docs.

Your Airtime station is up and running! Get started by logging in with the default username and password: admin/admin

Component Description Status or Solution
PHP Dependencies
Postgres PDO and PostgreSQL libraries Try running sudo apt-get install php5-pgsql
External Services
Database Database configuration for Airtime Make sure you aren't missing any of the Postgres dependencies in the table above. If your dependencies check out, make sure your database configuration settings in are correct and the Airtime database was installed correctly.
RabbitMQ RabbitMQ configuration for Airtime Make sure RabbitMQ is installed correctly, and that your settings in are correct. Try using sudo rabbitmqctl list_users and sudo rabbitmqctl list_vhosts to see if the airtime user (or your custom RabbitMQ user) exists, then checking that sudo rabbitmqctl list_exchanges contains entries for airtime-pypo and airtime-uploads.
Media Analyzer /etc/systemd/system/,
systemctl status libretime-analyzer

sudo systemctl restart libretime-analyzer
Pypo /etc/systemd/system/,
systemctl status libretime-playout

sudo systemctl restart libretime-playout
Liquidsoap /etc/systemd/system/,
systemctl status libretime-liquidsoap

sudo systemctl restart libretime-liquidsoap
Celery /etc/systemd/system/,
systemctl status libretime-worker

sudo systemctl restart libretime-worker
API /etc/init.d/,
systemctl status libretime-api

sudo systemctl restart libretime-api