From 8f5719b30edbe71825d5c27da0ec5f845ea8bf63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 28 May 2024 00:43:06 +0200 Subject: [PATCH] Enable libreoffice for odt export --- conf/xwiki.properties | 4 ++-- manifest.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/xwiki.properties b/conf/xwiki.properties index f185673..cabd93d 100644 --- a/conf/xwiki.properties +++ b/conf/xwiki.properties @@ -340,7 +340,7 @@ environment.permanentDirectory = __DATA_DIR__ #-# Type of the openoffice server instance used by officeimporter component. #-# 0 - Internally managed server instance. (Default) #-# 1 - Externally managed (local) server instance. -# openoffice.serverType = 0 +openoffice.serverType = 0 #-# [Since 12.1RC1] #-# Port numbers used for connecting to the openoffice server instance. @@ -351,7 +351,7 @@ environment.permanentDirectory = __DATA_DIR__ #-# [Since 1.9M2] #-# If the openoffice server should be started / connected upon XE start. #-# Default value is false -# openoffice.autoStart = false +openoffice.autoStart = true #-# [Since 1.8RC3] #-# Path to openoffice installation (serverType:0 only). diff --git a/manifest.toml b/manifest.toml index bee3523..d4eadbd 100644 --- a/manifest.toml +++ b/manifest.toml @@ -109,7 +109,7 @@ ram.runtime = "1G" admin.label = "Admins" [resources.apt] - packages = ["openjdk-17-jre", "postgresql"] + packages = ["openjdk-17-jre", "postgresql", "libreoffice"] [resources.database] type = "postgresql"