Merge branch 'feature/nuxeo-confluence'

This commit is contained in:
Svetlana Maleeva 2021-09-27 13:02:31 +03:00
commit ea67aaea73
59 changed files with 915 additions and 350 deletions

View File

@ -95,6 +95,7 @@
<div>
<ul class="navitem_2nd_menu">
<li id="navitem_integration_alfresco"><a class="nav_2nd_menu_link" style="border-right: none" href="<%=VirtualPathUtility.ToAbsolute("~/integration/alfresco.aspx")%>">Alfresco</a></li>
<li id="navitem_integration_chamilo"><a class="nav_2nd_menu_link" style="border-right: none" href="<%=VirtualPathUtility.ToAbsolute("~/integration/chamilo.aspx")%>">Chamilo</a></li>
<li id="navitem_integration_confluence"><a class="nav_2nd_menu_link" style="border-right: none" href="<%=VirtualPathUtility.ToAbsolute("~/integration/confluence.aspx")%>">Confluence</a></li>
<li id="navitem_integration_hh"><a class="nav_2nd_menu_link" style="border-right: none" href="<%=VirtualPathUtility.ToAbsolute("~/integration/humhub.aspx")%>">HumHub</a></li>
<li id="navitem_integration_liferay"><a class="nav_2nd_menu_link" style="border-right: none" href="<%=VirtualPathUtility.ToAbsolute("~/integration/liferay.aspx")%>">Liferay</a></li>

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_gettingstarted sm_integration sm_instegrating" id="link_175" title="Integrate ONLYOFFICE with Chamilo."
href="<%=VirtualPathUtility.ToAbsolute("~/integration/Chamilo.aspx")%>">Integrating ONLYOFFICE with Chamilo</a>

View File

@ -0,0 +1,260 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Integration. Getting Started. Chamilo";
MetaKeyWords = "integration, connector, online editing, chamilo, edit, share, store";
MetaDescription = "Integrate ONLYOFFICE with Chamilo collaboration software";
var guides = new GuidesModel();
guides.CaptionRelatedTips = "Related Tips & Tricks";
guides.Title = "Import Files from Other Sources";
guides.RelatedTips = "Do you have some documents stored in other web-sources like Zoho, Google Drive or Box? You can easily import them to the Documents module.";
guides.LearnMore = "Learn more...";
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter GettingStarted">
<ul class="TableOfContents">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Overview_block")%>">About the ONLYOFFICE and Chamilo integration</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#MainFeatures_block")%>">Main features</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#SupportedFormats_block")%>">Supported formats</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Whatsnew_block")%>">What's new</a></li>
</ul>
</li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#OnlineEditorsIntegration_block")%>">Connecting ONLYOFFICE Docs to Chamilo</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Install_block")%>">Installing the ONLYOFFICE Connector for Chamilo</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Update_block")%>">Updating the ONLYOFFICE Connector for Chamilo</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Configure_block")%>">Configuring the ONLYOFFICE Connector for Chamilo</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Disable_block")%>">Disabling the ONLYOFFICE Connector for Chamilo</a></li>
</ul>
</li>
<li>
<a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Chamilo</a>
</li>
</ul>
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/collaborative-editing/collaborative-editing.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/docker-version/docker-version.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/linux-version/linux-version.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/local-server/local-server.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/document-server/document-server.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/open-source-version/open-source-version.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/install-onlyoffice/install-onlyoffice.ascx" /></li>
</ul>
</div>
<div class="gs_content" id="Overview_block">
<h2>About the ONLYOFFICE and Chamilo integration</h2>
<div class="PortalHelp">
<p>ONLYOFFICE offers an official connector to integrate ONLYOFFICE Docs with Chamilo and edit office documents within the document library. You can download the ONLYOFFICE connector from the <a href="https://github.com/ONLYOFFICE/onlyoffice-chamilo" target="_blank"><b>GitHub page</b></a>.</p>
<div class="notehelp">
<p>To learn more about how the ONLYOFFICE connector for Chamilo works, please visit our <a href="https://api.onlyoffice.com/editors/chamilo" target="_blank"><b>API documentation</b></a>.</p>
</div>
<div class="gs_content gs_submenu" id="MainFeatures_block">
<h3>Main features</h3>
<p> </p>
<ul>
<li>Editing and viewing text documents, spreadsheets, and presentations.</li>
<li>Co-editing documents in real-time: two co-editing modes (Fast and Strict), the Track Changes mode, comments, and the built-in chat.</li>
<li><b>JWT support</b> to secure your traffic so that no one can have access to your documents with the exception of the users with proper rights.</li>
</ul>
</div>
<div class="gs_content gs_submenu" id="SupportedFormats_block">
<h3>Supported formats</h3>
<p> </p>
<ul>
<li>For editing and viewing: DOCX, PPTX, XLSX</li>
</ul>
</div>
<div class="gs_content gs_submenu" id="Whatsnew_block">
<h3>What's new in version 1.1.2</h3>
<p>Added</p>
<ul>
<li>Security filtering</li>
<li>Viewing option for DOCX, XLSX, PPTX formats</li>
<li>JWT support</li>
</ul>
<p>Changed</p>
<ul>
<li>Minor documentation style changes</li>
<li>Minor code style changes</li>
</ul>
<p>The full change log is available <a href="https://github.com/ONLYOFFICE/onlyoffice-chamilo/blob/master/CHANGELOG.md" target="_blank"><b>here</b></a>.</p>
</div>
</div>
</div>
<div class="gs_content" id="OnlineEditorsIntegration_block">
<h2>Connecting ONLYOFFICE Docs to Chamilo</h2>
<div class="gs_content gs_submenu" id="Requirements_block">
<h3>Requirements</h3>
<p> </p>
<ul>
<li>ONLYOFFICE Docs (Document Server) 6.2 or later
<p>You need an instance of ONLYOFFICE Docs that is resolvable and connectable both from Chamilo and any end clients. It must be able to POST to Chamilo directly.</p>
<div class="notehelp">
Please refer to the official <a href="https://helpcenter.onlyoffice.com/installation/docs-index.aspx" target="_blank"><b>documentation page</b></a> to learn more about installing ONLYOFFICE Docs.
</div>
</li>
<li>Chamilo v1.11.14 or later</li>
</ul>
<div class="notehelp">ONLYOFFICE Docs and Chamilo can be installed either on different computers, or on the same machine. In case you select the latter variant, you will need to set up a custom port for ONLYOFFICE Docs as by default both ONLYOFFICE Docs and Chamilo work on port 80. See the corresponding instructions for <a href="https://localhost/installation/docs-community-install-docker.aspx#Installing" target="_blank"><b>Docker</b></a>, <a href="https://localhost/installation/docs-community-install-ubuntu.aspx#InstallingDebian" target="_blank"><b>Ubuntu</b></a>, <a href="https://localhost/installation/docs-community-install-centos.aspx#ChangingPort" target="_blank"><b>CentOS</b></a>, or <a href="https://localhost/installation/docs-community-install-windows.aspx#InstallingDocumentServer" target="_blank"><b>Windows</b></a>.</div>
</div>
<div class="gs_content gs_submenu" id="Install_block">
<h3>Installing the ONLYOFFICE Connector for Chamilo</h3>
<div class="PortalHelp">
<p>Starting from Chamilo <b>v1.11.16</b>, the ONLYOFFICE connector is pre-installed. To enable it, perform the following steps:</p>
<ol>
<li>Go to the Chamilo <b>Administration</b> page and choose the <b>Plugins</b> section in the <b>Portal</b> block.</li>
<li>In the plugin list, select the ONLYOFFICE plugin and click the <b>Enable the selected plugins</b> button.</li>
</ol>
<div class="screen_block">
<img alt="ONLYOFFICE_connector" target="ONLYOFFICE_connector_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Chamilo/small/plugin_small.png")%>" />
<img alt="ONLYOFFICE_connector" id="ONLYOFFICE_connector_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Chamilo/big/plugin_big.png")%>" />
<div target="ONLYOFFICE_connector_1" class="screenphoto magnifier"></div>
</div>
<div class="notehelp">
<p>If your Chamilo version is <b>lower than 1.11.16</b>, please follow these instructions to install the ONLYOFFICE connector:</p>
<ol>
<li>Download the connector from the <a href="https://github.com/ONLYOFFICE/onlyoffice-chamilo/releases" target="_blank"><b>GitHub page</b></a>.</li>
<li>Go to Chamilo <b>Administration</b>, choose <b>Plugins</b> and click the <b>Upload plugin</b> button.</li>
<li>Upload the <i>onlyoffice.zip</i> file. You will see the plugin list.</li>
<li>Launch <i>composer install</i> using the terminal from the Chamilo root folder.</li>
<li>Return to the plugin list, select the ONLYOFFICE plugin, and click <b>Enable</b>.</li>
</ol>
</div>
</div>
</div>
<div class="gs_content gs_submenu" id="Update_block">
<h3>Updating the ONLYOFFICE connector for Chamilo</h3>
<p>To update the connector to the latest version, you need to replace the pre-installed default plugin folder with the newly collected plugin. </p>
<p><b>Step 1</b>: prepare the folder with the new version of the connector. </p>
<ul>
<li>You can download it from the <a href="https://github.com/ONLYOFFICE/onlyoffice-chamilo/releases" target="_blank"><b>GitHub page</b></a> and <b>unpack the archive</b>:
<pre><code>cd /tmp && wget https://github.com/ONLYOFFICE/onlyoffice-chamilo/releases/download/vX.X.X/onlyoffice.zip</code></pre>
<p>Where vX.X.X is the necessary connector version.</p>
<pre><code>unzip onlyoffice.zip</code></pre>
</li>
<li>Alternatively, you can <a href="https://github.com/ONLYOFFICE/onlyoffice-chamilo#collect-chamilo-onlyoffice-integration-plugin" target="_blank"><b>collect the connector</b></a>:
<ol>
<li>Get the latest version of this repository running the command:
<pre><code>git clone https://github.com/ONLYOFFICE/onlyoffice-chamilo
cd onlyoffice-chamilo</code></pre>
</li>
<li>Get a submodule:
<pre><code>git submodule update --init --recursive</code></pre>
</li>
<li>Collect all files:
<pre><code>mkdir /tmp/onlyoffice-deploy
mkdir /tmp/onlyoffice-deploy/onlyoffice
cp -r ./ /tmp/onlyoffice-deploy/onlyoffice
cd /tmp/onlyoffice-deploy/onlyoffice
rm -rf ./.git*
rm -rf */.git*
</code></pre>
</li>
</ol>
</li>
</ul>
<p><b>Step 2</b>: remove the old connector folder:</p>
<ol>
<li>Open the terminal in the root folder.</li>
<li>Remove the folder using the following command:
<pre><code>rm -rf /var/www/html/chamilo-x.x.x/plugin/onlyoffice</code></pre>
<p>Where <code>chamilo-x.x.x</code> is your Chamilo version.</p></li>
</ol>
<p><b>Step 3</b>: move the new connector folder to the <code>chamilo-x.x.x/plugin/</code> directory.</p>
<ol>
<li>Open the terminal in the root folder.</li>
<li>Move the folder using the following commands:
<pre><code>cp -r /tmp/onlyoffice-deploy/onlyoffice /var/www/html/chamilo-x.x.x/plugin/</code></pre>
<p>Where <code>chamilo-x.x.x</code> is your Chamilo version.</p>
</li>
</ol>
</div>
<div class="gs_content gs_submenu" id="Configure_block">
<h3>Configuring the ONLYOFFICE Connector for Chamilo</h3>
<div class="PortalHelp">
<p>On the <b>Plugins</b> page, find <b>ONLYOFFICE</b> and click <b>Configure</b>. You'll see the <b>Settings</b> page where you can configure the following parameters:</p>
<ul>
<li>Enter the address that is used to access Document Editing Service from Chamilo into the <b>Document Editing Service address</b> field.</li>
<li>Specify the secret used to sign the data in the <b>Secret Key</b> field. The secret key is used to validate the JSON web token upon the request to Document Server.
<p>The JWT configuration on the Document Server side can be found <a href="https://api.onlyoffice.com/editors/signature/" target="_blank"><b>here</b></a>.</p>
</li>
</ul>
<div class="notehelp">
<p>The JWT configuration on the ONLYOFFICE Docs side can be found in the following paths:</p>
<p>For Linux - /etc/onlyoffice/documentserver/local.json.</p>
<p>For Windows - %ProgramFiles%\ONLYOFFICE\DocumentServer\config\local.json.</p>
</div>
<div class="screen_block">
<img alt="ONLYOFFICE_configure" target="ONLYOFFICE_configure_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Chamilo/small/config_small.png")%>" />
<img alt="ONLYOFFICE_configure" id="ONLYOFFICE_configure_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Chamilo/big/config_big.png")%>" />
<div target="ONLYOFFICE_configure_1" class="screenphoto magnifier"></div>
</div>
</div>
</div>
<div class="gs_content gs_submenu" id="Disable_block">
<h3>Disabling the ONLYOFFICE connector for Chamilo</h3>
<p>If you need to disable the ONLYOFFICE connector:</p>
<ol>
<li>On the <b>Plugins</b> page, find <b>ONLYOFFICE</b> and click <b>Configure</b>.</li>
<li>Tick the <b>No</b> checkbox in the <b>Enable</b> section.</li>
</ol>
</div>
</div>
<div class="gs_content" id="StartUsing_block">
<h2>Start using ONLYOFFICE Docs within Chamilo</h2>
<div class="PortalHelp">
<p>To open a document for editing with the ONLYOFFICE Docs editor:</p>
<ol>
<li>Open the folder with the needed file.</li>
<li>Click the
<img alt="ChamiloOO edit icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/Integration/Chamilo/small/EditOO.png")%>" />
<b>Edit in ONLYOFFICE</b> icon to open the file in the editor for editing.
</li>
</ol>
<p>The document will be opened in the ONLYOFFICE Docs editor.</p>
<div class="screen_block">
<img alt="ONLYOFFICE_editfile" target="ONLYOFFICE_editfile_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Chamilo/small/main_small.png")%>" />
<img alt="ONLYOFFICE_editfile" id="ONLYOFFICE_editfile_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Chamilo/big/main_big.png")%>" />
<div target="ONLYOFFICE_editfile_1" class="screenphoto magnifier"></div>
</div>
<p>To change the document permission to read-only:</p>
<ol>
<li>Find the needed document.</li>
<li>Click the
<img alt="Chamilo edit icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/Integration/Chamilo/small/Edit.png")%>" />
<b>Edit</b> icon.</li>
<li>On the opened page, select the <b>Read only</b> checkbox.</li>
<li>Click the <b>Save document</b> button.</li>
</ol>
<div class="screen_block">
<img alt="ONLYOFFICE_readfile" target="ONLYOFFICE_readfile_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Chamilo/small/access_small.png")%>" />
<img alt="ONLYOFFICE_readfile" id="ONLYOFFICE_readfile_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Chamilo/big/access_big.png")%>" />
<div target="ONLYOFFICE_readfile_1" class="screenphoto magnifier"></div>
</div>
</div>
</div>
</div>

