diff --git a/.gitignore b/.gitignore
index bc3c72ed9..c3b9f8c91 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
.*
*.pyc
+*~
diff --git a/README b/README
index a4be320b3..483367e88 100644
--- a/README
+++ b/README
@@ -42,15 +42,18 @@ For an interactive installation, run:
The installer will then prompt you about how you want to set up your Airtime installation.
-For a simple full installation (setting up apache and postgres configurations and users for you), run
+For a simple full installation (do this if you're installing Airtime from scratch and don't have any of your own
+configuration set up), run
- sudo ./install -fap
+ sudo ./install -fiapd
What this means:
-f - force; non-interactive (no prompts)
+ -i - install the default Icecast 2 setup for Airtime
-a - install the default apache setup for Airtime
-p - create a default Airtime postgres user
+ -d - install binary dependencies needed for Airtime
This will install all components necessary for Airtime, and set up /usr/share/airtime as your
web root (where apache looks for your Airtime files).
diff --git a/airtime_mvc/application/configs/config-check.php b/airtime_mvc/application/configs/config-check.php
index fe2d24de9..58176f355 100644
--- a/airtime_mvc/application/configs/config-check.php
+++ b/airtime_mvc/application/configs/config-check.php
@@ -109,7 +109,7 @@ $result = $r && $database;
?>">
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
- airtime.conf
are correct and the Airtime database was installed correctly.
+ /etc/airtime.conf
are correct and the Airtime database was installed correctly.
@@ -143,8 +143,14 @@ $result = $r && $database;
diff --git a/airtime_mvc/build/airtime-setup/forms/finish-settings.php b/airtime_mvc/build/airtime-setup/forms/finish-settings.php index bf98c954e..549cb9472 100644 --- a/airtime_mvc/build/airtime-setup/forms/finish-settings.php +++ b/airtime_mvc/build/airtime-setup/forms/finish-settings.php @@ -2,7 +2,7 @@ ?>