summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302016-11-08 12:30:34 +0100
committerM0Rf302016-11-08 12:30:34 +0100
commitf97ff51b9d47d9142ef15cdad5c5df78b1ac6aad (patch)
treedf3be49c3867f150f956b2acba6e86732ebb1508
parent7d015347c00b2e6eb8d638c9eb08866aa9c442a5 (diff)
downloadaur-f97ff51b9d47d9142ef15cdad5c5df78b1ac6aad.tar.gz
added airtime.install
-rw-r--r--.SRCINFO2
-rw-r--r--airtime.install14
2 files changed, 15 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 855cc1a8a99f..ffff7ba30080 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Nov 7 16:06:42 UTC 2016
+# Tue Nov 8 11:30:10 UTC 2016
pkgbase = airtime-git
pkgdesc = Open broadcast software for scheduling and station management.
pkgver = 12396.4940c73
diff --git a/airtime.install b/airtime.install
index 8c92661a4f79..56fcad201bba 100644
--- a/airtime.install
+++ b/airtime.install
@@ -2,6 +2,20 @@ post_install() {
if type -P systemd-tmpfiles &> /dev/null; then
systemd-tmpfiles --create airtime.conf
fi
+ echo ">>> In order to get Airtime working, here's what to do:"
+ echo ">> In /etc/httpd/conf/httpd.conf"
+ echo "> uncomment"
+ echo "LoadModule deflate_module modules/mod_deflate.so"
+ echo ""
+ echo "> add the lines"
+ echo "# Airtime"
+ echo "Include conf/extra/httpd-airtime.conf"
+ echo ""
+ echo ">> In /etc/php/php.ini"
+ echo "> enable the following modules:"
+ echo "bcmath pgsql"
+ echo ""
+ echo ">> Then start Apache, Postgresql and create an user according to Airtime Interface"
}
post_upgrade() {