View File

@ -7,28 +7,35 @@
PageTitle = PageCaption = "Integration. Getting Started. Confluence";
MetaKeyWords = "integration, connector, online editing, confluence, edit, share, store";
MetaDescription = "Integrate ONLYOFFICE with Confluence collaboration software";
var guides = new GuidesModel();
guides.CaptionRelatedTips = "Related Tips & Tricks";
guides.Title = "Import Files from Other Sources";
guides.RelatedTips = "Do you have some documents stored in other web-sources like Zoho, Google Drive or Box? You can easily import them to the Documents module.";
guides.LearnMore = "Learn more...";
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter GettingStarted">
<div class="MainHelpCenter GettingStarted">
<ul class="TableOfContents">
<li><span class="gs_link gs_active" id="all">All</span></li>
<li><span class="gs_link" id="Overview">Overview</span></li>
<li><span class="gs_link" id="OnlineEditorsIntegration">Online editors integration</span>
<ul class="TableOfContentsSub">
<li><span class="gs_link" id="ServerInstallation">Installing ONLYOFFICE Docs with Confluence</span></li>
<li><span class="gs_link" id="ServerInstallationCloudrone">Installing ONLYOFFICE Docs with Confluence on Cloudron</span></li>
</ul>
</li>
<li>
<a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#Overview_block")%>">About the ONLYOFFICE and Confluence integration</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#MainFeatures_block")%>">Main features</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#SupportedFormats_block")%>">Supported formats</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#Whatsnew_block")%>">What's new</a></li>
</ul>
</li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#OnlineEditorsIntegration_block")%>">Connecting ONLYOFFICE Docs to Confluence</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#Requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#Install_block")%>">Installing the ONLYOFFICE Connector for Confluence from the Atlassian Marketplace</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#Configure_block")%>">Configuring the ONLYOFFICE Connector for Confluence</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#Demo_block")%>">Connecting to the demo ONLYOFFICE Docs</a></li>
</ul>
</li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Confluence</a>
</li>
</ul>
<div class="keyword_block">
<ul>
@ -42,213 +49,157 @@
</ul>
</div>
<div class="gs_content" id="Overview_block">
<h2>Overview</h2>
<h2>About the ONLYOFFICE and Confluence integration</h2>
<div class="PortalHelp">
<p>Integrating ONLYOFFICE with Confluence open and shared workspace through a connector, available in the official <a href="https://marketplace.atlassian.com/apps/1218214/onlyoffice-connector-for-confluence" target="_blank"><b>Atlassian Marketplace</b></a> or on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-confluence" target="_blank"><b>GitHub page</b></a>, allows you to edit Office documents within the document library.</p>
<p>ONLYOFFICE app adds the following features:</p>
<p>ONLYOFFICE offers an official connector to integrate ONLYOFFICE Docs with Confluence and edit office documents within the document library. You can install the ONLYOFFICE connector from the <a href="https://marketplace.atlassian.com/apps/1218214/onlyoffice-connector-for-confluence" target="_blank"><b>Atlassian Marketplace</b></a> or download it from the <a href="https://github.com/ONLYOFFICE/onlyoffice-confluence" target="_blank"><b>GitHub page</b></a>. The application is distributed under the Apache license.</p>
<div class="notehelp">
To learn more about how it works and how to compile the ONLYOFFICE connector for Confluence, please visit our <a href="https://api.onlyoffice.com/editors/confluence" target="_blank"><b>API documentation</b></a>.
</div>
<div class="gs_content gs_submenu" id="MainFeatures_block">
<h3>Main features</h3>
<p> </p>
<ul>
<li>Creating a new <b>Edit in ONLYOFFICE</b> option within the document library for Office documents. This allows multiple users to collaborate in real time and to save back those changes to Confluence.</li>
<li>Co-editing documents in real-time: use two co-editing modes (Fast and Strict), Track Changes, comments, and built-in chat.</li>
<li>Editing and viewing the following formats: DOCX, PPTX, XLSX. In addition, the edited files of the corresponding type can be converted into the Open Office XML formats: ODT, DOC, ODP, PPT, ODS, XLS.</li>
<li>Creating text documents, spreadsheets, and presentations using the <b>New document</b> option.</li>
<li>Editing and viewing documents with the <b>Edit in ONLYOFFICE</b> option.</li>
<li>Co-editing documents in real-time: two co-editing modes (Fast and Strict), Track Changes, comments, and a built-in chat.</li>
<li><b>JWT support</b> to secure your traffic so that no one, besides the users with proper rights, can have access to your documents.</li>
</ul>
<p>Would like to install Confluence along with the ONLYOFFICE Office suite on your computer for development or a test-drive? Then you should use our <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#ServerInstallation_block")%>"><b>installation guide</b></a> for Linux-based systems or use <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/integration/Confluence.aspx#ServerInstallationCloudrone_block")%>"><b>Cloudron</b></a> application platform, so you can get you a complete view of the ONLYOFFICE Docss functionality and features.</p>
<p>Visit our <a href="https://api.onlyoffice.com/editors/confluence" target="_blank"><b>For Developers</b></a> page to find out more about the ONLYOFFICE Connector for Confluence in details.</p>
</div>
<div class="gs_content gs_submenu" id="SupportedFormats_block">
<h3>Supported formats</h3>
<p> </p>
<ul>
<li>For creating, editing and viewing: DOCX, PPTX, XLSX</li>
<li>For editing via conversion to OOXML: ODT, DOC, ODP, PPT, ODS, XLS</li>
<li>For viewing only: PDF</li>
</ul>
</div>
<div class="gs_content gs_submenu" id="Whatsnew_block">
<h3>What's new in version 3.0.1</h3>
<p>Added</p>
<ul>
<li>Compatibility with Confluence v7.13</li>
</ul>
<%--<h3>What's new in version 3.0.0</h3>
<p>Added</p>
<ul>
<li>Compatibility with Confluence Data Center</li>
</ul>
<p>Changed</p>
<ul>
<li>Compatibility with Confluence 7.12</li>
<li>JWT validation improved</li>
</ul>--%>
<p>The full change log is available <a href="https://github.com/ONLYOFFICE/onlyoffice-confluence/blob/master/CHANGELOG.md" target="_blank"><b>here</b></a>.</p>
</div>
</div>
</div>
<div class="gs_content" id="OnlineEditorsIntegration_block">
<h2>Online editors integration</h2>
<div class="PortalHelp">
<p>This <a href="https://github.com/ONLYOFFICE/onlyoffice-confluence" target="_blank"><b>plugin</b></a> enables users to edit office documents from <a href="https://www.atlassian.com/software/confluence" target="_blank"><b>Confluence</b></a> using ONLYOFFICE Docs.</p>
</div>
<h2>Connecting ONLYOFFICE Docs to Confluence</h2>
<div class="gs_content gs_submenu" id="Requirements_block">
<h3>Requirements</h3>
<p> </p>
<ul>
<li>ONLYOFFICE Docs (Document Server) 5.9.4 or later
<p>You need an instance of ONLYOFFICE Docs that is resolvable and connectable both from Confluence and any end clients. It must be able to POST to Confluence directly.</p>
<div class="notehelp">
Please refer to the official <a href="https://helpcenter.onlyoffice.com/installation/docs-index.aspx" target="_blank"><b>documentation page</b></a> to learn more about installing ONLYOFFICE Docs.
</div>
</li>
<li>Confluence Data Center 6.13.1 - 7.13 or Confluence Server 6.13.1 - 7.13</li>
</ul>
</div>
<h3>Install ONLYOFFICE Docs</h3>
<div class="gs_content gs_submenu" id="Install_block">
<h3>Installing the ONLYOFFICE Connector for Confluence from the Atlassian Marketplace</h3>
<div class="PortalHelp">
<p>You will need an instance of ONLYOFFICE Docs that is resolvable and connectable both from Confluence and any end clients (version 3.0 and later are supported for use with the app).
If that is not the case, use the official ONLYOFFICE Docs documentation page: <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-community-install-ubuntu.aspx")%>"><b>ONLYOFFICE Docs for Linux</b></a>.
ONLYOFFICE Docs must also be able to POST to Confluence directly.</p>
<p>The easiest way to start an instance of ONLYOFFICE Docs is to use <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/document/docker-compose.aspx")%>"><b>Docker Compose</b></a>.</p>
</div>
<h3>Installing ONLYOFFICE Connector for Confluence from Atlassian Marketplace</h3>
<div class="PortalHelp">
<p>You can download the latest connector version from the <a href="https://marketplace.atlassian.com/apps/1218214/onlyoffice-connector-for-confluence?hosting=server&tab=overview" target="_blank"><b>official Atlassian Marketplace</b></a>. This is done the following way:</p>
<ul>
<p>You can download the latest connector version from the <a href="https://marketplace.atlassian.com/apps/1218214/onlyoffice-connector-for-confluence?hosting=server&tab=overview" target="_blank"><b>official Atlassian Marketplace</b></a>. To do so, please follow these steps:</p>
<ol>
<li>Log into your Confluence instance as an administrator.</li>
<li>Click the admin drop-down box and choose <b>Manage apps</b>. The <b>Manage apps</b> screen will load.</li>
<li>Click <b>Find new apps</b> from the left-hand side of the page.</li>
<li>Locate <b>ONLYOFFICE Connector for Confluence</b> via search. Results will include the add-on versions compatible with your Confluence instance.</li>
<li>Click <b>Install</b> to download and install your application.
<div class="screen_block">
<img alt="ONLYOFFICE_connector" target="ONLYOFFICE_connector_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/small/connector.png")%>" />
<img alt="ONLYOFFICE_connector" id="ONLYOFFICE_connector_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/big/connector.png")%>" />
<li>Click the admin drop-down box and choose <b>Manage apps</b>. The <b>Manage apps</b> screen will appear.</li>
<li>Click <b>Find new apps</b> on the left-hand side of the page.</li>
<li>Locate <b>ONLYOFFICE Connector for Confluence</b> via search. Results will include the add-on versions compatible with your Confluence instance.</li>
<li>Click <b>Install</b> to download and install your application. </li>
</ol>
<div class="screen_block">
<img alt="ONLYOFFICE_connector" target="ONLYOFFICE_connector_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/small/market_small.png")%>" />
<img alt="ONLYOFFICE_connector" id="ONLYOFFICE_connector_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/big/market_big.png")%>" />
<div target="ONLYOFFICE_connector_1" class="screenphoto magnifier"></div>
</div>
</li>
<li>Now you can click <b>Close</b> in the <b>Installed and ready to go</b> dialog.</li>
</ul>
</div>
</div>
</div>
<h3>Configuring ONLYOFFICE Connector for Confluence</h3>
<div class="gs_content gs_submenu" id="Configure_block">
<h3>Configuring the ONLYOFFICE Connector for Confluence</h3>
<div class="PortalHelp">
<p>Find the uploaded <b>ONLYOFFICE Connector for Confluence</b> on the <i>Manage apps</i> page. Click <i>Configure</i> and specify the following parametrs:</p>
<ul>
<li><b>Document Server</b> - the URL address on which the Document Editing Server is installed (e.g. <i>https://documentserver</i>).</li>
<li><b>JWS Secret</b> - specify the secret used to sign the data. It is the secret to validate the JSON web token in the request to Document Server.
<p>The JWT configuration on the Document Server side can be found <a target="_blank" href="https://api.onlyoffice.com/editors/signature/"><b>here</b></a>.</p>
<div class="screen_block">
<img alt="Configure_menu" target="Confgure_menu_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/small/configure.png")%>" />
<img alt="Configure_menu" id="Confgure_menu_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/big/configure.png")%>" />
<div target="Confgure_menu_1" class="screenphoto magnifier"></div>
</div>
</li>
</ul>
</div>
</div>
<div class="gs_content" id="ServerInstallation_block">
<h2>Installing ONLYOFFICE Docs with Confluence</h2>
<div class="PortalHelp">
<p>This guide will help you install, run and use the functionality of the Confluence server along with the ONLYOFFICE Docs and properly configure it, so that you can easily create new and edit existing files saved in your Atlassian account. Confluence server and ONLYOFFICE office suite can not only be deployed on the Internet but also on your own computer for development or a test drive.</p>
</div>
<h3>Install ONLYOFFICE Docs</h3>
<div class="PortalHelp">
<p>You will need an instance of ONLYOFFICE Docs that is resolvable and connectable both from Confluence and any end clients (version 5.9.4 and later are supported for use with the app).
If that is not the case, use the official ONLYOFFICE Docs documentation page: <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-community-install-ubuntu.aspx")%>"><b>ONLYOFFICE Docs for Linux</b></a>.
ONLYOFFICE Docs must also be able to POST to Confluence directly.</p>
<p>The easiest way to start an instance of ONLYOFFICE Docs is to use <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-community-docker-compose.aspx")%>"><b>Docker Compose</b></a>.</p>
</div>
<h3>Download and install Confluence Server</h3>
<div class="PortalHelp">
<p>Click <a href="https://www.atlassian.com/software/confluence/download" target="_blank"><b>here</b></a> to download most suitable installation option of the Confluence Server for you and follow <a href="https://confluence.atlassian.com/doc/confluence-installation-guide-135681.html" target="_blank"><b>this instruction</b></a> to properly install and configure it.</p>
</div>
<h3>Installing ONLYOFFICE Connector for Confluence from Atlassian Marketplace</h3>
<div class="PortalHelp">
<p>You can download the latest connector version from the <a href="https://marketplace.atlassian.com/apps/1218214/onlyoffice-connector-for-confluence?hosting=server&tab=overview" target="_blank"><b>official Atlassian Marketplace</b></a>. This is done the following way:</p>
<ul>
<li>Log into your Confluence instance as an administrator.</li>
<li>Click the admin drop-down box and choose <b>Manage apps</b>. The <b>Manage apps</b> screen will load.</li>
<li>Click <b>Find new apps</b> from the left-hand side of the page.</li>
<li>Locate <b>ONLYOFFICE Connector for Confluence</b> via search. Results will include the add-on versions compatible with your Confluence instance.</li>
<li>Click <b>Install</b> to download and install your application.
<div class="screen_block">
<img alt="ONLYOFFICE_connector" target="ONLYOFFICE_connector_2" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/small/connector.png")%>" />
<img alt="ONLYOFFICE_connector" id="ONLYOFFICE_connector_2" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/big/connector.png")%>" />
<div target="ONLYOFFICE_connector_2" class="screenphoto magnifier"></div>
</div>
</li>
<li>Now you can click <b>Close</b> in the <b>Installed and ready to go</b> dialog.</li>
</ul>
</div>
<h3>Compiling ONLYOFFICE Connector for Confluence</h3>
<div class="PortalHelp">
<p>If you want to compile ONLYOFFICE Connector for Confluence, then the following tools and packages must be installed:</p>
<ul>
<li>1.8.X of the Oracle Java SE Development Kit 8,</li>
<li>Atlassian Plugin SDK (<a href="https://developer.atlassian.com/server/framework/atlassian-sdk/set-up-the-atlassian-plugin-sdk-and-build-a-project/" target="_blank"><b>official instructions</b></a>),</li>
<li><a href="https://developer.atlassian.com/server/framework/atlassian-sdk/set-up-the-atlassian-plugin-sdk-and-build-a-project/" target="_blank"><b>Atlas-package</b></a>.</li>
</ul>
<p>Upload the compiled <b>target/onlyoffice-confluence-plugin-*.jar</b> to Confluence on the <i>Manage apps</i> page.</p>
<p>The latest compiled package files are available on our <a href="https://github.com/onlyoffice/onlyoffice-confluence/releases" target="_blank"><b>github</b></a> page and on the <a href="https://marketplace.atlassian.com/apps/1218214/onlyoffice-connector-for-confluence?hosting=server&tab=overview" target="_blank"><b>Marketplace</b></a>.</p>
</div>
<h3>Configuring ONLYOFFICE Connector for Confluence</h3>
<div class="PortalHelp">
<p>Find the uploaded <b>ONLYOFFICE Connector for Confluence</b> on the <i>Manage apps</i> page. Click <i>Configure</i> and specify the following parametrs:</p>
<p>Go to <b>Confluence administration</b> -> <b>Manage apps</b>> -> <b>ONLYOFFICE Connector for Confluence</b> -> <b>Configure</b>:</p>
<ul>
<li><b>Document Server</b> - the URL address on which the Document Editing Server is installed (e.g. <i>https://documentserver</i>).</li>
<li><b>JWS Secret</b> - specify the secret used to sign the data. It is the secret to validate the JSON web token in the request to Document Server.
<p>The JWT configuration on the Document Server side can be found <a target="_blank" href="https://api.onlyoffice.com/editors/signature/"><b>here</b></a>.</p>
<div class="screen_block">
<img alt="Configure_menu" target="Configure_menu_2" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/small/configure.png")%>" />
<img alt="Configure_menu" id="Configure_menu_2" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/big/configure.png")%>" />
<div target="Configure_menu_2" class="screenphoto magnifier"></div>
</div>
<li><b>Document Server</b> - specify the URL address where ONLYOFFICE Docs is installed (e.g. <i>https://documentserver</i>).</li>
<li><b>Secret key</b> - specify the JWT secret used to sign the data. It is the secret to validate the JSON web token upon the request to Document Server.
<p>The JWT configuration on the Document Server side can be found <a href="https://api.onlyoffice.com/editors/signature/" target="_blank"><b>here</b></a>.</p>
</li>
</ul>
</div>
<div class="notehelp">
<p>The JWT configuration on the ONLYOFFICE Docs side can be found in the following paths:</p>
<p>For Linux - /etc/onlyoffice/documentserver/local.json.</p>
<p>For Windows - %ProgramFiles%\ONLYOFFICE\DocumentServer\config\local.json.</p>
</div>
<p><b>Advanced server settings:</b></p>
<ul>
<li><b>Server address for internal requests from the Document Editing Service</b> - address that is used to access the Confluence server from the Document Editing Service.</li>
<li><b>Document Editing Service address for internal requests from the server</b> - address that is used to access the Document Editing Service from the Confluence server. </li>
</ul>
<div class="screen_block">
<img alt="ONLYOFFICE_configure" target="ONLYOFFICE_configure_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/small/config_small.png")%>" />
<img alt="ONLYOFFICE_configure" id="ONLYOFFICE_configure_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/big/config_big.png")%>" />
<div target="ONLYOFFICE_configure_1" class="screenphoto magnifier"></div>
</div>
<div class="gs_content gs_submenu" id="Demo_block">
<h3>Connecting to the demo ONLYOFFICE Docs</h3>
<p>If you would like to test the ONLYOFFICE online editors within Confluence without actual installation of ONLYOFFICE Docs, go to <b>Confluence administration</b> -> <b>Manage apps</b> -> <b>ONLYOFFICE Connector for Confluence</b> -> <b>Configure</b>, tick the <b>Connect to demo ONLYOFFICE Document Server</b> checkbox and click the <b>Save</b> button.</p>
<div class="notehelp">This is a public test server that will be available during a 30-day period. Don't use your sensitive data there.</div>
</div>
</div>
</div>
</div>
<div class="gs_content" id="ServerInstallationCloudrone_block">
<h2>Installing ONLYOFFICE Docs with Confluence on Cloudron</h2>
<div class="gs_content" id="StartUsing_block">
<h2>Start using ONLYOFFICE Docs within Confluence</h2>
<div class="PortalHelp">
<p><a href="https://cloudron.io/" target="blank"><b>Cloudron</b></a> is a platform that offers sysadmin inside for self-hosted open-source tools and allows installing, managing and securing web apps on your server with less effort.</p>
<p>This guide will show you how to easily run ONLYOFFICE in combination with Confluence on a Cloudron instance.</p>
<p>To create a file:</p>
<ol>
<li>Open the page where you need to create a file.</li>
<li>Click the <b>New document</b> button.</li>
<li>Choose the needed file type.</li>
<li>Enter the file name in the text field near the file type icon.</li>
<li>Click the
<img alt="Confluence save object icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/Integration/Confluence/small/savefileicon.png")%>" />
<b>Save</b> button.
</li>
</ol>
<p>The document will be opened in the ONLYOFFICE Docs editor.</p>
<img alt="ONLYOFFICE_newfile" target="ONLYOFFICE_newfile_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/small/new_small.png")%>" />
<img alt="ONLYOFFICE_newfile" id="ONLYOFFICE_newfile_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/big/new_big.png")%>" />
<div target="ONLYOFFICE_newfile_1" class="screenphoto magnifier"></div>
<p>To edit or view a document</p>
<ol>
<li>Find the needed file.</li>
<li>Click the <b>Edit in ONLYOFFICE</b> button.</li>
</ol>
<p>The document will be opened in the ONLYOFFICE editor.</p>
<p>To co-edit a document, the authorized users should open the same file together.</p>
<img alt="ONLYOFFICE_editfile" target="ONLYOFFICE_editfile_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/small/edit_small.png")%>" />
<img alt="ONLYOFFICE_editfile" id="ONLYOFFICE_editfile_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/big/edit_big.png")%>" />
<div target="ONLYOFFICE_editfile_1" class="screenphoto magnifier"></div>
</div>
<h3>Installing and configuring Cloudron on your server</h3>
<div class="PortalHelp">
<p>Create a fresh Ubuntu Bionic 18.04 x64 server and run the following commands:</p>
<pre><code>wget https://cloudron.io/cloudron-setup
chmod +x ./cloudron-setup
./cloudron-setup --provider &ltdigitalocean | hetzner | generic | ovh ...]</code></pre>
<p>Once done, proceed to <code>https://&ltIP&gt</code> in your browser and accept the self-signed certificate.</p>
<p>In the appeared Cloudron setup wizard, provide a domain like <code>example.com</code>.</p>
<p>Select the DNS service in which the domain is hosted from the drop-down list and enter the necessary info (such as API key, token, etc.). In case your hosting service is not on the list, domain setup can be done manually.</p>
<p>Once DNS setup is complete, youre redirected to <code>https://my.example.com</code>. Create a Cloudron admin account: enter administrator <em>user name</em>, <em>email</em> and <em>password</em>.</p>
</div>
<h3>Installing ONLYOFFICE on Cloudron</h3>
<div class="PortalHelp">
<p>Go to the Cloudron App Store, find and install <a href="https://cloudron.io/store/com.onlyoffice.coudronapp.html" target="_blank"><b>ONLYOFFICE app</b></a> on your server with Cloudron.</p>
</div>
<h3>Installing Confluence on Cloudron</h3>
<div class="PortalHelp">
<p>Go to the Cloudron App Store, find and install <a href="https://cloudron.io/store/com.atlassian.confluence.html" target="_blank"><b>Confluence app</b></a> on your server with Cloudron.</p>
</div>
<h3>Installing ONLYOFFICE Connector for Confluence from Atlassian Marketplace</h3>
<div class="PortalHelp">
<p>You can download the latest connector version from the <a href="https://marketplace.atlassian.com/apps/1218214/onlyoffice-connector-for-confluence?hosting=server&tab=overview" target="_blank"><b>official Atlassian Marketplace</b></a>. This is done the following way:</p>
<ul>
<li>Log into your Confluence instance as an administrator.</li>
<li>Click the admin drop-down box and choose <b>Manage apps</b>. The <b>Manage apps</b> screen will load.</li>
<li>Click <b>Find new apps</b> from the left-hand side of the page.</li>
<li>Locate <b>ONLYOFFICE Connector for Confluence</b> via search. Results will include the add-on versions compatible with your Confluence instance.</li>
<li>Click <b>Install</b> to download and install your application.
<div class="screen_block">
<img alt="ONLYOFFICE_connector" target="ONLYOFFICE_connector_3" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/small/connector.png")%>" />
<img alt="ONLYOFFICE_connector" id="ONLYOFFICE_connector_3" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/big/connector.png")%>" />
<div target="ONLYOFFICE_connector_3" class="screenphoto magnifier"></div>
</div>
</li>
<li>Now you can click <b>Close</b> in the <b>Installed and ready to go</b> dialog.</li>
</ul>
</div>
<h3>Configuring ONLYOFFICE Connector for Confluence</h3>
<div class="PortalHelp">
<p>Find the uploaded <b>ONLYOFFICE Connector for Confluence</b> on the <i>Manage apps</i> page. Click <i>Configure</i> and specify the following parametrs:</p>
<ul>
<li><b>Document Server</b> - the URL address on which the Document Editing Server is installed (e.g. <i>https://documentserver</i>).</li>
<li><b>JWS Secret</b> - specify the secret used to sign the data. It is the secret to validate the JSON web token in the request to Document Server.
<p>The JWT configuration on the Document Server side can be found <a target="_blank" href="https://api.onlyoffice.com/editors/signature/"><b>here</b></a>.</p>
<div class="screen_block">
<img alt="" target="Configure_menu_3" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/small/configure.png")%>" />
<img alt="Configure_menu" id="Configure_menu_3" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/big/configure.png")%>" />
<div target="Configure_menu_3" class="screenphoto magnifier"></div>
</div>
</li>
</ul>
</div>
<h3>Compiling ONLYOFFICE Connector for Confluence</h3>
<div class="PortalHelp">
<p>If you want to compile ONLYOFFICE Connector for Confluence, then the following tools and packages must be installed:</p>
<ul>
<li>1.8.X of the Oracle Java SE Development Kit 8,</li>
<li>Atlassian Plugin SDK (<a href="https://developer.atlassian.com/server/framework/atlassian-sdk/set-up-the-atlassian-plugin-sdk-and-build-a-project/" target="_blank"><b>official instructions</b></a>),</li>
<li><a href="https://developer.atlassian.com/server/framework/atlassian-sdk/set-up-the-atlassian-plugin-sdk-and-build-a-project/" target="_blank"><b>Atlas-package</b></a>.</li>
</ul>
<p>Upload the compiled <b>target/onlyoffice-confluence-plugin-*.jar</b> to Confluence on the <i>Manage apps</i> page.</p>
<p>The latest compiled package files are available on our <a href="https://github.com/onlyoffice/onlyoffice-confluence/releases" target="_blank"><b>github</b></a> page and on the <a href="https://marketplace.atlassian.com/apps/1218214/onlyoffice-connector-for-confluence?hosting=server&tab=overview" target="_blank"><b>Marketplace</b></a>.</p>
</div>
</div>
</div>
</div>
</div>

View File

@ -7,23 +7,33 @@
PageTitle = PageCaption = "Integration. Getting Started. Liferay";
MetaKeyWords = "integration, connector, online editing, liferay, edit, share, store";
MetaDescription = "Integrate ONLYOFFICE with Liferay digital experience platform software";
var guides = new GuidesModel();
guides.CaptionRelatedTips = "Related Tips & Tricks";
guides.Title = "Import Files from Other Sources";
guides.RelatedTips = "Do you have some documents stored in other web-sources like Zoho, Google Drive or Box? You can easily import them to the Documents module.";
guides.LearnMore = "Learn more...";
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter GettingStarted">
<ul class="TableOfContents">
<li><span class="gs_link gs_active" id="all">All</span></li>
<li><span class="gs_link" id="Overview">Overview</span></li>
<li><span class="gs_link" id="OnlineEditorsIntegration">Online editors integration</span></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#Overview_block")%>">About the ONLYOFFICE and Liferay integration</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#MainFeatures_block")%>">Main features</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#SupportedFormats_block")%>">Supported formats</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#Whatsnew_block")%>">What's new</a></li>
</ul>
</li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#OnlineEditorsIntegration_block")%>">Online editors integration</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#Requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#Install_block")%>">Installing the ONLYOFFICE connector for Liferay</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#Configure_block")%>">Configuring the Liferay and ONLYOFFICE integration application</a></li>
</ul>
</li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Liferay</a>
</li>
</ul>
<div class="keyword_block">
<ul>
@ -38,34 +48,144 @@
</div>
<div class="gs_content" id="Overview_block">
<h2>Overview</h2>
<h2>About the ONLYOFFICE and Liferay integration</h2>
<div class="PortalHelp">
<p>Integrating ONLYOFFICE with Liferay digital experience platform through a connector, available in <a href="https://web.liferay.com/marketplace/-/mp/application/171169174" target="_blank"><b>Liferay Marketplace</b></a> or on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-liferay" target="_blank"><b>GitHub page</b></a>, allows you to edit Office documents within the document library.</p>
<p>ONLYOFFICE Connector for Liferay adds the following features:</p>
<p>ONLYOFFICE offers an official connector to integrate ONLYOFFICE Docs with Liferay and edit office documents inside Liferay Document and Media Library. You can download the ONLYOFFICE connector from the <a href="https://web.liferay.com/marketplace/-/mp/application/171169174" target="_blank"><b>Liferay Marketplace</b></a> or from the <a href="https://github.com/ONLYOFFICE/onlyoffice-liferay" target="_blank"><b>GitHub page</b></a>. The connector is distributed under the Apache license.</p>
<div class="notehelp">
To learn more about how the ONLYOFFICE connector for Liferay works , please visit our <a href="https://api.onlyoffice.com/editors/liferay" target="_blank"><b>API documentation</b></a> page.
</div>
<div class="gs_content gs_submenu" id="MainFeatures_block">
<h3>Main features</h3>
<p> </p>
<ul>
<li>A new <b>ONLYOFFICE Edit/View</b> menu option within the <em>Documents and Media</em> section for Office documents.</li>
<li>Co-editing documents in real-time: use two co-editing modes (Fast and Strict), Track Changes, comments, and built-in chat.</li>
<li>Editing the following formats: DOCX, XLSX, PPT. These are also available for viewing in PDF together with ODT, ODS, ODP, DOC, XLS, PPT formats.</li>
<li>Creating files using the <b>Create with ONLYOFFICE</b> menu option.</li>
<li>Viewing and editing existing text documents, spreadsheets, or presentations using the <b>ONLYOFFICE Edit/View</b> menu option within the <b>Documents and Media</b> section.</li>
<li>Co-editing documents in real-time: two co-editing modes (Fast and Strict), Track Changes, comments, and the built-in chat.</li>
<li><b>JWT support</b> to secure your traffic so that no one can have access to your documents with the exception of the users with proper rights</li>
</ul>
<p>Visit our For <a href="https://api.onlyoffice.com/editors/liferay" target="_blank"><b>Developers page</b></a> to find out more about the ONLYOFFICE Connector for Liferay and how it works in details.</p>
</div>
<div class="gs_content gs_submenu" id="SupportedFormats_block">
<h3>Supported formats</h3>
<p> </p>
<ul>
<li>For creating, editing and viewing: DOCX, PPTX, XLSX</li>
<li>For editing via conversion to OOXML: ODT, DOC, RTF, TXT, ODP, PPT, ODS, XLS, CSV</li>
<li>For viewing only: PDF, ODT, ODS, ODP, DOC, XLS, PPT</li>
</ul>
</div>
<div class="gs_content gs_submenu" id="Whatsnew_block">
<h3>What's new in version 2.0.0</h3>
<p>Added</p>
<ul>
<li>Ability to create documents</li>
<%--<li>Desktop mode</li>--%>
<li>Go back from the editor</li>
<li>DE, ES, FR, IT, PT_BR, RU translations</li>
</ul>
<p>Changed</p>
<ul>
<li>Apache license</li>
</ul>
<p>The full change log is available <a href="https://github.com/ONLYOFFICE/onlyoffice-liferay/blob/master/CHANGELOG.md" target="_blank"><b>here</b></a>.</p>
</div>
</div>
</div>
<div class="gs_content" id="OnlineEditorsIntegration_block">
<h2>Online editors integration</h2>
<h3>Installing Liferay ONLYOFFICE integration app</h3>
<h2>Connecting ONLYOFFICE Docs to Liferay</h2>
<div class="PortalHelp">
<p>This <a href="https://github.com/ONLYOFFICE/onlyoffice-liferay" target="_blank"><b>app</b></a> enables users to edit office documents from <a href="https://www.liferay.com/" target="_blank"><b>Liferay</b></a> using ONLYOFFICE Docs.</p>
<div class="gs_content gs_submenu" id="Requirements_block">
<h3>Requirements</h3>
<p> </p>
<ul>
<li>ONLYOFFICE Docs (Document Server) 5.9.4 or later
<p>You need an instance of ONLYOFFICE Docs that is resolvable and connectable both from Liferay and any end clients. It must be able to POST to Liferay directly.</p>
<div class="notehelp">
Please refer to the official <a href="https://helpcenter.onlyoffice.com/installation/docs-index.aspx" target="_blank"><b>documentation page</b></a> to learn more about installing ONLYOFFICE Docs.
</div>
</li>
</ul>
</div>
<div class="gs_content gs_submenu" id="Install_block">
<h3>Installing the ONLYOFFICE Connector for Liferay from the Liferay App Store</h3>
<p>You can install the ONLYOFFICE connector using the App Manager or from the official Liferay App Store.</p>
<p>To install it using the App Manager:</p>
<ol>
<li>Navigate to <b>Control Panel</b> -> <b>Apps</b> -> <b>App Manager</b>.</li>
<li>Click the <img alt="Liferay options icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/Integration/Liferay/small/optionsicon.png")%>" /> <b>Options</b> button.</li>
<li>Click the <b>Upload</b> button.</li>
<li>In the opened window, choose the <b>ONLYOFFICE</b> application file.</li>
</ol>
<p>To install the connector from the App Store:</p>
<ol>
<li>Navigate to <b>Control Panel</b> -> <b>Apps</b> -> <b>Store</b>.</li>
<li>Sign in with your Liferay account.</li>
<li>Search the ONLYOFFICE Connector for Liferay.</li>
<li>Purchase the application (it is free).</li>
</ol>
<p>When the installation is completed, the application is ready for use.</p>
</div>
</div>
<h3>Configuring Liferay ONLYOFFICE integration app</h3>
<div class="gs_content gs_submenu" id="Configure_block">
<h3>Configuring the Liferay and ONLYOFFICE integration application</h3>
<div class="PortalHelp">
<p>In order to configure the app you must navigate to <b>System Settings</b> <code>(Control Panel -> Configuration -> System Settings)</code>. In <b>Platform</b> section click on <b>Connectors</b> category and select ONLYOFFICE.</p>
<p>Go to <b>Control Panel</b> -> <b>Configuration</b> -> <b>System Settings</b>. In the <b>Platform section</b>, choose the <b>Connectors</b> category and select <b>ONLYOFFICE</b>.</p>
<div class="screen_block">
<img alt="ONLYOFFICE_configure" target="ONLYOFFICE_configure_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Liferay/small/config_small.png")%>" />
<img alt="ONLYOFFICE_configure" id="ONLYOFFICE_configure_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Liferay/big/config_big.png")%>" />
<div target="ONLYOFFICE_configure_1" class="screenphoto magnifier"></div>
</div>
<p>Here you can configure the following settings:</p>
<ul>
<li><b>Document Editing Service address</b> - specify the URL address where Document Editing Service is installed.</li>
<li><b>Document Editing Service inner address</b> - specify the address that is used to access Document Editing Service from Liferay.</li>
<li><b>Liferay address</b> - specify the address that is used to access Liferay from Document Editing Service.</li>
<li><b>JWT Secret</b> - specify the secret used to sign the data. The secret is used to validate the JSON web token upon the request to Document Server. The JWT configuration on the Document Server side can be found <a href="https://api.onlyoffice.com/editors/signature/" target="_blank"><b>here</b></a>.</li>
</ul>
<p>After configuring the integration application, click the <b>Save</b> button to apply the changes.</p>
</div>
</div>
</div>
<h3>Compiling Liferay ONLYOFFICE integration app</h3>
<div class="PortalHelp">
<p>Simply run <code>gradle build</code>. Output .jar will be placed inside <code>build/libs</code> directory.</p>
</div>
<div class="gs_content gs_submenu" class="gs_content" id="StartUsing_block">
<h2>Start using ONLYOFFICE Docs within Liferay</h2>
<div class="PortalHelp">
<p>To create a file:</p>
<ol>
<li>Go to the <b>Documents and Media</b> section.</li>
<li>Click the <img alt="Liferay create icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/Integration/Liferay/small/createicon.png")%>" /> <b>Add File</b> button.</li>
<li>In the opened menu, click the <b>Create with ONLYOFFICE</b> button.
<div class="screen_block">
<img alt="ONLYOFFICE_create" target="ONLYOFFICE_create_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Liferay/small/create_small.png")%>" />
<img alt="ONLYOFFICE_create" id="ONLYOFFICE_create_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Liferay/big/create_big.png")%>" />
<div target="ONLYOFFICE_create_1" class="screenphoto magnifier"></div>
</div>
</li>
<li>On the opened page, choose the file type, specify its title and description (optionally).</li>
<li>Click the <b>Save</b> button.</li>
</ol>
<div class="screen_block">
<img alt="ONLYOFFICE_create2" target="ONLYOFFICE_create2_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Liferay/small/create2_small.png")%>" />
<img alt="ONLYOFFICE_create2" id="ONLYOFFICE_create2_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Liferay/big/create2_big.png")%>" />
<div target="ONLYOFFICE_create2_1" class="screenphoto magnifier"></div>
</div>
<p>To edit a file:</p>
<ol>
<li>Find the needed file in the <b>Documents and Media</b> section.</li>
<li>Click the document.</li>
<li>In the opened menu, click the <b>Edit in ONLYOFFFICE</b> button.</li>
</ol>
<div class="screen_block">
<img alt="ONLYOFFICE_edit" target="ONLYOFFICE_edit_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Liferay/small/edit_small.png")%>" />
<img alt="ONLYOFFICE_edit" id="ONLYOFFICE_edit_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Liferay/big/edit_big.png")%>" />
<div target="ONLYOFFICE_edit_1" class="screenphoto magnifier"></div>
</div>
</div>
</div>
</div>

