Hey guys..
I'm dying to check out this software after searching allover for a normal broadcasting software. but cant quite get there :(
Ill explain.
I installed the software on CentOS6 using this script -> https://github.com/mkonecny/airtime_centos/blob/master/centos.sh
my problem is i cannot access the admin page after i installed Airtime..i tried variations of url's but i cant seem to pinpoint the exact url to use.
These are my configurations inside airtime.conf:
[database]
host = localhost
dbname = airtime
dbuser = airtime
dbpass = airtime
[rabbitmq]
host = 127.0.0.1
port = 5672
user = guest
password = guest
vhost = /
[general]
api_key = gQhgepeY4VKRbnd5FkKMkaEaW6IRa6FR
web_server_user = www-data
airtime_dir = /var/www/airtime
base_url = localhost
base_port = 80
;How many hours ahead of time should Airtime playout engine (PYPO)
;cache scheduled media files.
cache_ahead_hours = 1
[monit]
monit_user = guest
monit_password = airtime
[soundcloud]
connection_retries = 3
time_between_retries = 60
My server address is ks34900.kimsufi.com
the files exist in /var/www/airtime
**this is a Dedicated remote server, so i canot simple enter http:/localhost...**
and btw..what is this PostgreSQL? how can i access it to create username/db? its not mysql right?
any thoughts on all the issue?
Thank you so much for any kind of help.