Newer
Older
nc-env / templates / template02-collabora-code / Readme.md
@pmarini pmarini on 13 Apr 2022 1 KB initial commit

Collabora Online server (CODE or Enterprise Edition)

Setup

  • Assuming that the copy of the template is called collabora-instance, move to folder collabora-instance.
  • Check the content of folder artifacts
File name Description
collaboraonline.sources Apt sources file for Collabora packages
coolwsd.xml Configuration file for the Collabora server
coolwsd.service Systemd service file for Collabora server
mkcert mkcert - command line utility to be downloaded here. Pick the latest binary for amd64 and rename it to mkcert
rootCA.pem The rootCA previously created in your host machine
rootCA-key.pem The rootCA key previously created in your host machine
  • Create folder log
  • Open Vagrantfile and change the value of variable lxd.name. It makes sense to give the same name as the folder, in this example collabora-instance.
  • Open provision.sh and change the value of variable MACHINE_HOSTNAME, CO_VERSION and CUSTOMER_HASH. For MACHINE_HOSTNAME, it makes sense to give the same name as the folder, plus the domain, in this example collabora-instance.localenv.com.
  • Run vagrant up > log/provisioning.log
  • Make sure your system is able to resolve the domain name that you specified in variable MACHINE_HOSTNAME, for example by adding an entry in /etc/hosts
  • Start using your environment