View File

@ -7,23 +7,32 @@
PageTitle = PageCaption = "Integration. Getting Started. Nuxeo";
MetaKeyWords = "integration, connector, online editing, Nuxeo, edit, share, store";
MetaDescription = "Integrate ONLYOFFICE with Nuxeo open sourse content management system";
var guides = new GuidesModel();
guides.CaptionRelatedTips = "Related Tips & Tricks";
guides.Title = "Import Files from Other Sources";
guides.RelatedTips = "Do you have some documents stored in other web-sources like Zoho, Google Drive or Box? You can easily import them to the Documents module.";
guides.LearnMore = "Learn more...";
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter GettingStarted">
<ul class="TableOfContents">
<li><span class="gs_link gs_active" id="all">All</span></li>
<li><span class="gs_link" id="Overview">Overview</span></li>
<li><span class="gs_link" id="OnlineEditorsIntegration">Online editors integration</span></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#Overview_block")%>">About the ONLYOFFICE and Nuxeo integration</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#MainFeatures_block")%>">Main features</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#SupportedFormats_block")%>">Supported formats</a></li>
</ul>
</li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#OnlineEditorsIntegration_block")%>">Connecting ONLYOFFICE Docs to Nuxeo</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#Requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#Install_block")%>">Installing the ONLYOFFICE addon for Nuxeo</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#Configure_block")%>">Configuring the ONLYOFFICE addon for Nuxeo</a></li>
</ul>
</li>
<li><li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Nuxeo</a>
</li>
</ul>
<div class="keyword_block">
<ul>
@ -38,71 +47,89 @@
</div>
<div class="gs_content" id="Overview_block">
<h2>Overview</h2>
<h2>About the ONLYOFFICE and Nuxeo integration</h2>
<div class="PortalHelp">
<p>Integrating ONLYOFFICE with Nuxeo open sourse content management system through a connector, available in in the official Nuxeo <a href="https://connect.nuxeo.com/nuxeo/site/marketplace" target="_blank"><b>Marketplace</b></a> or on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-nuxeo" target="_blank"><b>GitHub page</b></a>, allows you to edit Office documents within Nuxeo platform.</p>
<p>ONLYOFFICE add-on adds the following features:</p>
<p>ONLYOFFICE offers an official connector to integrate ONLYOFFICE Docs with Nuxeo and edit office documents within the content management system. You can install the ONLYOFFICE connector from the official <a href="https://connect.nuxeo.com/nuxeo/site/marketplace" target="_blank"><b>Nuxeo Marketplace</b></a> or download it from the <a href="https://github.com/ONLYOFFICE/onlyoffice-nuxeo" target="_blank"><b>GitHub page</b></a>. The application is distributed under the Apache license.</p>
<div class="notehelp">
To learn more about how it works and how to compile the ONLYOFFICE connector for Nuxeo, please visit our <a href="https://api.onlyoffice.com/editors/nuxeo" target="_blank"><b>API documentation</b></a>.
</div>
<div class="gs_content gs_submenu" id="MainFeatures_block">
<h3>Main features</h3>
<p> </p>
<ul>
<li>Creating and editing office text docuemnt,s spreadsheets and presentations.</li>
<li>Co-editing documents in real-time: use two co-editing modes (Fast and Strict), Track Changes, comments, and built-in chat.</li>
<li>Opening for editing and viewing docx, pptx and xlsx formats.<br />
The following formats are only available for viewing only: pdf, odt, ods, odp, doc, xls, ppt.
<div class="screen_block">
<img alt="Connector" target="Connector" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Nuxeo/small/Connector.png")%>" />
<img alt="Connector" id="Connector" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Nuxeo/big/Connector.png")%>" />
<div target="Connector" class="screenphoto magnifier"></div>
</div>
</li>
<li>Editing text documents, spreadsheets and presentations.</li>
<li>Co-editing documents in real-time: two co-editing modes (Fast and Strict), Track Changes, comments, and a built-in chat.</li>
<li><b>JWT support</b> to secure your traffic so no one, besides the users with proper rights, can have access to your documents.</li>
</ul>
<%--<p>Visit our For <a href="https://api.onlyoffice.com/editors/alfresco" target="_blank"><b>Developers page</b></a> to find out more about the ONLYOFFICE Alfresco module and how it works in details.</p>--%>
<div class="gs_content gs_submenu" id="SupportedFormats_block">
<h3>Supported Formats</h3>
<p> </p>
<ul>
<li>For editing : DOCX, PPTX, XLSX</li>
<li>For viewing only: PDF,ODT, ODS, ODP, DOC, XLS, PPT, CSV, RTF</li>
</ul>
</div>
</div>
</div>
</div>
<div class="gs_content" id="OnlineEditorsIntegration_block">
<h2>Online editors integration</h2>
<h2>Connecting ONLYOFFICE Docs to Nuxeo</h2>
<div class="PortalHelp">
<p>This <a href="https://github.com/ONLYOFFICE/onlyoffice-nuxeo" target="_blank"><b>addon</b></a> enables users to edit office documents from <a href="https://www.nuxeo.com/" target="_blank"><b>Nuxeo</b></a> using ONLYOFFICE Docs.</p>
</div>
<h3>Installing ONLYOFFICE Docs</h3>
<div class="PortalHelp">
<p>
You will need an instance of ONLYOFFICE Docs 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: <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-community-install-ubuntu.aspx")%>"><b>ONLYOFFICE Docs for Linux</b></a>.
ONLYOFFICE Docs must also be able to POST to Nuxeo directly.
</p>
<p>The easiest way to start an instance of ONLYOFFICE Docs is to use <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-community-docker-compose.aspx")%>"><b>Docker Compose</b></a>.</p>
</div>
<h3>Installing ONLYOFFICE addon for Nuxeo</h3>
<div class="PortalHelp">
<p>Go to the Nuxeo <a href="https://connect.nuxeo.com/nuxeo/site/marketplace" target="_blank"><b>marketplace</b></a> and find the latest connector version of Nuxeo ONLYOFFICE connector.</p>
<div class="notehelp">
The provided instructions use the <code>nuxeoctl</code> script. Visit official Nuxeo <a href="https://doc.nuxeo.com/nxdoc/installing-a-new-package-on-your-instance/" target="_blank"><b>documentation page</b></a> to find more available options on how to install packages.
</div>
<div class="gs_content gs_submenu" id="Requirements_block">
<h3>Requirements</h3>
<p> </p>
<ul>
<li>For a Nuxeo Online Services registered instance with internet access:
<li>ONLYOFFICE Docs 5.9.4 or later
<p>You need an instance of ONLYOFFICE Docs that is resolvable and connectable both from Nuxeo and any end clients. It must be able to POST to Nuxeo directly.</p>
<div class="notehelp">
Please refer to the official <a href="https://helpcenter.onlyoffice.com/installation/docs-index.aspx" target="_blank"><b>ONLYOFFICE Docs documentation page</b></a> to learn more about installing ONLYOFFICE Docs.
</div>
</li>
<li>Nuxeo LTS 2019</li>
</ul>
</div>
</div>
<div class="gs_content gs_submenu" id="Install_block">
<h3>Installing the ONLYOFFICE addon for Nuxeo</h3>
<div class="PortalHelp">
<p>You can connect ONLYOFFICE to a Nuxeo Online Services registered instance with internet access, an unregistered instance, or an offline instance.</p>
<div class="notehelp">
The provided instructions use the <code>nuxeoctl</code> script. Visit the official Nuxeo <a href="https://doc.nuxeo.com/nxdoc/installing-a-new-package-on-your-instance/" target="_blank"><b>documentation page</b></a> to find more available options on how to install the packages.
</div>
<p>For a Nuxeo Online Services registered instance with internet access please follow these steps:</p>
<ol>
<li>Stop your server
<pre><code>./nuxeoctl stop</code></pre>
</li>
<li>Run the following command to install the connector:
<pre><code>./nuxeo/bin/nuxeoctl mp-install onlyoffice-nuxeo-x.x.x</code></pre>
Where <code>onlyoffice-nuxeo-x-x-x</code> is the latest available version of the Nuxeo ONLYOFFICE connector.
Where <code>onlyoffice-nuxeo-x-x-x</code> is the latest available version of the ONLYOFFICE connector for Nuxeo.
<div class="notehelp">To find the connector version:
<ol>
<li>Go to the <a href="https://connect.nuxeo.com/nuxeo/site/marketplace" target="_blank"><b>Nuxeo Marketplace</b></a> and find the official <a href="https://connect.nuxeo.com/nuxeo/site/marketplace/package/onlyoffice-nuxeo?version=1.0.0" target="_blank"><b>ONLYOFFICE connector</b></a>.</li>
<li>Click the <b>Install</b> button</li>
<li>Find the connector version in the <b>For a Nuxeo Online Sevices registered instance with internet access</b> section.</li>
</ol>
</div>
</li>
<li>After the package is downloaded and installed, start your server
<pre><code>./nuxeoctl start</code></pre>
</li>
</ol>
</li>
<li>For an unregistered instance, or an offline instance:
<p>For an unregistered instance, or an offline instance please follow these steps:</p>
<ol>
<li>Stop your server
<pre><code>./nuxeoctl stop</code></pre>
</li>
<li>Download the connector
<pre><code>wget https://connect.nuxeo.com/nuxeo/site/marketplace/package/onlyoffice-nuxeo/download?version=x.x.x </code></pre>
Where <code>version=x.x.x</code> is the latest available version of the Nuxeo ONLYOFFICE connector. Otherwise, visit the Nuxeo <a href="https://connect.nuxeo.com/nuxeo/site/marketplace" target="_blank"><b>marketplace</b></a> and find the link manualy.
Where <code>version=x.x.x</code> is the latest available version of the ONLYOFFICE connector for Nuxeo. Otherwise, visit the <a href="https://connect.nuxeo.com/nuxeo/site/marketplace" target="_blank"><b>Nuxeo Marketplace</b></a> and find the link manualy.
</li>
<li>Install the package by providing the path to the downloaded <code>.zip</code> file
<pre><code>./nuxeoctl mp-install /Path/to/file/onlyoffice-nuxeo-x.x.x.zip</code></pre>
@ -111,43 +138,43 @@
<pre><code>./nuxeoctl start</code></pre>
</li>
</ol>
</li>
</ul>
</div>
</div>
<h3>Configuring ONLYOFFICE addon for Nuxeo</h3>
<div class="gs_content gs_submenu" id="Configure_block">
<h3>Configuring the ONLYOFFICE addon for Nuxeo</h3>
<div class="PortalHelp">
<p>Open the <code>nuxeo/bin/nuxeo.conf</code> file via any available text editor and add the following lines into it:</p>
<pre><code>onlyoffice.docserv.url=http://documentserver/
onlyoffice.jwt.secret=/your_secret/</code></pre>
<p>Where <code>docserv.url</code> is an url of an installed and running ONLYOFFICE Docs and <code>jwt.secret</code> is the secret to validate the JSON web token in the request to ONLYOFFICE Docs.</p>
<p>If you used Docker to install ONLYOFFICE Docs, use information from ONLYOFFICE <a href="https://github.com/ONLYOFFICE/Docker-DocumentServer/#available-configuration-parameters" target="_blank"><b>Github</b></a> page to properly configure JWT.</p>
<p>If you used other installation options, check the <a href="https://api.onlyoffice.com/editors/signature/" target="_blank"><b>API documentation</b></a> for configuring JWT on the ONLYOFFICE Docs side.</p>
<p>Where <code>docserv.url</code> is the URL of an installed and running ONLYOFFICE Docs instance, and <code>jwt.secret</code> is the secret to validate the JSON web token upon the request to ONLYOFFICE Docs.</p>
<p>If you used Docker to install ONLYOFFICE Docs, use information from the ONLYOFFICE <a href="https://github.com/ONLYOFFICE/Docker-DocumentServer/#available-configuration-parameters" target="_blank"><b>GitHub</b></a> page to properly configure JWT. If you used other installation options, check the <a href="https://api.onlyoffice.com/editors/signature/" target="_blank"><b>API documentation</b></a> for configuring JWT on the ONLYOFFICE Docs side.</p>
</div>
</div>
</div>
<h3>Compiling ONLYOFFICE addon for Nuxeo</h3>
<div class="gs_content" id="StartUsing_block">
<h2>Start using ONLYOFFICE Docs within Nuxeo</h2>
<div class="PortalHelp">
<p>To build Nuxeo plugin, the following steps must be performed for Ubuntu:</p>
<ol>
<li>The stable Java version is necessary for the successful build. Use the following commands to install Open JDK 8:
<pre><code>sudo apt-get update
sudo apt-get install openjdk-8-jdk</code></pre>
</li>
<li>Install Maven by running the following command:
<pre><code>sudo apt install maven</code></pre>
Installation process of Maven in details is described <a href="https://maven.apache.org/install.html" target="_blank"><b>here</b></a>.
To verify the Maven installation and see the current version, run
<pre><code>mvn -version</code></pre>
</li>
<li>Download the Nuxeo ONLYOFFICE integration plugin source code:
<pre><code>git clone https://github.com/onlyoffice/onlyoffice-nuxeo.git</code></pre>
</li>
<li>Compile Nuxeo ONLYOFFICE integration plugin:
<pre><code>cd onlyoffice-nuxeo/
mvn clean install</code></pre>
</li>
<li>Built package is located here <code>./onlyoffice-nuxeo-package/target/onlyoffice-nuxeo-package-x.x.zip</code>.</li>
</ol>
<p>To edit or view a document:</p>
<ol>
<li>Open the needed file.</li>
<li>Click the <b>View in ONLYOFFICE</b> button.
<p>The document will be opened for viewing and editing.</p>
</li>
</ol>
<img alt="ONLYOFFICE_viewfile" target="ONLYOFFICE_viewfile_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Nuxeo/small/view_small.png")%>" />
<img alt="ONLYOFFICE_viewfile" id="ONLYOFFICE_viewfile_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Nuxeo/big/view_big.png")%>" />
<div target="ONLYOFFICE_viewfile_1" class="screenphoto magnifier"></div>
<div class="notehelp">To co-edit a document, the following is required: users need to have the permissions to edit the document and the document format has to be supported by the connector.</div>
<p>To co-edit a document:</p>
<ol>
<li>Open the summary page of the document.</li>
<li>Click the <b>Collaborative Edition With ONLYOFFICE</b> icon in the bottom right corner of the window.
<p>The document will be opened for co-editing.</p>
</li>
</ol>
</div>
</div>
</div>
</div>

