Get Started
Usage API
Using WOPI
Additional API
More information
|
Nuxeo ONLYOFFICE integration pluginThis plugin enables users to edit office documents from Nuxeo using ONLYOFFICE Docs. Features
Installing ONLYOFFICE DocsYou will need an instance of ONLYOFFICE Docs (Document Server) that is resolvable and connectable both from Nuxeo and any end-clients. If that is not the case, use the official ONLYOFFICE Docs documentation page. ONLYOFFICE Docs must also be able to POST to Nuxeo directly. The easiest way to start an instance of ONLYOFFICE Docs is to use Docker. Installing Nuxeo ONLYOFFICE integration pluginInstall it from marketplace. You can also install it using nuxeoctl. nuxeoctl mp-install /path/to/onlyoffice-nuxeo-package-x.x.zipConfiguring Nuxeo ONLYOFFICE integration pluginEdit nuxeo.conf and add following lines: onlyoffice.docserv.url=http://documentserver/ onlyoffice.jwt.secret= If you used Docker to install ONLYOFFICE Docs, use information from this repo to configure JWT. If you used other installation options, check the API documentation for configuring JWT on the Document Server side. Compiling Nuxeo ONLYOFFICE pluginTo build Nuxeo plugin, the following steps must be performed for Ubuntu:
How it worksThe ONLYOFFICE integration follows the API documented here. Download the Nuxeo ONLYOFFICE integration plugin here. |