forked from husisusi/officeonlin-install.sh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
officeonline-install.cfg
59 lines (59 loc) · 2.43 KB
/
officeonline-install.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
## INI file or config file for the main script
################################################################################
################################## Parameters ##################################
################################################################################
#### Script parameters ###
#soli="/etc/apt/sources.list"
#cpu=$(nproc)
#log_dir="$PWD/$(date +'%Y%m%d-%H%M')_officeonline-install"
#sh_interactive=true
#
#### Define a set of version for LibreOffice Core and Online###
####### THIS WILL OVERRIDE lo_src_branch & lool_src_branch VARIABLES ########
## set_name is used to locate branchs folders in the libreoffice project
##example : distro/collabora/
#### default set is latest version of collabora
#set_name='collabora'
## set_core_regex & set_online_regex are regulax expression used to find the branch name for core and online
## example:
#set_core_regex='cp-'
#set_online_regex='collabora-online'
## set_version can be used if both branch name contains a common version number
## if empty, latest version available for each project will be used
#set_version=''
#
#### LibreOffice parameters ###
#lo_src_repo='https://github.com/LibreOffice/core.git'
#lo_src_branch='master' # a existing branch name.
#lo_src_commit='' # the short/full id of a git commit
#lo_src_tag='' # a tag in the repo git
#lo_dir="/opt/libreoffice"
#lo_forcebuild=false # force compilation
#lo_req_vol=11000 # minimum space required for LibreOffice compilation, in MB
#lo_mini=true
#lo_configure_opts=''
#lo_non_free_ttf=false # add Microsoft fonts to Ubuntu
#
#### POCO parameters ###
#poco_version_latest='' ## fetched from the poco project
#poco_version=$poco_version_latest
#poco_dir="/opt/poco-${poco_version}-all"
#poco_forcebuild=false
#poco_version_folder='' ## fetched from the poco project
#poco_req_vol=550 # minimum space required for Poco compilation, in MB
#
#### LibreOffice Online parameters ###
#lool_src_repo="https://github.com/LibreOffice/online.git"
## variable precedence: commit > tag > branch
#lool_src_branch='master' # a existing branch name.
#lool_src_commit='' # the short/full id of a git commit
#lool_src_tag='' # a tag in the repo git
#lool_dir="/opt/online"
#lool_configure_opts=''
#lool_logfile='/var/log/loolwsd.log'
#lool_forcebuild=false
#lool_maxcon=200
#lool_maxdoc=100
#lool_req_vol=650 # minimum space required for LibreOffice Online compilation, in MB
#loolwsd_service_name='loolwsd' # system name for the lool web socket daemon
#