View File

@ -157,6 +157,7 @@
<div class="pp_users_block">
<div class="first-column">
<p><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/alfresco.aspx")%>">Alfresco</a></p>
<p><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/chamilo.aspx")%>">Chamilo</a></p>
<p><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/confluence.aspx")%>">Confluence</a></p>
<p><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/humhub.aspx")%>">HumHub</a></p>
<p><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/liferay.aspx")%>">Liferay</a></p>

View File

@ -0,0 +1,53 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Integration Guides - Chamilo";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Integration Guides - Chamilo.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides integration_guides">
<h1>Integration Guides</h1>
<ul class="block-editor">
<li>
<h2 class="doceditor">Chamilo</h2>
<div class="described">
<p>Learn how to integrate ONLYOFFICE Docs with Chamilo, an open and shared workspace, through a connector, available on the ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-chamilo" target="_blank"><b>GitHub page</b></a>.</p>
</div>
<ul>
<li>
<h6>About the ONLYOFFICE and Chamilo integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#MainFeatures_block")%>">Main features</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#SupportedFormats_block")%>">Supported formats</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Whatsnew_block")%>">What's new</a></li>
</ul>
</li>
<li>
<h6>Connecting ONLYOFFICE Docs to Chamilo</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Install_block")%>">Installing the ONLYOFFICE Connector for Chamilo</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Update_block")%>">Updating the ONLYOFFICE Connector for Chamilo</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Configure_block")%>">Configuring the ONLYOFFICE Connector for Chamilo</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Disable_block")%>">Disabling the ONLYOFFICE Connector for Chamilo</a></li>
</ul>
</li>
<li>
<h6>Getting Started</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Chamilo</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>

