Koha/debian/koha-full.postinst
Mason James 425cb6ec25 Bug 26672: Add additional koha-core and koha-full files to ./debian
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-11-25 16:18:03 +01:00

11 lines
178 B
Bash

#!/bin/sh
set -e
a2enmod mpm_itk rewrite cgi rewrite headers proxy_http
service apache2 restart
rabbitmq-plugins enable rabbitmq_stomp
service rabbitmq-server restart
exit 0