= Onlyoffice = [https://www.onlyoffice.com/ Onlyoffice] is a web-based collaborative editing office suite that is integrated into [wiki:nextcloud Nextcloud]. This page is for administrators and describes how it is installed and can be upgraded. Only office is installed on `lugones` using the domain https://onlyoffice.mayfirst.org, following [https://helpcenter.onlyoffice.com/server/linux/document/linux-installation.aspx the onlyoffice linux install directions]. Note: [https://github.com/ONLYOFFICE/DocumentServer/issues/364 you must have sudo installed]. Everything is now in puppet in the lugones.pp file except the steps outlined in the how too (creating postgres database). In addition, I performed a variation on the instructions for getting https working - creating my own /etc/nginx/conf.d/onlyoffice-documentserver.conf (which is backed up on /root). The original remained behind with a .off extension. When debugging, there are local settings in /etc/onlyoffice - of particular interest is /etc/onlyoffice/documentserver/local.json. In addition, logging happens in /var/log/onlyoffice. == NOTE == If upgrade fails and onlyoffice nextcloud integration breaks (fails to load properly), these steps worked: 1. `apt purge onlyoffice-documentserver` 2. As postgres, `dropdb onlyoffice; dropuser onlyoffice` 3. `rm -rf /var/www/onlyoffice; rm -rf /etc/onlyoffice` Then, re-install from scratch.