View File

@ -7,7 +7,7 @@
PageTitle = PageCaption = "Integration Guides - Confluence";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Integration Guides - Confluence.";
}
</script>
@ -17,34 +17,36 @@
<ul class="block-editor">
<li>
<h2 class="doceditor">Confluence</h2>
<span class="toggler showcont">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/ShowContents/ShowContents.ascx" />
</span>
<span class="toggler hidecont" style="display: none">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p>Learn how to integrate ONLYOFFICE with <b>Confluence</b> open and shared workspace through a connector, available in the official <a href="https://marketplace.atlassian.com/apps/1218214/onlyoffice-connector-for-confluence" target="_blank"><b>Atlassian Marketplace</b></a> or on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-confluence" target="_blank"><b>GitHub page</b></a>.</p>
<p>Learn how to integrate ONLYOFFICE Docs with Confluence, an open and shared workspace, through a connector, available in the official <a href="https://marketplace.atlassian.com/apps/1218214/onlyoffice-connector-for-confluence" target="_blank"><b>Atlassian Marketplace</b></a> or on the ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-confluence" target="_blank"><b>GitHub page</b></a>.</p>
</div>
<div class="contents" style="display: none">
<ul>
<li>
<h6>Overview</h6>
<h6>About the ONLYOFFICE and Confluence integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#Overview_block")%>">Overview</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#MainFeatures_block")%>">Main features</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#SupportedFormats_block")%>">Supported formats</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#Whatsnew_block")%>">What's new</a></li>
</ul>
</li>
<li>
<h6>Online editors integration</h6>
<h6>Connecting ONLYOFFICE Docs to Confluence</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#OnlineEditorsIntegration_block")%>">Online editors integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#ServerInstallation_block")%>">Installing ONLYOFFICE Docs with Confluence</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#ServerInstallationCloudrone_block")%>">Installing ONLYOFFICE Docs with Confluence on Cloudron</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#Requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#Install_block")%>">Installing the ONLYOFFICE Connector for Confluence from the Atlassian Marketplace</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#Configure_block")%>">Configuring the ONLYOFFICE Connector for Confluence</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#Demo_block")%>">Connecting to the demo ONLYOFFICE Docs</a></li>
</ul>
</li>
<li>
<h6>Getting Started</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Confluence</a></li>
</ul>
</li>
</ul>
</div>
</li>
</ul>
</div>
</div>

