From 5c95f63f759b83ad9cb8e3a6e361eefe2f27ea09 Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Thu, 15 Jan 2015 13:57:10 -0500 Subject: [PATCH 1/2] Clarify README slightly --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 199acbb42..2c8ae39e0 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ ========================================================================= Airtime is an open source application that provides remote and -collaborative automation of a broadcast station. +collaborative automation of a broadcast radio station. Home page: http://www.sourcefabric.org/en/airtime/ @@ -61,9 +61,9 @@ There are several options for installation - to see them all, run sudo ./install --help -2) Once you've run the installer, navigate to localhost/ (if you have a custom -apache configuration, navigate to your Airtime web host) to run an interactive -setup. +2) Once you've run the installer, open a web browser to http://localhost to run +the interactive setup. (If you have a custom apache configuration, navigate to +your Airtime web host instead.) If you just want to run Airtime with default settings, you won't need to change anything, but if you have any custom configuration settings you'll be able to From 11acca32f9c42230665dca587348293c2bc2130a Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Thu, 15 Jan 2015 15:36:22 -0500 Subject: [PATCH 2/2] Update comment at the top of conf.php to reflect config file amalgamation --- airtime_mvc/application/configs/conf.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/airtime_mvc/application/configs/conf.php b/airtime_mvc/application/configs/conf.php index 132605179..486eeff2e 100644 --- a/airtime_mvc/application/configs/conf.php +++ b/airtime_mvc/application/configs/conf.php @@ -2,8 +2,6 @@ /* THIS FILE IS NOT MEANT FOR CUSTOMIZING. * PLEASE EDIT THE FOLLOWING TO CHANGE YOUR CONFIG: * /etc/airtime/airtime.conf - * /etc/airtime/pypo.cfg - * /etc/airtime/recorder.cfg */ class Config {