Skip to content
husisusi edited this page Nov 14, 2020 · 11 revisions

Last known working configuration on Ubuntu 18.04


###########################################

Add this in officeonline-install.cfg file:

lo_src_branch='distro/collabora/cp-6.4'

lo_src_commit=''

lo_src_tag='cp-6.4-11'

lo_dir="/opt/libreoffice"

lo_forcebuild=true

lo_non_free_ttf=true

poco_version=$poco_version_latest

poco_forcebuild=false

lool_src_branch='distro/collabora/co-6-4'

lool_src_tag='cp-6.4.0-15'

lool_configure_opts="--disable-werror --with-lokit-path=${lo_dir}/include"

lool_logfile='/var/log/loolwsd.log'

lool_prefix='/usr'

lool_sysconfdir='/etc'

lool_localstatedir='/var'

lool_forcebuild=true

lool_maxcon=200

lool_maxdoc=100

loolwsd_service_name='loolwsd'

###########################################
If you need spell checking just install the packages like hunspell-en-us or hunspell-de-de (apt install hunspell-en-us hunspell-de-de) and restart the loolwsd service.
URL to admin console is http://your.server.com/loleaflet/dist/admin/admin.html

Clone this wiki locally