View File

@ -53,6 +53,28 @@
</li>
</ul>
<ul class="block-editor">
<li>
<h2 class="doceditor"><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/chamilo.aspx")%>">Chamilo</a></h2>
<span class="toggler showcont">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/ShowContents/ShowContents.ascx" />
</span>
<span class="toggler hidecont" style="display: none">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p>Learn how to integrate ONLYOFFICE Docs with Chamilo, an open and shared workspace, through a connector, available on the ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-chamilo" target="_blank"><b>GitHub page</b></a>.</p>
</div>
<div class="contents" style="display: none">
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Overview_block")%>">About the ONLYOFFICE and Chamilo integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#OnlineEditorsIntegration_block")%>">Connecting ONLYOFFICE Docs to Chamilo</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Chamilo</a></li>
</ul>
</div>
</li>
</ul>
<ul class="block-editor">
<li>
<h2 class="doceditor"><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/confluence.aspx")%>">Confluence</a></h2>
@ -67,10 +89,9 @@
</div>
<div class="contents" style="display: none">
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#Overview_block")%>">Overview</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#OnlineEditorsIntegration_block")%>">Online editors integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#ServerInstallation_block")%>">Installing ONLYOFFICE Docs with Confluence</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#ServerInstallationCloudrone_block")%>">Installing ONLYOFFICE Docs with Confluence on Cloudron</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#Overview_block")%>">About the ONLYOFFICE and Confluence integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#OnlineEditorsIntegration_block")%>">Connecting ONLYOFFICE Docs to Confluence</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Confluence</a></li>
</ul>
</div>
</li>
@ -112,8 +133,9 @@
</div>
<div class="contents" style="display: none">
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#Overview_block")%>">Overview</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#OnlineEditorsIntegration_block")%>">Online editors integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#Overview_block")%>">About the ONLYOFFICE and Liferay integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#OnlineEditorsIntegration_block")%>">Connecting ONLYOFFICE Docs to Liferay</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Liferay</a></li>
</ul>
</div>
</li>
@ -159,8 +181,9 @@
</div>
<div class="contents" style="display: none">
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#Overview_block")%>">Overview</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#OnlineEditorsIntegration_block")%>">Online editors integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#Overview_block")%>">About the ONLYOFFICE and Nuxeo integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#OnlineEditorsIntegration_block")%>">Connecting ONLYOFFICE Docs to Nuxeo</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Nuxeo</a></li>
</ul>
</div>
</li>
@ -227,8 +250,8 @@
<div class="contents" style="display: none">
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#Overview_block")%>">Overview</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#OnlineEditorsIntegration_block")%>">Online editors integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#InstallingSharepoint_block")%>">Installing ONLYOFFICE Docs with SharePoint</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#OnlineEditorsIntegration_block")%>">Connecting ONLYOFFICE Docs using an official ONLYOFFICE connector</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#InstallingSharepoint_block")%>">Connecting ONLYOFFICE Docs using WOPI</a></li>
</ul>
</div>
</li>

