From da241cd78c422f503335f594645f8509d1407e0e Mon Sep 17 00:00:00 2001 From: Eric Quinton Date: Mon, 12 Aug 2024 14:12:02 +0200 Subject: [PATCH] :feat install: add support locale-gen --- documentation/sturwild.dbm | 11 +++++++---- install/deploy_new_instance.sh | 4 ++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/documentation/sturwild.dbm b/documentation/sturwild.dbm index 222b28bd..7c5cd677 100644 --- a/documentation/sturwild.dbm +++ b/documentation/sturwild.dbm @@ -4,7 +4,7 @@ CAUTION: Do not modify this file unless you know what you are doing. Unexpected results may occur if the code is changed deliberately. --> @@ -1109,7 +1109,7 @@ CAUTION: Do not modify this file unless you know what you are doing. @@ -1120,7 +1120,7 @@ CAUTION: Do not modify this file unless you know what you are doing. - +
@@ -1140,6 +1140,9 @@ CAUTION: Do not modify this file unless you know what you are doing. + + + diff --git a/install/deploy_new_instance.sh b/install/deploy_new_instance.sh index 17457b33..c7c9607a 100755 --- a/install/deploy_new_instance.sh +++ b/install/deploy_new_instance.sh @@ -105,6 +105,10 @@ sed -i "s/; max_input_vars = .*/max_input_vars=$max_input_vars/" $PHPINIFILE sed -e "s/ / /" /etc/ImageMagick-6/policy.xml > /tmp/policy.xml cp /tmp/policy.xml /etc/ImageMagick-6/ +# adjust locale support +sed -i "s/#en_GB.UTF-8/en_GB.UTF-8/" /etc/locale.gen +locale-gen + # creation of virtual host echo "creation of virtual site" cp install/apache2/sturwild.conf /etc/apache2/sites-available/