Changes between Version 6 and Version 7 of onlyoffice
- Timestamp:
- Nov 18, 2018, 1:55:12 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
onlyoffice
v6 v7 7 7 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]. 8 8 9 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). 9 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). These settings seem to be stored in /etc/onlyoffice/documentserver/local.json. 10 10 11 11 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.