View File

@ -17,32 +17,35 @@
<ul class="block-editor">
<li>
<h2 class="doceditor">Liferay</h2>
<span class="toggler showcont">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/ShowContents/ShowContents.ascx" />
</span>
<span class="toggler hidecont" style="display: none">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p>Learn how to integrate ONLYOFFICE with <b>Liferay</b> digital experience platform through a connector, available in <a href="https://web.liferay.com/marketplace/-/mp/application/171169174" target="_blank"><b>Liferay Marketplace</b></a> or on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-liferay" target="_blank"><b>GitHub page</b></a>Learn how to integrate.</p>
<p>Learn how to integrate ONLYOFFICE with <b>Liferay</b> digital experience platform through a connector, available in <a href="https://web.liferay.com/marketplace/-/mp/application/171169174" target="_blank"><b>Liferay Marketplace</b></a> or on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-liferay" target="_blank"><b>GitHub page</b></a>.</p>
</div>
<div class="contents" style="display: none">
<ul>
<li>
<h6>Overview</h6>
<h6>About the ONLYOFFICE and Liferay integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#Overview_block")%>">Overview</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#MainFeatures_block")%>">Main features</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#SupportedFormats_block")%>">Supported formats</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#Whatsnew_block")%>">What's new</a></li>
</ul>
</li>
<li>
<h6>Online editors integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#OnlineEditorsIntegration")%>">Online editors integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#Requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#Install_block")%>">Installing the ONLYOFFICE connector for Liferay</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#Configure_block")%>">Configuring the Liferay and ONLYOFFICE integration application</a></li>
</ul>
</li>
<li>
<h6>Getting Started</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Liferay</a></li>
</ul>
</li>
</ul>
</div>
</li>
</ul>
</div>

