= 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 creation of the postgres database which I did by hand (and used a random password - onlyoffice deb package installer prompts for this password). And, I moved the only office nginx config file (which by default is placed in /etc/nginx/conf.d) to /etc/nginx/sites-available/onlyoffice-documentserver.conf and symlinked from /etc/nginx/sites-enabled). It has been edited to work with letsencrypt. == NOTE == After upgrading you must delete /etc/nginx/conf.d/onlyoffice-documentserver.conf and restart nginx.