summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302016-11-21 23:53:26 +0100
committerM0Rf302016-11-21 23:53:26 +0100
commit6363bc151e7cdf75e3401cd787ab34c1e9a94ae3 (patch)
tree222b24a9e42b55eb795fcc4ba1ecae628aef014d
parentbc395470a975ac8d56086deb345d71d54de212aa (diff)
downloadaur-6363bc151e7cdf75e3401cd787ab34c1e9a94ae3.tar.gz
updated
-rw-r--r--airtime.install8
1 files changed, 5 insertions, 3 deletions
diff --git a/airtime.install b/airtime.install
index 5036e139bd5c..bba5eb62db5c 100644
--- a/airtime.install
+++ b/airtime.install
@@ -3,24 +3,26 @@ post_install() {
systemd-tmpfiles --create airtime.conf
fi
echo ">>> In order to get Airtime working, here's what to do."
- echo ">>> Please refer to Arch Linux wiki for php56 and httpd basic setup"
+ echo ">>> Please refer to Arch Linux wiki for php56 and httpd basic setup."
echo ""
echo ">> In /etc/httpd/conf/httpd.conf"
echo "> uncomment"
echo "LoadModule deflate_module modules/mod_deflate.so"
echo ""
- echo "> add the lines"
+ echo "> add the lines:"
echo "# Airtime"
echo "Include conf/extra/httpd-airtime.conf"
echo ""
echo ">> In /etc/php56/php.ini"
echo "> enable the following modules:"
echo "bcmath pgsql pdo_pgsql gd posix"
+ echo "> select your timezone:"
+ echo "ex. date.timezone = Europe/Rome"
echo ""
echo ">> Start rabbitmq"
echo "systemctl start rabbitmq"
echo ""
- echo ">> Enable airtime user and vhost on rabbitmq"
+ echo ">> Enable airtime user and vhost on rabbitmq:"
echo "sudo -u rabbitmq rabbitmqctl add_user airtime airtime"
echo "sudo -u rabbitmq rabbitmqctl add_vhost /airtime"
echo "sudo -u rabbitmq rabbitmqctl set_permissions -p /airtime airtime ".*" ".*" ".*""