summarylogtreecommitdiffstats
path: root/airtime.install
diff options
context:
space:
mode:
authorM0Rf302016-11-08 12:30:34 +0100
committerM0Rf302016-11-08 12:30:34 +0100
commitf97ff51b9d47d9142ef15cdad5c5df78b1ac6aad (patch)
treedf3be49c3867f150f956b2acba6e86732ebb1508 /airtime.install
parent7d015347c00b2e6eb8d638c9eb08866aa9c442a5 (diff)
downloadaur-f97ff51b9d47d9142ef15cdad5c5df78b1ac6aad.tar.gz
added airtime.install
Diffstat (limited to 'airtime.install')
-rw-r--r--airtime.install14
1 files changed, 14 insertions, 0 deletions
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() {