View File

@ -13,36 +13,45 @@
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides integration_guides">
<h1>Integration Guides</h1>
<div class="watchvideo_block">
<h2>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Watchvideo/Watchvideo.ascx" />
</h2>
<div class="slider autoplay with_arrows">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0083_integrate_nuxeo/0083_integrate_nuxeo.ascx" />
</div>
</div>
<ul class="block-editor">
<li>
<h2 class="doceditor">Nuxeo</h2>
<span class="toggler showcont">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/ShowContents/ShowContents.ascx" />
</span>
<span class="toggler hidecont" style="display: none">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p>Learn how to integrate ONLYOFFICE with <b>Nuxeo</b> open sourse content management system through a connector, available in in the official Nuxeo <a href="https://connect.nuxeo.com/nuxeo/site/marketplace" target="_blank"><b>Marketplace</b></a> or on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-nuxeo" target="_blank"><b>GitHub page</b></a>.</p>
<p>Learn how to integrate ONLYOFFICE Docs with Nuxeo, an open-source content management system through a connector, available in the official Nuxeo <a href="https://connect.nuxeo.com/nuxeo/site/marketplace" target="_blank"><b>Marketplace</b></a> or on the ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-nuxeo" target="_blank"><b>GitHub page</b></a>.</p>
</div>
<div class="contents" style="display: none">
<ul>
<li>
<h6>Overview</h6>
<h6>About the ONLYOFFICE and Nuxeo integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#Overview_block")%>">Overview</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#MainFeatures_block")%>">Main features</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#SupportedFormats_block")%>">Supported formats</a></li>
</ul>
</li>
<li>
<h6>Online editors integration</h6>
<h6>Connecting ONLYOFFICE Docs to Nuxeo</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#OnlineEditorsIntegration_block")%>">Online editors integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#Requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#Install_block")%>">Installing the ONLYOFFICE addon for Nuxeo</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#Configure_block")%>">Configuring the ONLYOFFICE addon for Nuxeo</a></li>
</ul>
</li>
</ul>
</div>
<li>
<h6>Getting Started</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Nuxeo</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>

View File

@ -3,6 +3,7 @@
<ul>
<li><a class="leftmenu_integration" href="<%=VirtualPathUtility.ToAbsolute("~/integration.aspx")%>">Integration Guides</a></li>
<li><a class="leftmenu_integration_alfresco" href="<%=VirtualPathUtility.ToAbsolute("~/integration/alfresco.aspx")%>">Alfresco</a></li>
<li><a class="leftmenu_integration_chamilo" href="<%=VirtualPathUtility.ToAbsolute("~/integration/chamilo.aspx")%>">Chamilo</a></li>
<li><a class="leftmenu_integration_confluence" href="<%=VirtualPathUtility.ToAbsolute("~/integration/confluence.aspx")%>">Confluence</a></li>
<li><a class="leftmenu_integration_humhub" href="<%=VirtualPathUtility.ToAbsolute("~/integration/humhub.aspx")%>">HumHub</a></li>
<li><a class="leftmenu_integration_liferay" href="<%=VirtualPathUtility.ToAbsolute("~/integration/liferay.aspx")%>">Liferay</a></li>

View File

@ -37,5 +37,6 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/170_liferay/170_liferay.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/171_sharepoint/171_sharepoint.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/172_plone/172_plone.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/175_chamilo/175_chamilo.ascx" /></li>
</ul>
</div>

View File

@ -67,5 +67,6 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/166_owncloud/166_owncloud.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/168_humhub/168_humhub.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/172_plone/172_plone.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/175_chamilo/175_chamilo.ascx" /></li>
</ul>
</div>

View File

@ -73,5 +73,6 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/170_liferay/170_liferay.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/171_sharepoint/171_sharepoint.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/172_plone/172_plone.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/175_chamilo/175_chamilo.ascx" /></li>
</ul>
</div>

View File

@ -57,5 +57,6 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/168_humhub/168_humhub.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/171_sharepoint/171_sharepoint.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/172_plone/172_plone.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/175_chamilo/175_chamilo.ascx" /></li>
</ul>
</div>

View File

@ -44,5 +44,6 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/167_confluence/167_confluence.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/168_humhub/168_humhub.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/172_plone/172_plone.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/175_chamilo/175_chamilo.ascx" /></li>
</ul>
</div>

View File

@ -156,5 +156,6 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/169_alfresco/169_alfresco.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/171_sharepoint/171_sharepoint.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/172_plone/172_plone.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/175_chamilo/175_chamilo.ascx" /></li>
</ul>
</div>

View File

@ -19,5 +19,6 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/169_alfresco/169_alfresco.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/171_sharepoint/171_sharepoint.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/172_plone/172_plone.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/integration/175_chamilo/175_chamilo.ascx" /></li>
</ul>
</div>

View File

@ -0,0 +1,9 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<div id="video-guides-83" data-status="default" class="playvideo integrate_nuxeo_video">
<a href="<%=VirtualPathUtility.ToAbsolute("~/video/integrate-nuxeo.aspx")%>">
<span class="playbackbutton"></span>
<span class="title_area">
<span class="link_to_video">How to integrate ONLYOFFICE with Nuxeo</span></span>
</a>
</div>

View File

@ -0,0 +1,24 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "How to integrate ONLYOFFICE with Nuxeo";
MetaKeyWords = "";
MetaDescription = "Watch our video guide to learn how to integrate ONLYOFFICE with Nuxeo.";
}
</script>
<div class="MainHelpCenter main_buscall_container video">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">How to integrate ONLYOFFICE with Nuxeo</h1>
<div class="bigVideoCont">
<iframe src="https://www.youtube.com/embed/9tVQ6df3q3w?wmode=transparent" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<p>Learn how to integrate ONLYOFFICE online editors with Nuxeo using the official connector, wich allows to easily create, edit and collaborate on text documents, spreadsheets, and presentations within Nuxeo.</p>
</div>
</div>

View File

@ -105,6 +105,7 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0062_integrate_alfresco/0062_integrate_alfresco.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0067_install_docs_docker/0067_install_docs_docker.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0077_docs_add_plugin/0077_docs_add_plugin.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0083_integrate_nuxeo/0083_integrate_nuxeo.ascx" />
<h3>Videos from our contributors</h3>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0056_editinnextcloud/0056_editinnextcloud.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0057_coeditinnextcloud/0057_coeditinnextcloud.ascx" />

View File

@ -0,0 +1,20 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Integration/IntegrationArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content1" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="integration_chamilo">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/IntegrationTop/IntegrationTop.ascx" />
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="content" runat="Server">
<div id="outOfDate" style="display: none;"></div>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Integration/Chamilo.ascx" />
</asp:Content>
<asp:Content ID="content5" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="integration_chamilo">
<div id="SeeAlsoBlockLinks">
<div class="caption video one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/149_integrate_nextcloud/149_integrate_nextcloud.ascx" />
</div>
</div>
</asp:Content>

View File

@ -0,0 +1,22 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Integration/IntegrationArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content1" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<% ((BasePage)Page).EditionVersion = "Integration Guides Liferay"; %>
<% ((BasePage)Page).CommandName = "liferay"; %>
<body class="integration_chamilo">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/IntegrationTop/IntegrationTop.ascx" />
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="content" runat="Server">
<div id="outOfDate" style="display: none;"></div>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/GettingStarted/Integration/Chamilo/Chamilo.ascx" />
</asp:Content>
<asp:Content ID="content5" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="integration_chamilo">
<div id="SeeAlsoBlockLinks">
<div class="caption video one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/149_integrate_nextcloud/149_integrate_nextcloud.ascx" />
</div>
</div>
</asp:Content>

View File

@ -0,0 +1,14 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Integration/IntegrationArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="common_all_os document_server">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/DocumentServerTop/DocumentServerTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/DocumentServer/IntegrateNuxeo/IntegrateNuxeo.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="videopage general">
</asp:Content>

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB