Updated links in Integration section

This commit is contained in:
Ilya Sobolev 2020-10-15 17:12:26 +03:00 committed by svetlana maleeva
parent 4eef237a3e
commit 4757c23b3f
20 changed files with 189 additions and 197 deletions

View File

@ -63,20 +63,20 @@
<div class="gs_content" id="OnlineEditorsIntegration_block">
<h2>Online editors integration</h2>
<div class="PortalHelp">
<p>This <a href="https://github.com/ONLYOFFICE/onlyoffice-alfresco" target="_blank"><b>plugin</b></a> enables users to edit office documents from <a href="https://www.alfresco.com/" target="_blank"><b>Alfresco</b></a> Share using ONLYOFFICE Document Server.</p>
<p>This <a href="https://github.com/ONLYOFFICE/onlyoffice-alfresco" target="_blank"><b>plugin</b></a> enables users to edit office documents from <a href="https://www.alfresco.com/" target="_blank"><b>Alfresco</b></a> Share using ONLYOFFICE Docs.</p>
</div>
<h3>Installing ONLYOFFICE Document Server</h3>
<h3>Installing ONLYOFFICE Docs</h3>
<div class="PortalHelp">
<p>You will need an instance of ONLYOFFICE Document Server that is resolvable and connectable both from Alfresco and any end clients (version 3.0 and later are supported for use with the plugin).
If that is not the case, use the official ONLYOFFICE Document Server documentation page: <a href="https://helpcenter.onlyoffice.com/server/linux/document/linux-installation.aspx" target="_blank"><b>Document Server for Linux</b></a>.
ONLYOFFICE Document Server must also be able to POST to Alfresco directly.</p>
<p>The easiest way to start an instance of ONLYOFFICE Document Server is to use <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/document/docker-compose.aspx")%>"><b>Docker Compose</b></a>.</p>
<p>You will need an instance of ONLYOFFICE Docs that is resolvable and connectable both from Alfresco and any end clients (version 3.0 and later are supported for use with the plugin).
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 Alfresco 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 Alfresco module package</h3>
<div class="PortalHelp">
<p>To start using ONLYOFFICE Document Server with Alfresco, the following steps must be performed for Ubuntu 14.04:</p>
<p>To start using ONLYOFFICE Docs with Alfresco, the following steps must be performed for Ubuntu 14.04:</p>
<div class="notehelp">
Steps <b>1 — 4</b> are only necessary if you for some reason plan to compile the ONLYOFFICE Alfresco module package yourself (e.g. edit the source code and compile it afterwards). If you do not want to do that and plan to use the already compiled module files, please skip to step <b>5</b> directly. The latest compiled package files are available <a target="_blank" href="https://github.com/onlyoffice/onlyoffice-alfresco/releases">here</a>.
</div>
@ -108,7 +108,7 @@ mvn clean install</code></pre>
</li>
</ul>
</li>
<li>Make sure that Document Server will be able to POST to Alfresco
<li>Make sure that ONLYOFFICE Docs will be able to POST to Alfresco
<p>You may need to change these lines in <b>alfresco-global.properties</b></p>
<pre><code>alfresco.host=&lt;hostname&gt;
alfresco.port=443
@ -136,9 +136,9 @@ sudo ./alfresco.sh start</code></pre>
<p>In this menu you can edit and specify the following options:</p>
<ul>
<li>Document Editing Service address - specify the URL address on which the Document Editing Server is installed.</li>
<li>Secret key - specify the secret used to sign the data. It is the secret to validate the JSON web token in the request to Document Server.
<li>Secret key - specify the secret used to sign the data. It is the secret to validate the JSON web token in the request to ONLYOFFICE Docs.
<p>JWT can be configured via <a target="_blank" href="https://api.onlyoffice.com/editors/alfresco#configuration"><b>configuration page</b></a> or by adding <b>onlyoffice.jwtsecret</b> in <b>alfresco-global.properties</b>.</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>.
The JWT configuration on the ONLYOFFICE Docs side can be found <a target="_blank" href="https://api.onlyoffice.com/editors/signature/"><b>here</b></a>.
</li>
<li>Advanced server settings:
<ul>

View File

@ -25,8 +25,8 @@
<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 Document Server with Confluence</span></li>
<li><span class="gs_link" id="ServerInstallationCloudrone">Installing ONLYOFFICE Document Server with Confluence on Cloudron</span></li>
<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>
</ul>
@ -52,7 +52,7 @@
<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>
</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("~/gettingstarted/integration/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 Document Servers functionality and features.</p>
<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>
@ -61,15 +61,15 @@
<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 Document Server.</p>
<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>
<h3>Install ONLYOFFICE Document Server</h3>
<h3>Install ONLYOFFICE Docs</h3>
<div class="PortalHelp">
<p>You will need an instance of ONLYOFFICE Document Server 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 Document Server documentation page: <a href="https://helpcenter.onlyoffice.com/server/linux/document/linux-installation.aspx" target="_blank"><b>Document Server for Linux</b></a>.
ONLYOFFICE Document Server must also be able to POST to Confluence directly.</p>
<p>The easiest way to start an instance of ONLYOFFICE Document Server is to use <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/document/docker-compose.aspx")%>"><b>Docker Compose</b></a>.</p>
<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>
@ -109,17 +109,17 @@
</div>
<div class="gs_content" id="ServerInstallation_block">
<h2>Installing ONLYOFFICE Document Server with Confluence</h2>
<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 Document Server 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>
<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 Document Server</h3>
<h3>Install ONLYOFFICE Docs</h3>
<div class="PortalHelp">
<p>You will need an instance of ONLYOFFICE Document Server 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 Document Server documentation page: <a href="https://helpcenter.onlyoffice.com/server/linux/document/linux-installation.aspx" target="_blank"><b>Document Server for Linux</b></a>.
ONLYOFFICE Document Server must also be able to POST to Confluence directly.</p>
<p>The easiest way to start an instance of ONLYOFFICE Document Server is to use <a href="https://helpcenter.onlyoffice.com/server/docker/document/docker-compose.aspx" target="_blank"><b>Docker Compose</b></a>.</p>
<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>
@ -176,7 +176,7 @@
</div>
<div class="gs_content" id="ServerInstallationCloudrone_block">
<h2>Installing ONLYOFFICE Document Server with Confluence on Cloudron</h2>
<h2>Installing ONLYOFFICE Docs with Confluence on Cloudron</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>

View File

@ -25,7 +25,7 @@
<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="InstallingHumhubUsingDocker">Installing ONLYOFFICE Document Server with Humhub using Docker (to be continued)</span></li>
<li><span class="gs_link" id="InstallingHumhubUsingDocker">Installing ONLYOFFICE Docs with Humhub using Docker</span></li>
</ul>
</li>
</ul>
@ -57,7 +57,7 @@
<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, PPTX, XLSX. These are also available for viewing in PDF together with ODT, ODS, ODP, DOC, XLS, PPT, TXT formats. In addition, the edited files of the corresponding type can be converted into the Open Office XML formats: ODT, ODS, ODP, DOC, XLS, PPT, TXT, CSV.</li>
</ul>
<p>Would like to install HumHub 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("~/gettingstarted/integration/Humhub.aspx#InstallingHumhubUsingDocker_block")%>"><b>Docker installation</b></a> for Linux-based systems, so you can get you a complete view of the ONLYOFFICE Document Servers functionality and features.</p>
<p>Would like to install HumHub 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-humhub.aspx#InstallingHumhubUsingDocker_block")%>"><b>Docker installation</b></a> for Linux-based systems, so you can get you a complete view of the ONLYOFFICE Docs functionality and features.</p>
<p>Visit our <a href="https://api.onlyoffice.com/editors/humhub" target="_blank"><b>For Developers</b></a> page to find out more about the ONLYOFFICE Connector for HumHub in details.</p>
</div>
</div>
@ -81,7 +81,7 @@
</li>
<li>Enter the <b>Configure</b> section to specify <b>ONLYOFFICE - DocumentServer</b> module configuration parametrs:
<ul>
<li><b>Hostname</b> - the URL address on which the Document Editing Server is installed (e.g. <em>https://documentserver</em>). You will need an instance of ONLYOFFICE Document Server that is resolvable and connectable both from Humhub and any end clients. ONLYOFFICE Document Server must also be able to POST to Humhub directly.</li>
<li><b>Hostname</b> - the URL address on which the Document Editing Server is installed (e.g. <em>https://documentserver</em>). You will need an instance of ONLYOFFICE Docs that is resolvable and connectable both from Humhub and any end clients. ONLYOFFICE Docs must also be able to POST to Humhub directly.</li>
</ul>
<div class="screen_block">
<img alt="Configure_menu" target="Configure_menu_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Humhub/small/configure.png")%>" />
@ -95,9 +95,9 @@
<div class="gs_content" id="InstallingHumhubUsingDocker_block">
<h2>Installing ONLYOFFICE Document Server with Humhub using Docker (to be continued)</h2>
<h2>Installing ONLYOFFICE Docs with Humhub using Docker</h2>
<div class="PortalHelp">
<p>This guide will help you install, run and use the functionality of the Humhub server along with the ONLYOFFICE Document Server and properly configure it, so that you can easily create new and edit existing files saved in your Humhub account. Humhub 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>
<p>This guide will help you install, run and use the functionality of the Humhub server along with the ONLYOFFICE Docs and properly configure it, so that you can easily create new and edit existing files saved in your Humhub account. Humhub 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>Installing Docker and Docker Compose</h3>
@ -143,14 +143,14 @@
<div class="PortalHelp">
<p>Enter the <b>Configure</b> section to specify <b>ONLYOFFICE - DocumentServer</b> module configuration parametrs:</p>
<ul>
<li><b>Hostname</b> - the URL address on which the Document Editing Server is installed (ONLYOFFICE Document Server is installed on the <em>3000:80</em> port by default). ONLYOFFICE Document Server must also be able to POST to Humhub directly.</li>
<li><b>Hostname</b> - the URL address on which the Document Editing Server is installed (ONLYOFFICE Docs is installed on the <em>3000:80</em> port by default). ONLYOFFICE Docs must also be able to POST to Humhub directly.</li>
</ul>
<div class="screen_block">
<img alt="Configure_menu" target="Configure_menu" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Humhub/small/configure.png")%>" />
<img alt="Configure_menu" id="Configure_menu" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Humhub/big/configure.png")%>" />
<div target="Configure_menu" class="screenphoto magnifier"></div>
</div>
</li>
<p>Now you are all set and ready to create and edit documents, which will be opened by the ONLYOFFICE Document Server.</p>
<p>Now you are all set and ready to create and edit documents, which will be opened by the ONLYOFFICE Docs.</p>
</div>
</div>
</div>

View File

@ -55,7 +55,7 @@
<h2>Online editors integration</h2>
<h3>Installing Liferay ONLYOFFICE integration app</h3>
<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 Document Server.</p>
<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>
<h3>Configuring Liferay ONLYOFFICE integration app</h3>

View File

@ -25,9 +25,9 @@
<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="InstallingNextcloudUsingDocker">Installing ONLYOFFICE Document Server with Nextcloud using Docker</span></li>
<li><span class="gs_link" id="InstallingNextcloudUsingDocker">Installing ONLYOFFICE Docs with Nextcloud using Docker</span></li>
<li><span class="gs_link" id="InstallingNextcloudOnCloudron">Installing ONLYOFFICE integrated with Nextcloud on Cloudron</span></li>
<li><span class="gs_link" id="InstallingNextcloudUsingUCS">Installing ONLYOFFICE Document Server with Nextcloud on a virtual machine using UCS</span></li>
<li><span class="gs_link" id="InstallingNextcloudUsingUCS">Installing ONLYOFFICE Docs with Nextcloud on a virtual machine using UCS</span></li>
</ul>
</li>
<li><span class="gs_link" id="DesktopIntegration">Desktop editors integration</span></li>
@ -59,13 +59,13 @@
</ul>
<p>
You are already using ONLYOFFICE Desktop Editors and would like to be able to manage files stored in your Nextcloud account using document editors?
Our <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/integration/Nextcloud.aspx#DesktopIntegration_block")%>"><b>Desktop Editors integration</b></a> guide will help you properly configure the integration between Nextcloud and ONLYOFFICE Editors.
Our <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#DesktopIntegration_block")%>"><b>Desktop Editors integration</b></a> guide will help you properly configure the integration between Nextcloud and ONLYOFFICE Editors.
</p>
<p>
Would like to install Nextcloud 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("~/gettingstarted/integration/Nextcloud.aspx#InstallingNextcloudUsingDocker_block")%>"><b>Docker installation</b></a> for Linux-based systems or use <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/integration/Nextcloud.aspx#InstallingNextcloudUsingCloudron_block")%>"><b>Cloudron</b></a> application platform, so you can get you a complete view of the ONLYOFFICE Document Servers functionality and features.
Want to spend as little time as possible on installation? Use the <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/integration/Nextcloud.aspx#InstallingNextcloudUsingUCS_block")%>"><b>app appliance</b></a> of Univention to install an already integrated and preconfigured Nextcloud.
Would like to install Nextcloud 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-nextcloud.aspx#InstallingNextcloudUsingDocker_block")%>"><b>Docker installation</b></a> for Linux-based systems or use <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#InstallingNextcloudUsingCloudron_block")%>"><b>Cloudron</b></a> application platform, so you can get you a complete view of the ONLYOFFICE Docss functionality and features.
Want to spend as little time as possible on installation? Use the <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#InstallingNextcloudUsingUCS_block")%>"><b>app appliance</b></a> of Univention to install an already integrated and preconfigured Nextcloud.
</p>
<p>In case you have any documents stored in your Nextcloud account, refer to <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/tipstricks/Connect-Nextcloud.aspx")%>"><b>this guide</b></a> to easily synchronize them with the Documents module of your up and running ONLYOFFICE portal.</p>
<p>In case you have any documents stored in your Nextcloud account, refer to <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/administration/Connect-Nextcloud.aspx")%>"><b>this guide</b></a> to easily synchronize them with the Documents module of your up and running ONLYOFFICE portal.</p>
<p>
Integration of Nextcloud and mobile version of ONLYOFFICE is possible using our applications for <a href="https://apps.apple.com/us/app/onlyoffice-documents/id944896972" target="_blank"><b>iOS</b></a> and <a href="https://play.google.com/store/apps/details?id=com.onlyoffice.documents" target="_blank"><b>Android</b></a>.
For more details, follow our <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/video/nextcloud-android.aspx")%>"><b>video guide</b></a> and <b>Connecting third-party clouds</b> sections for <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/Documents/overview.aspx#connectclouds")%>"><b>iOS</b></a> and <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/Documents/android/overview.aspx#connectthirdpartyclouds")%>"><b>Android</b></a>.
@ -78,19 +78,19 @@
<div class="gs_content" id="OnlineEditorsIntegration_block">
<h2>Online editors integration</h2>
<div class="PortalHelp">
<p>Installing <a href="https://github.com/ONLYOFFICE/onlyoffice-nextcloud" target="_blank"><b>ONLYOFFICE app</b></a> enables users to edit office documents from <a href="https://nextcloud.com" target="_blank"><b>Nextcloud</b></a> using ONLYOFFICE Document Server.</p>
<p>Installing <a href="https://github.com/ONLYOFFICE/onlyoffice-nextcloud" target="_blank"><b>ONLYOFFICE app</b></a> enables users to edit office documents from <a href="https://nextcloud.com" target="_blank"><b>Nextcloud</b></a> using ONLYOFFICE Docs.</p>
<p>The latest connector signed versions are available in the Nextcloud <a target="_blank" href="https://apps.nextcloud.com/apps/onlyoffice"><b>official store</b></a>.</p>
</div>
<h3>Installing ONLYOFFICE Document Server</h3>
<h3>Installing ONLYOFFICE Docs</h3>
<div class="PortalHelp">
<p>You will need an instance of ONLYOFFICE Document Server that is resolvable and connectable both from Nextcloud and any end clients (version 4.2.7 and later are supported for use with the app).
If that is not the case, use the official ONLYOFFICE Document Server documentation page: <a href="https://helpcenter.onlyoffice.com/server/linux/document/linux-installation.aspx" target="_blank"><b>Document Server for Linux</b></a>.
ONLYOFFICE Document Server must also be able to POST to Nextcloud directly.</p>
<p>Starting with version 4.3.0, ONLYOFFICE Document Server and Nextcloud 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 Document Server as by default both ONLYOFFICE Document Server and Nextcloud work on port 80.
Or you can use Document Server behind a proxy, please refer to <a href="https://helpcenter.onlyoffice.com/server/document/document-server-proxy.aspx"><b>this article</b></a> to learn how you can configure it.</p>
<p>The easiest way to start an instance of ONLYOFFICE Document Server is to use <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/document/docker-compose.aspx")%>"><b>Docker Compose</b></a>.</p>
<p>You will need an instance of ONLYOFFICE Docs that is resolvable and connectable both from Nextcloud and any end clients (version 4.2.7 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 Nextcloud directly.</p>
<p>Starting with version 4.3.0, ONLYOFFICE Docs and Nextcloud 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 Nextcloud work on port 80.
Or you can use ONLYOFFICE Docs behind a proxy, please refer to <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-community-proxy.aspx")%>"><b>this article</b></a> to learn how you can configure it.</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 Nextcloud ONLYOFFICE integration app</h3>
@ -100,7 +100,7 @@
After that find <b>ONLYOFFICE</b> in the list of available applications and install it.
</p>
<p>If the server with the Nextcloud installed does not have an Internet access, or if you need it for some other reason, the administrator can install the application manually.
To start using ONLYOFFICE Document Server with Nextcloud, the following steps must be performed:</p>
To start using ONLYOFFICE Docs with Nextcloud, the following steps must be performed:</p>
<ol>
<li>Go to the Nextcloud server <em>apps/</em> directory (or some other directory <a href="https://docs.nextcloud.com/server/stable/admin_manual/apps_management.html#using-custom-app-directories" target="_blank"><b>used</b></a> to connect applications):
<pre><code>cd apps/</code></pre>
@ -124,9 +124,9 @@
<div class="gs_content" id="InstallingNextcloudUsingDocker_block">
<h2>Installing ONLYOFFICE Document Server with Nextcloud using Docker</h2>
<h2>Installing ONLYOFFICE Docs with Nextcloud using Docker</h2>
<div class="PortalHelp">
<p>This guide will help you install, run and use the functionality of the Nextcloud server along with the ONLYOFFICE Document Server and properly configure it, so that you can easily create new and edit existing files saved in your Nextcloud account. Nextcloud server and ONLYOFFICE office suite can not only be placed on the Internet but also on your own computer for development or a test drive.</p>
<p>This guide will help you install, run and use the functionality of the Nextcloud server along with the ONLYOFFICE Docs and properly configure it, so that you can easily create new and edit existing files saved in your Nextcloud account. Nextcloud server and ONLYOFFICE office suite can not only be placed on the Internet but also on your own computer for development or a test drive.</p>
</div>
<h3>Install Docker and Docker Compose</h3>
<div class="PortalHelp">
@ -172,7 +172,7 @@
</div>
</li>
</ol>
<p>Now you can create documents in Nextcloud, which will be opened by the ONLYOFFICE Document Server. To do this, click the
<p>Now you can create documents in Nextcloud, which will be opened by the ONLYOFFICE Docs. To do this, click the
<img alt="Nextcloud add object icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/Integration/Nextcloud/small/createfileIcon.png")%>" />
button and select the necessary editor.</p>
<div class="screen_block">
@ -196,7 +196,7 @@
<li>Nextcloud server address for internal requests from the Document Editing Service.</li>
</ul>
</li>
<li>Connect to demo ONLYOFFICE Document Server - used to test the capabilities of the editor. By enabling this option, do not open any important documents with sensitive data.</li>
<li>Connect to demo ONLYOFFICE Docs - used to test the capabilities of the editor. By enabling this option, do not open any important documents with sensitive data.</li>
<li>Common settings:
<ul>
<li>Restrics access to the editors to following groups - check the box and select user groups that will be forbidden from using ONLYOFFICE editors on Nextcloud.</li>
@ -216,7 +216,7 @@
</ul>
<p>After making changes to the application settings, click the <b>Save</b> button located below each section to save the changes.</p>
<p>For more information on integrating ONLYOFFICE editors with Nextcloud services, refer to <a target="_blank" href="https://api.onlyoffice.com/editors/nextcloud"><b>For Developers</b></a> section.</p>
<p>Don't forget to connect Nextcloud as a third-party storage in your ONLYOFFICE Documents mobile application. To find our more information on how to do it watch this <a target="_blank" href="https://helpcenter.onlyoffice.com/video/nextcloud-android.aspx"><b>video guide</b></a>.</p>
<p>Don't forget to connect Nextcloud as a third-party storage in your ONLYOFFICE Documents mobile application. To find our more information on how to do it watch this <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/video/nextcloud-android.aspx")%>"><b>video guide</b></a>.</p>
</div>
</div>
@ -282,7 +282,7 @@ chmod +x ./cloudron-setup
<li>Nextcloud server address for internal requests from the Document Editing Service.</li>
</ul>
</li>
<li>Connect to demo ONLYOFFICE Document Server - used to test the capabilities of the editor. By enabling this option, do not open any important documents with sensitive data.</li>
<li>Connect to demo ONLYOFFICE Docs - used to test the capabilities of the editor. By enabling this option, do not open any important documents with sensitive data.</li>
<li>Common settings:
<ul>
<li>Restrics access to the editors to following groups - check the box and select user groups that will be forbidden from using ONLYOFFICE editors on Nextcloud.</li>
@ -302,14 +302,14 @@ chmod +x ./cloudron-setup
</ul>
<p>After making changes to the application settings, click the <b>Save</b> button located below each section to save the changes.</p>
<p>For more information on integrating ONLYOFFICE editors with Nextcloud services, refer <a target="_blank" href="https://api.onlyoffice.com/editors/nextcloud"><b>For Developers</b></a> section.</p>
<p>Do not forget to watch our <a href="https://helpcenter.onlyoffice.com/video/nextcloud-app.aspx" target="_blank"><b>video guide</b></a> which will illustrate you how to connect ONLYOFFICE online editors to Nextcloud using ONLYOFFICE application.</p>
<p>Do not forget to watch our <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/video/nextcloud-app.aspx")%>"><b>video guide</b></a> which will illustrate you how to connect ONLYOFFICE online editors to Nextcloud using ONLYOFFICE application.</p>
</div>
</div>
<div class="gs_content" id="InstallingNextcloudUsingUCS_block">
<h2>Installing ONLYOFFICE Document Server with Nextcloud on a virtual machine using UCS</h2>
<h2>Installing ONLYOFFICE Docs with Nextcloud on a virtual machine using UCS</h2>
<div class="PortalHelp">
<p>App appliances introduced by <a href="https://www.univention.com/" target="blank"><b>Univention</b></a> are <b>a distribution format that allows installing systems already packed with components</b> such as ONLYOFFICE Document Server and Nextcloud. In this guide, we will describe why it is convenient and how to install ONLYOFFICE on your server using this method.</p>
<p>App appliances introduced by <a href="https://www.univention.com/" target="blank"><b>Univention</b></a> are <b>a distribution format that allows installing systems already packed with components</b> such as ONLYOFFICE Docs and Nextcloud. In this guide, we will describe why it is convenient and how to install ONLYOFFICE on your server using this method.</p>
<p>Univention, an open-source corporate infrastructure developer, introduced a handy method of installing systems already equipped with third-party components virtual app appliances. These are VirtualBox or VMware images that include the app, UCS management system and the UCS runtime environment.</p>
<p>The following virtual images contain Univention Corporate Server, Nextcloud and ONLYOFFICE. The apps work out of the box with the additionally created auto-configuration that makes sure that the required ONLYOFFICE add-on in Nextcloud is configured correctly. The installation is far easier than a classic manual method: no manual steps by the administrator are needed.</p>
</div>
@ -387,10 +387,10 @@ chmod +x ./cloudron-setup
<p>ONLYOFFICE suite allows you to edit the files stored in your Nextcloud account and collaborate on them using <b>desktop ONLYOFFICE editors</b>. Thereby, you can use not only online collaboration tools, but also the features available in your desktop application only. To take full advantage of all these editing options youll need to install and configure several components:</p>
<ol>
<li>It's supposed that you already have a <b>Nextcloud server</b> instance installed and configured. If not, you can refer to the <a target="_blank" href="https://docs.nextcloud.com/server/14/admin_manual/installation/index.html"><b>Nextcloud</b></a> official installation instructions.</li>
<li>Install <b>ONLYOFFICE Document Server</b>. Please note that Nextcloud server and ONLYOFFICE Document Server must be accessible to each other over the network. </li>
<li>Install <b>ONLYOFFICE Docs</b>. Please note that Nextcloud server and ONLYOFFICE Docs must be accessible to each other over the network. </li>
<li>Enable our official <b>integration app</b> in the Nextcloud administrator account.
<div class="notehelp">
One of the easiest ways to install and configure all the components at once (Document Server, Nextcloud server and the integration app) is to use our Docker installation. You can refer to the corresponding instructions for <a target="_blank" href="https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud">Nextcloud</a>.
One of the easiest ways to install and configure all the components at once (ONLYOFFICE Docs, Nextcloud server and the integration app) is to use our Docker installation. You can refer to the corresponding instructions for <a target="_blank" href="https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud">Nextcloud</a>.
</div>
</li>
<li>Connect your Nextcloud server to <b>ONLYOFFICE Desktop Editors</b>.</li>
@ -400,15 +400,15 @@ chmod +x ./cloudron-setup
</div>
</div>
<h3>Installing Document Server</h3>
<h3>Installing ONLYOFFICE Docs</h3>
<div class="PortalHelp">
<p>The easiest way to install <b>Document Server</b> is to use Docker. Execute the following command:</p>
<p>The easiest way to install <b>ONLYOFFICE Docs</b> is to use Docker. Execute the following command:</p>
<pre><code>sudo docker run -i -t -d -p 80:80 --restart=always onlyoffice/documentserver</code></pre>
<p>If you want to install <b>Document Server</b> on the same machine where your Nextcloud server is installed, youll need to change the default port used by <b>Document Server</b> (both <b>Document Server</b> and Nextcloud work on port 80 by default).</p>
<p>When installing <b>Document Server</b> using Docker, you can easily change the mapping port with the following command:</p>
<p>If you want to install <b>ONLYOFFICE Docs</b> on the same machine where your Nextcloud server is installed, youll need to change the default port used by <b>ONLYOFFICE Docs</b> (both <b>ONLYOFFICE Docs</b> and Nextcloud work on port 80 by default).</p>
<p>When installing <b>ONLYOFFICE Docs</b> using Docker, you can easily change the mapping port with the following command:</p>
<pre><code>sudo docker run -i -t -d -p &lt;PORT_NUMBER&gt;:80 --restart=always onlyoffice/documentserver</code></pre>
<p>Where <code>&lt;PORT_NUMBER&gt;</code> is the number of port you want <b>Document Server</b> to use.</p>
<p>To make sure that <b>Document Server</b> is installed successfully, enter the IP address and, optionally, port (if it has been changed during the installation) in your browser address bar, e.g. <code>http://192.168.3.202:81</code> - the <b>Document Server</b> welcome page should open.</p>
<p>Where <code>&lt;PORT_NUMBER&gt;</code> is the number of port you want <b>ONLYOFFICE Docs</b> to use.</p>
<p>To make sure that <b>ONLYOFFICE Docs</b> is installed successfully, enter the IP address and, optionally, port (if it has been changed during the installation) in your browser address bar, e.g. <code>http://192.168.3.202:81</code> - the <b>ONLYOFFICE Docs</b> welcome page should open.</p>
</div>
<h3>Installing ONLYOFFICE integration connector</h3>
@ -417,7 +417,7 @@ chmod +x ./cloudron-setup
<p>Click your user name in the upper-right corner and choose the <b>Settings</b> option in the menu. Click the <b>ONLYOFFICE</b> item in the left-side menu to open the <b>ONLYOFFICE</b> application settings page.</p>
<h3>Configuring the integration app for Nextcloud</h3>
<p>When the connector is installed, you need to configure it. On the ONLYOFFICE application settings page, specify the address of the machine where the Document Server is installed in the <b>Document Editing Service address</b> field. If youve changed the port during the installation, do not forget to specify it, e.g. <code>http://192.168.3.202:81</code>. Click the <b>Save</b> button to apply the settings.</p>
<p>When the connector is installed, you need to configure it. On the ONLYOFFICE application settings page, specify the address of the machine where the ONLYOFFICE Docs is installed in the <b>Document Editing Service address</b> field. If youve changed the port during the installation, do not forget to specify it, e.g. <code>http://192.168.3.202:81</code>. Click the <b>Save</b> button to apply the settings.</p>
<p>To find out more details on configuring the integration app you can refer to corresponding articles for <a target="_blank" href="https://api.onlyoffice.com/editors/nextcloud"><b>Nextcloud</b></a>.</p>
</div>

View File

@ -61,17 +61,17 @@
<div class="gs_content" id="OnlineEditorsIntegration_block">
<h2>Online editors integration</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 Document Server.</p>
<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 Document Server</h3>
<h3>Installing ONLYOFFICE Docs</h3>
<div class="PortalHelp">
<p>
You will need an instance of ONLYOFFICE Document Server that is resolvable and connectable both from Nuxeo and any end clients.
If that is not the case, use the official ONLYOFFICE Document Server documentation page: <a href="https://helpcenter.onlyoffice.com/server/linux/document/linux-installation.aspx" target="_blank"><b>Document Server for Linux</b></a>.
ONLYOFFICE Document Server must also be able to POST to Nuxeo directly.
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 Document Server is to use <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/document/docker-compose.aspx")%>"><b>Docker Compose</b></a>.</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>
@ -120,9 +120,9 @@
<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 Document server and <code>jwt.secret</code> is the secret to validate the JSON web token in the request to Document Server.</p>
<p>If you used Docker to install ONLYOFFICE Document Server, 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 Document Server side.</p>
<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>
</div>
<h3>Compiling ONLYOFFICE addon for Nuxeo</h3>

View File

@ -25,8 +25,8 @@
<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="InstallingownCloudUsingDocker">Installing ONLYOFFICE Document Server with ownCloud using Docker</span></li>
<li><span class="gs_link" id="InstallingownCloudUsingUCS">Installing ONLYOFFICE Document Server with ownCloud on a virtual machine using UCS</span></li>
<li><span class="gs_link" id="InstallingownCloudUsingDocker">Installing ONLYOFFICE Docs with ownCloud using Docker</span></li>
<li><span class="gs_link" id="InstallingownCloudUsingUCS">Installing ONLYOFFICE Docs with ownCloud on a virtual machine using UCS</span></li>
</ul>
</li>
<li><span class="gs_link" id="DesktopIntegration">Desktop editors integration</span></li>
@ -54,10 +54,10 @@
<li>A new Open in ONLYOFFICE menu option within the document library for Office documents.</li>
<li>Editing the following formats: csv, docx, pptx, txt, xlsx. These are also available for viewing together with pdf. In addition, the edited files of the corresponding type can be converted into the Open Office XML formats: dot, dotx, epub, htm, html, odp, odt, pot, potm, potx, pps, ppsm, ppsx, ppt, pptm, rtf, xls, xlsm, xlsx, xlt, xltm, xltx.</li>
</ul>
<p>You are already using ONLYOFFICE Desktop Editors and would like to be able to manage files stored in your ownCloud account using document editors? Our <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/integration/Owncloud.aspx#DesktopIntegration_block")%>"><b>Desktop Editors integration</b></a> guide will help you properly configure the integration between ownCloud and ONLYOFFICE Editors.</p>
<p>Would like to install ownCloud along with the ONLYOFFICE Office suite on your computer for development or a test-drive? Than you should use our <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/integration/Owncloud.aspx#InstallingownCloudUsingDocker_block")%>"><b>Docker installation</b></a> for Linux-based systems, so you can get a complete view of the ONLYOFFICE Document Servers functionality and features.
Want to spend as little time as possible on installation? Use the <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/integration/Owncloud.aspx#InstallingownCloudUsingUCS_block")%>"><b>app appliance</b></a> of Univention to install an already integrated and preconfigured ownCloud.</p>
<p>In case you have any documents stored in your ownCloud account, refer to <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/tipstricks/Connect-Owncloud.aspx")%>"><b>this guide</b></a> to easily synchronize them with the Documents module of your up and running ONLYOFFICE portal.</p>
<p>You are already using ONLYOFFICE Desktop Editors and would like to be able to manage files stored in your ownCloud account using document editors? Our <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-owncloud.aspx#DesktopIntegration_block")%>"><b>Desktop Editors integration</b></a> guide will help you properly configure the integration between ownCloud and ONLYOFFICE Editors.</p>
<p>Would like to install ownCloud along with the ONLYOFFICE Office suite on your computer for development or a test-drive? Than you should use our <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-owncloud.aspx#InstallingownCloudUsingDocker_block")%>"><b>Docker installation</b></a> for Linux-based systems, so you can get a complete view of the ONLYOFFICE Docs functionality and features.
Want to spend as little time as possible on installation? Use the <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-owncloud.aspx#InstallingownCloudUsingUCS_block")%>"><b>app appliance</b></a> of Univention to install an already integrated and preconfigured ownCloud.</p>
<p>In case you have any documents stored in your ownCloud account, refer to <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/administration/Connect-Owncloud.aspx")%>"><b>this guide</b></a> to easily synchronize them with the Documents module of your up and running ONLYOFFICE portal.</p>
<p>Integration of ownCloud and mobile version of ONLYOFFICE is possible using our applications for <a href="https://apps.apple.com/us/app/onlyoffice-documents/id944896972" target="_blank"><b>iOS</b></a> and <a href="https://play.google.com/store/apps/details?id=com.onlyoffice.documents" target="_blank"><b>Android</b></a>.
For more details, follow our <b>Connecting third-party clouds</b> sections for <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/Documents/overview.aspx#connectclouds")%>"><b>iOS</b></a> and <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/Documents/android/overview.aspx#connectthirdpartyclouds")%>"><b>Android</b></a>.</p>
<p>Visit our <a href="https://api.onlyoffice.com/editors/owncloud" target="_blank"><b>For Developers</b></a> page to find out more about the ownCloud ONLYOFFICE integration app in details.</p>
@ -68,15 +68,15 @@
<div class="gs_content" id="OnlineEditorsIntegration_block">
<h2>Online editors integration</h2>
<h3>Installing ONLYOFFICE Document Server</h3>
<h3>Installing ONLYOFFICE Docs</h3>
<div class="PortalHelp">
<p>You will need an instance of ONLYOFFICE Document Server that is resolvable and connectable both from ownCloud and any end clients (version 4.2.7 and later are supported for use with the app).
If that is not the case, use the official ONLYOFFICE Document Server documentation page: <a href="https://helpcenter.onlyoffice.com/server/linux/document/linux-installation.aspx" target="_blank"><b>Document Server for Linux</b></a>.
ONLYOFFICE Document Server must also be able to POST to ownCloud directly.</p>
<p>Starting with version 4.3.0, ONLYOFFICE Document Server and ownCloud 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 Document Server as by default both ONLYOFFICE Document Server and ownCloud work on port 80.
Or you can use Document Server behind a proxy, please refer to <a href="https://helpcenter.onlyoffice.com/server/document/document-server-proxy.aspx"><b>this article</b></a> to learn how you can configure it.</p>
<p>The easiest way to start an instance of ONLYOFFICE Document Server is to use <a href="https://github.com/ONLYOFFICE/Docker-DocumentServer" target="_blank"><b>Docker</b></a>.</p>
<p>You will need an instance of ONLYOFFICE Docs that is resolvable and connectable both from ownCloud and any end clients (version 4.2.7 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 ownCloud directly.</p>
<p>Starting with version 4.3.0, ONLYOFFICE Docs and ownCloud 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 ownCloud work on port 80.
Or you can use ONLYOFFICE Docs behind a proxy, please refer to <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-community-proxy.aspx")%>"><b>this article</b></a> to learn how you can configure it.</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 ownCloud ONLYOFFICE integration app</h3>
@ -86,7 +86,7 @@
After that find <b>ONLYOFFICE</b> in the list of available applications and install it.
</p>
<p>If the server with the ownCloud installed does not have an Internet access, or if you need it for some other reason, the administrator can install the application manually.
To start using ONLYOFFICE Document Server with ownCloud, the following steps must be performed:</p>
To start using ONLYOFFICE Docs with ownCloud, the following steps must be performed:</p>
<ol>
<li>Go to the ownCloud server <em>apps/</em> directory (or some other directory <a href="https://doc.owncloud.org/server/admin_manual/installation/apps_management_installation.html#using-custom-app-directories" target="_blank"><b>used</b></a> to connect applications):
<pre><code>cd apps/</code></pre>
@ -113,15 +113,15 @@
<p>In this menu you can edit and specify the following options:</p>
<ul>
<li>Document Editing Service address - specify the URL address on which the Document Editing Server is installed.</li>
<li>Secret key - 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>
<li>Secret key - specify the secret used to sign the data. It is the secret to validate the JSON web token in the request to ONLYOFFICE Docs.
<p>The JWT configuration on the ONLYOFFICE Docs side can be found <a target="_blank" href="https://api.onlyoffice.com/editors/signature/"><b>here</b></a>.</p>
<li>Advanced server settings:
<ul>
<li>Document Editing Service address for internal requests from ownCloud server.</li>
<li>ownCloud server address for internal requests from the Document Editing Service.</li>
</ul>
</li>
<li>Connect to demo ONLYOFFICE Document Server - used to test the capabilities of the editor. By enabling this option, do not open any important documents with sensitive data.</li>
<li>Connect to demo ONLYOFFICE Docs - used to test the capabilities of the editor. By enabling this option, do not open any important documents with sensitive data.</li>
<li>Common settings:
<ul>
<li>Restrics access to the editors to following groups - check the box and select user groups that will be forbidden from using ONLYOFFICE editors on ownCloud.</li>
@ -140,14 +140,14 @@
</ul>
<p>After making changes to the application settings, click the <b>Save</b> button located below each section to save the changes.</p>
<p>For more information on integrating ONLYOFFICE editors with ownCloud services, refer <a target="_blank" href="https://api.onlyoffice.com/editors/owncloud"><b>For Developers</b></a> section.</p>
<p>Do not forget to watch our <a href="https://helpcenter.onlyoffice.com/video/integrate-owncloud.aspx" target="_blank"><b>video guide</b></a> which will illustrate you how to connect ONLYOFFICE online editors to ownCloud using ONLYOFFICE application.</p>
<p>Do not forget to watch our <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/video/integrate-owncloud.aspx")%>"><b>video guide</b></a> which will illustrate you how to connect ONLYOFFICE online editors to ownCloud using ONLYOFFICE application.</p>
</div>
</div>
<div class="gs_content" id="InstallingownCloudUsingDocker_block">
<h2>Installing ONLYOFFICE Document Server with ownCloud using Docker</h2>
<h2>Installing ONLYOFFICE Docs with ownCloud using Docker</h2>
<div class="PortalHelp">
<p>This guide will help you install, run and use the functionality of the ownCloud server along with the ONLYOFFICE Document Server and properly configure it, so that you can easily create new and edit existing files saved in your ownCloud account. OwnCloud 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>
<p>This guide will help you install, run and use the functionality of the ownCloud server along with the ONLYOFFICE Docs and properly configure it, so that you can easily create new and edit existing files saved in your ownCloud account. OwnCloud 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>Installing Docker and Docker Compose</h3>
<div class="PortalHelp">
@ -184,7 +184,7 @@
<img alt="Install Wizzard ownCloud" id="install_wizzard_owncloud" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Owncloud/big/installwizzard.png")%>" />
<div target="install_wizzard_owncloud" class="screenphoto magnifier"></div>
</div>
<p>Now you can create documents in ownCloud, which will be opened by the ONLYOFFICE Document Server. To do this, click the <img alt="owncloud add object icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Owncloud/small/createfileIcon.png")%>" /> button and select the necessary editor.</p>
<p>Now you can create documents in ownCloud, which will be opened by the ONLYOFFICE Docs. To do this, click the <img alt="owncloud add object icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Owncloud/small/createfileIcon.png")%>" /> button and select the necessary editor.</p>
<div class="screen_block">
<img alt="Create file menu" target="create_file" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Owncloud/small/createfile.png")%>" />
<img alt="Create file menu" id="create_file" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Owncloud/big/createfile.png")%>" />
@ -199,8 +199,8 @@
<p>In the ONLYOFFICE application settings section you can edit and specify the following options:</p>
<ul>
<li>Document Editing Service address - specify the URL address on which the Document Editing Server is installed.</li>
<li>Secret key - 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>
<li>Secret key - specify the secret used to sign the data. It is the secret to validate the JSON web token in the request to ONLYOFFICE Docs.
<p>The JWT configuration on the ONLYOFFICE Docs side can be found <a target="_blank" href="https://api.onlyoffice.com/editors/signature/"><b>here</b></a>.</p>
</li>
<li>Advanced server settings:
<ul>
@ -208,7 +208,7 @@
<li>OwnCloud server address for internal requests from the Document Editing Service.</li>
</ul>
</li>
<li>Connect to demo ONLYOFFICE Document Server - used to test the capabilities of the editor. By enabling this option, do not open any important documents with sensitive data.</li>
<li>Connect to demo ONLYOFFICE Docs - used to test the capabilities of the editor. By enabling this option, do not open any important documents with sensitive data.</li>
<li>Common settings:
<ul>
<li>Restrics access to the editors to following groups - check the box and select user groups that will be forbidden from using ONLYOFFICE editors on ownCloud.</li>
@ -232,9 +232,9 @@
</div>
<div class="gs_content" id="InstallingownCloudUsingUCS_block">
<h2>Installing ONLYOFFICE Document Server with ownCloud on a virtual machine using UCS</h2>
<h2>Installing ONLYOFFICE Docs with ownCloud on a virtual machine using UCS</h2>
<div class="PortalHelp">
<p>App appliances introduced by <a href="https://www.univention.com/" target="blank"><b>Univention</b></a> are <b>a distribution format that allows installing systems already packed with components</b> such as ONLYOFFICE Document Server and ownCloud. In this guide, we will describe why it is convenient and how to install ONLYOFFICE on your server using this method.</p>
<p>App appliances introduced by <a href="https://www.univention.com/" target="blank"><b>Univention</b></a> are <b>a distribution format that allows installing systems already packed with components</b> such as ONLYOFFICE Docs and ownCloud. In this guide, we will describe why it is convenient and how to install ONLYOFFICE on your server using this method.</p>
<p>Univention, an open-source corporate infrastructure developer, introduced a handy method of installing systems already equipped with third-party components virtual app appliances. These are VirtualBox or VMware images that include the app, UCS management system and the UCS runtime environment.</p>
<p>The following virtual images contain Univention Corporate Server, ownCloud and ONLYOFFICE. The apps work out of the box with the additionally created auto-configuration that makes sure that the required ONLYOFFICE add-on in ownCloud is configured correctly. The installation is far easier than a classic manual method: no manual steps by the administrator are needed.</p>
</div>
@ -310,11 +310,11 @@
<div class="PortalHelp">
<p>ONLYOFFICE suite allows you to edit the files stored in your ownCloud account and collaborate on them using <b>desktop ONLYOFFICE editors</b>. Thereby, you can use not only online collaboration tools, but also the features available in your desktop application only. To take full advantage of all these editing options youll need to install and configure several components:</p>
<ol>
<li>It's supposed that you already have a <b>ownCloud server</b> instance installed and configured. If not, you can refer to the <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/document/docker-compose.aspx")%>"><b>Docker Compose</b></a> official installation instructions.</li>
<li>Install <b>ONLYOFFICE Document Server</b>. Please note that ownCloud server and ONLYOFFICE Document Server must be accessible to each other over the network. </li>
<li>It's supposed that you already have a <b>ownCloud server</b> instance installed and configured. If not, you can refer to the ownCloud official <a target="_blank" href="https://doc.owncloud.com/server/admin_manual/installation/"><b> installation instructions</b></a>.</li>
<li>Install <b>ONLYOFFICE Docs</b>. Please note that ownCloud server and ONLYOFFICE Docs must be accessible to each other over the network. </li>
<li>Enable our official <b>integration app</b> in the ownCloud administrator account.
<div class="notehelp">
One of the easiest ways to install and configure all the components at once (Document Server, ownCloud server and the integration app) is to use our Docker installation. You can refer to the corresponding instructions for <a target="_blank" href="https://github.com/ONLYOFFICE/docker-onlyoffice-owncloud">ownCloud</a>.
One of the easiest ways to install and configure all the components at once (ONLYOFFICE Docs, ownCloud server and the integration app) is to use our Docker installation. You can refer to the corresponding instructions for <a target="_blank" href="https://github.com/ONLYOFFICE/docker-onlyoffice-owncloud">ownCloud</a>.
</div>
</li>
<li>Connect your ownCloud server to <b>ONLYOFFICE Desktop Editors</b>.</li>
@ -324,15 +324,15 @@
</div>
</div>
<h3>Installing Document Server</h3>
<h3>Installing ONLYOFFICE Docs</h3>
<div class="PortalHelp">
<p>The easiest way to install <b>Document Server</b> is to use Docker. Execute the following command:</p>
<p>The easiest way to install <b>ONLYOFFICE Docs</b> is to use Docker. Execute the following command:</p>
<pre><code>sudo docker run -i -t -d -p 80:80 --restart=always onlyoffice/documentserver</code></pre>
<p>If you want to install <b>Document Server</b> on the same machine where your ownCloud server is installed, youll need to change the default port used by <b>Document Server</b> (both <b>Document Server</b> and ownCloud work on port 80 by default).</p>
<p>When installing <b>Document Server</b> using Docker, you can easily change the mapping port with the following command:</p>
<p>If you want to install <b>ONLYOFFICE Docs</b> on the same machine where your ownCloud server is installed, youll need to change the default port used by <b>ONLYOFFICE Docs</b> (both <b>ONLYOFFICE Docs</b> and ownCloud work on port 80 by default).</p>
<p>When installing <b>ONLYOFFICE Docs</b> using Docker, you can easily change the mapping port with the following command:</p>
<pre><code>sudo docker run -i -t -d -p &lt;PORT_NUMBER&gt;:80 --restart=always onlyoffice/documentserver</code></pre>
<p>Where <code>&lt;PORT_NUMBER&gt;</code> is the number of port you want <b>Document Server</b> to use.</p>
<p>To make sure that <b>Document Server</b> is installed successfully, enter the IP address and, optionally, port (if it has been changed during the installation) in your browser address bar, e.g. <code>http://192.168.3.202:81</code> - the <b>Document Server</b> welcome page should open.</p>
<p>Where <code>&lt;PORT_NUMBER&gt;</code> is the number of port you want <b>ONLYOFFICE Docs</b> to use.</p>
<p>To make sure that <b>ONLYOFFICE Docs</b> is installed successfully, enter the IP address and, optionally, port (if it has been changed during the installation) in your browser address bar, e.g. <code>http://192.168.3.202:81</code> - the <b>ONLYOFFICE Docs</b> welcome page should open.</p>
</div>
<h3>Installing ONLYOFFICE integration connector</h3>
@ -341,7 +341,7 @@
<p>Click your user name in the upper-right corner and choose the <b>Settings</b> option in the menu. Click the <b>Additional</b> item in the <b>Admin</b> section of the left-side menu.</p>
<h3>Configuring the integration app for ownCloud</h3>
<p>When the connector is installed, you need to configure it. On the ONLYOFFICE application settings page, specify the address of the machine where the Document Server is installed in the <b>Document Editing Service address</b> field. If youve changed the port during the installation, do not forget to specify it, e.g. <code>http://192.168.3.202:81</code>. Click the <b>Save</b> button to apply the settings.</p>
<p>When the connector is installed, you need to configure it. On the ONLYOFFICE application settings page, specify the address of the machine where the ONLYOFFICE Docs is installed in the <b>Document Editing Service address</b> field. If youve changed the port during the installation, do not forget to specify it, e.g. <code>http://192.168.3.202:81</code>. Click the <b>Save</b> button to apply the settings.</p>
<p>To find out more details on configuring the integration app you can refer to corresponding articles for <a target="_blank" href="https://api.onlyoffice.com/editors/owncloud"><b>ownCloud</b></a>.</p>
</div>

View File

@ -25,7 +25,7 @@
<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="InstallingPloneUsingDocker">Installing ONLYOFFICE Document Server with Plone using Docker</span></li>
<li><span class="gs_link" id="InstallingPloneUsingDocker">Installing ONLYOFFICE Docs with Plone using Docker</span></li>
</ul>
</li>
</ul>
@ -51,7 +51,7 @@
<li>Editing the following formats: DOCX, PPTX, XLSX. These are also available for viewing in PDF together ODT, ODS, ODP, DOC, XLS, PPT format files.</li>
<li>Co-editing documents in real-time: use two co-editing modes (Fast and Strict), Track Changes, comments, and built-in chat.</li>
</ul>
<p>Would like to install Plone along with the ONLYOFFICE Office suite on your computer for development or a test-drive? Than you should use our <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/integration/Plone.aspx#InstallingPloneUsingDocker_block")%>"><b>Docker installation</b></a> for Linux-based systems, so you can get you a complete view of the ONLYOFFICE Document Servers functionality and features.</p>
<p>Would like to install Plone along with the ONLYOFFICE Office suite on your computer for development or a test-drive? Than you should use our <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/integration/Plone.aspx#InstallingPloneUsingDocker_block")%>"><b>Docker installation</b></a> for Linux-based systems, 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/plugins" target="_blank"><b>For Developers</b></a> page to find out more about the ONLYOFFICE integration connectors in details.</p>
</div>
</div>
@ -60,12 +60,12 @@
<div class="gs_content" id="OnlineEditorsIntegration_block">
<h2>Online editors integration</h2>
<h3>Installing ONLYOFFICE Document Server</h3>
<h3>Installing ONLYOFFICE Docs</h3>
<div class="PortalHelp">
<p>You will need an instance of ONLYOFFICE Document Server that is resolvable and connectable both from Plone and any end clients.
If that is not the case, use the official ONLYOFFICE Document Server documentation page: <a href="https://helpcenter.onlyoffice.com/server/linux/document/linux-installation.aspx" target="_blank"><b>Document Server for Linux</b></a>.
ONLYOFFICE Document Server must also be able to POST to Alfresco directly.</p>
<p>The easiest way to start an instance of ONLYOFFICE Document Server is to use <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/document/docker-compose.aspx")%>"><b>Docker Compose</b></a>.</p>
<p>You will need an instance of ONLYOFFICE Docs that is resolvable and connectable both from Plone 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 Alfresco 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 Plone ONLYOFFICE integration plugin</h3>
@ -84,23 +84,23 @@ eggs =
<h3>Configuring Plone ONLYOFFICE integration plugin</h3>
<div class="PortalHelp">
<p>To configure plugin, go to <b>Site Setup</b>. Scroll down to <b>Add-ons Configuration</b> section and press the <b>ONLYOFFICE Configuration</b> button. In the <b>Document Editing service</b> field specify the <em>URL address</em> on which the ONLYOFFICE Document Server is installed.</p>
<p>To configure plugin, go to <b>Site Setup</b>. Scroll down to <b>Add-ons Configuration</b> section and press the <b>ONLYOFFICE Configuration</b> button. In the <b>Document Editing service</b> field specify the <em>URL address</em> on which the ONLYOFFICE Docs is installed.</p>
<img alt="Plone Configuration menu" target="plone_1" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Plone/small/configuration.jpg")%>" />
</div>
</div>
<div class="gs_content" id="InstallingPloneUsingDocker_block">
<h2>Installing ONLYOFFICE Document Server with Plone using Docker</h2>
<h2>Installing ONLYOFFICE Docs with Plone using Docker</h2>
<h3>Installing ONLYOFFICE Document Server</h3>
<h3>Installing ONLYOFFICE Docs</h3>
<div class="PortalHelp">
<p>
You will need an instance of ONLYOFFICE Document Server that is resolvable and connectable both from Plone and any end clients.
If that is not the case, use the official ONLYOFFICE Document Server documentation page: <a href="https://helpcenter.onlyoffice.com/server/linux/document/linux-installation.aspx" target="_blank"><b>Document Server for Linux</b></a>.
ONLYOFFICE Document Server must also be able to POST to Alfresco directly.
You will need an instance of ONLYOFFICE Docs that is resolvable and connectable both from Plone 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 Alfresco directly.
</p>
<p>The easiest way to start an instance of ONLYOFFICE Document Server is to use <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/document/docker-compose.aspx")%>"><b>Docker Compose</b></a>.</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 Plone server</h3>
@ -139,7 +139,7 @@ eggs =
<h3>Configuring Plone ONLYOFFICE integration plugin</h3>
<div class="PortalHelp">
<p>To configure plugin, go to <b>Site Setup</b>. Scroll down to <b>Add-ons Configuration</b> section and press the <b>ONLYOFFICE Configuration</b> button. In the <b>Document Editing service</b> field specify the <em>URL address</em> on which the ONLYOFFICE Document Server is installed.</p>
<p>To configure plugin, go to <b>Site Setup</b>. Scroll down to <b>Add-ons Configuration</b> section and press the <b>ONLYOFFICE Configuration</b> button. In the <b>Document Editing service</b> field specify the <em>URL address</em> on which the ONLYOFFICE Docs is installed.</p>
<img alt="Plone Configuration menu" target="plone_1" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Plone/small/configuration.jpg")%>" />
</div>
</div>

View File

@ -23,9 +23,9 @@
<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><span class="gs_link" id="OnlineEditorsIntegration">Online editors integration</span>
<ul class="TableOfContentsSub">
<li><span class="gs_link" id="InstallingSharepoint">Installing ONLYOFFICE Document Server with SharePoint</span></li>
<li><span class="gs_link" id="InstallingSharepoint">Installing ONLYOFFICE Docs with SharePoint</span></li>
</ul>
</li>
</ul>
@ -51,7 +51,7 @@
<li>Editing the following formats: DOCX, XLSX, PPTX, PPSX. These are also available for viewing in PDF together with DJVU, TXT, CSV, ODT, ODS, ODP, DOC, XLS, PPT, PPS, EPUB, RTF, HTML, HTM, MHT, XPS formats.</li>
</ul>
<p>The conenctor is tested and works with SharePoint 2010, 2013 and 2016.</p>
<p>Would like to install SharePoint along with the ONLYOFFICE Office suite on your computer for development or a test-drive? Than you should use our <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/integration/Sharepoint.aspx#OnlineEditorsIntegration_block")%>"><b>installation guide</b></a>, so you can get you a complete view of the ONLYOFFICE Document Servers functionality and features.</p>
<p>Would like to install SharePoint along with the ONLYOFFICE Office suite on your computer for development or a test-drive? Than you should use our <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-plone.aspx#OnlineEditorsIntegration_block")%>"><b>installation guide</b></a>, so you can get you a complete view of the ONLYOFFICE Docss functionality and features.</p>
<p>Visit our For <a href="https://api.onlyoffice.com/editors/sharepoint" target="_blank"><b>Developers page</b></a> to find out more about the ONLYOFFICE SharePoint integration solution in details.</p>
</div>
</div>
@ -83,27 +83,27 @@
<h3>Configuring SharePoint ONLYOFFICE integration solution</h3>
<div class="PortalHelp">
<p>In SharePoint open the <em>/_layouts/15/Onlyoffice/Settings.aspx</em> page with administrative settings. Enter the following address to connect <b>ONLYOFFICE Document Server</b>:</p>
<p>In SharePoint open the <em>/_layouts/15/Onlyoffice/Settings.aspx</em> page with administrative settings. Enter the following address to connect <b>ONLYOFFICE Docs</b>:</p>
<pre><code>https://&lt;documentserver&gt;/</code></pre>
<p>Where the <b>documentserver</b> is the name of the server with the <b>ONLYOFFICE Document Server</b> installed. The address must be accessible for the user browser and from the SharePoint server. The SharePoint server address must also be accessible from ONLYOFFICE <b>Document Server</b> for correct work.</p>
<div class="notehelp">Please note, that if you have subsites set up with SharePoint, you will need to additionally configure <b>ONLYOFFICE Document Server</b> connection with each of them, in order for it to work properly. Go to each subsite settings and enter the <b>Document Server</b> address to the proper field.</div>
<p>Where the <b>documentserver</b> is the name of the server with the <b>ONLYOFFICE Docs</b> installed. The address must be accessible for the user browser and from the SharePoint server. The SharePoint server address must also be accessible from ONLYOFFICE <b>Docs</b> for correct work.</p>
<div class="notehelp">Please note, that if you have subsites set up with SharePoint, you will need to additionally configure <b>ONLYOFFICE Docs</b> connection with each of them, in order for it to work properly. Go to each subsite settings and enter the <b>Docs</b> address to the proper field.</div>
</div>
</div>
<div class="gs_content" id="InstallingSharepoint_block">
<h2>Installing ONLYOFFICE Document Server with SharePoint</h2>
<p>This guide will help you install, run and use the functionality of the SharePoint server along with the ONLYOFFICE Document Server and properly configure it, so that you can easily create new and edit existing files saved in your Microsoft account.
<h2>Installing ONLYOFFICE Docs with SharePoint</h2>
<p>This guide will help you install, run and use the functionality of the SharePoint server along with the ONLYOFFICE Docs and properly configure it, so that you can easily create new and edit existing files saved in your Microsoft account.
SharePoint server and ONLYOFFICE office suite can not only be placed on the Internet but also on your own computer for development or a test drive.</p>
<h3>Install ONLYOFFICE Document Server</h3>
<h3>Install ONLYOFFICE Docs</h3>
<div class="PortalHelp">
<p>You will need an instance of ONLYOFFICE Document Server that is resolvable and connectable both from SharePoint and any end clients. If that is not the case, use the official ONLYOFFICE Document Server documentation page: <a href="https://helpcenter.onlyoffice.com/server/linux/document/linux-installation.aspx" target="_blank"><b>Document Server for Linux</b></a>. ONLYOFFICE Document Server must also be able to POST to SharePoint directly.</p>
<p>The easiest way to start an instance of ONLYOFFICE Document Server is to use <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/document/docker-compose.aspx")%>"><b>Docker Compose</b></a>.</p>
<p>You will need an instance of ONLYOFFICE Docs that is resolvable and connectable both from SharePoint 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 SharePoint 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>Using ONLYOFFICE SharePoint integration solution</h3>
<div class="PortalHelp">
<p>Before you use ONLYOFFICE Document Server with ONLYOFFICE SharePoint solution, you need to install it. If you for some reason plan to edit the ONLYOFFICE SharePoint solution source code, you will need to compile it and install it afterwards.
<p>Before you use ONLYOFFICE Docs with ONLYOFFICE SharePoint solution, you need to install it. If you for some reason plan to edit the ONLYOFFICE SharePoint solution source code, you will need to compile it and install it afterwards.
If you do not want to do that and plan to use the already compiled solution package, please skip to the <b>Installation</b> section directly. The latest compiled package files are available <a href="https://github.com/onlyoffice/onlyoffice-sharepoint/releases" target="_blank"><b>here</b></a>.
</p>
</div>
@ -168,10 +168,10 @@
<h3>Configuring SharePoint ONLYOFFICE integration solution</h3>
<div class="PortalHelp">
<p>In SharePoint open the <em>/_layouts/15/Onlyoffice/Settings.aspx</em> page with administrative settings. Enter the following address to connect <b>ONLYOFFICE Document Server</b>:</p>
<p>In SharePoint open the <em>/_layouts/15/Onlyoffice/Settings.aspx</em> page with administrative settings. Enter the following address to connect <b>ONLYOFFICE Docs</b>:</p>
<pre><code>https://&lt;documentserver&gt;/</code></pre>
<p>Where the <b>documentserver</b> is the name of the server with the <b>ONLYOFFICE Document Server</b> installed. The address must be accessible for the user browser and from the SharePoint server. The SharePoint server address must also be accessible from ONLYOFFICE <b>Document Server</b> for correct work.</p>
<div class="notehelp">Please note, that if you have subsites set up with SharePoint, you will need to additionally configure <b>ONLYOFFICE Document Server</b> connection with each of them, in order for it to work properly. Go to each subsite settings and enter the <b>Document Server</b> address to the proper field.</div>
<p>Where the <b>documentserver</b> is the name of the server with the <b>ONLYOFFICE Docs</b> installed. The address must be accessible for the user browser and from the SharePoint server. The SharePoint server address must also be accessible from ONLYOFFICE <b>Docs</b> for correct work.</p>
<div class="notehelp">Please note, that if you have subsites set up with SharePoint, you will need to additionally configure <b>ONLYOFFICE Docs</b> connection with each of them, in order for it to work properly. Go to each subsite settings and enter the <b>Docs</b> address to the proper field.</div>
</div>
</div>
</div>

View File

@ -24,7 +24,7 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p>Integrating ONLYOFFICE with Alfresco web-based collaboration environment through a connector, available in the official <a href="https://hub.alfresco.com/t5/alfresco-content-services-add/onlyoffice-connector-for-alfresco/m-p/291397" target="_blank"><b>Alfresco Add-ons directory</b></a> or on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-alfresco" target="_blank"><b>GitHub page</b></a>, allows you to edit Office documents within the document library.</p>
<p>Learn how to integrate ONLYOFFICE with <b>Alfresco</b> web-based collaboration environment through a connector, available in the official <a href="https://hub.alfresco.com/t5/alfresco-content-services-add/onlyoffice-connector-for-alfresco/m-p/291397" target="_blank"><b>Alfresco Add-ons directory</b></a> or on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-alfresco" target="_blank"><b>GitHub page</b></a>.</p>
</div>
<div class="contents" style="display: none">

View File

@ -24,7 +24,7 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<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>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>
</div>
<div class="contents" style="display: none">
@ -39,8 +39,8 @@
<h6>Online editors integration</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 Document Server with Confluence</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#ServerInstallationCloudrone_block")%>">Installing ONLYOFFICE Document Server with Confluence on Cloudron</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>
</ul>
</li>
</ul>

View File

@ -24,7 +24,7 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p>Integrating ONLYOFFICE with HumHub social network kit through a connector, available on the official <a href="https://www.humhub.com/en/marketplace/onlydocuments/" target="_blank"><b>Humhub Marketplace</b></a> and on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-humhub" target="_blank"><b>GitHub page</b></a>, allows you to edit Office documents within the document library.</p>
<p>Learn how to integrate ONLYOFFICE with <b>HumHub</b> social network kit through a connector, available on the official <a href="https://www.humhub.com/en/marketplace/onlydocuments/" target="_blank"><b>Humhub Marketplace</b></a> and on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-humhub" target="_blank"><b>GitHub page</b></a>.</p>
</div>
<div class="contents" style="display: none">
@ -39,7 +39,7 @@
<h6>Online editors integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-humhub.aspx#OnlineEditorsIntegration_block")%>">Online editors integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-humhub.aspx#InstallingHumhubUsingDocker_block")%>">Installing ONLYOFFICE Document Server with Humhub using Docker</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-humhub.aspx#InstallingHumhubUsingDocker_block")%>">Installing ONLYOFFICE Docs with Humhub using Docker</a></li>
</ul>
</li>
</ul>

View File

@ -22,15 +22,16 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0054_integrate_sharepoint/0054_integrate_sharepoint.ascx" />
</div>
</div>
<p>
<%--<p>
ONLYOFFICE is an open-source office suite distributed under GNU AGPL v3.0. It comprises online, desktop and mobile editors for text documents, spreadsheets, and presentations.
ONLYOFFICE editors (<b>Online editors</b>, <b>Desktop editors</b> and <b>Mobile editors</b>) can be integrated into many various cloud storage services and, therefore, be more efficient for you to cooperate, sync & share documents with other users.
</p>
<p>ONLYOFFICE integration is provided by connecting an ONLYOFFICE Document Server - <a href="https://www.onlyoffice.com/compare-editions.aspx" target="_blank"><b>Community or Enterprise Edition</b></a> - with a cloud service server using special <b>connectors</b>.
This connector will allow you to expand the traditional range of functions and add new features in addition to those a cloud portal already presents. The range of these features varies depending on a portal.
</p>
<p>All possible integraion options of ONLYOFFICE office suite are presented below. You can easily find and install the best suitable option for you by following our step-by-step guides:</p>
<p>All possible integraion options of ONLYOFFICE office suite are presented below. You can easily find and install the best suitable option for you by following our step-by-step guides:</p>--%>
<p>ONLYOFFICE integration is provided by connecting ONLYOFFICE Docs with out partners' services using special <b>connectors</b>.
Connectors will allow you to expand the traditional range of functions and add new features making it easier to cooperate and be more efficient for you to sync & share documents with other users.</p>
<ul class="block-editor">
<li>
<h2 class="doceditor"><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/alfresco.aspx")%>">Alfresco</a></h2>
@ -41,10 +42,9 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p>Integrating ONLYOFFICE with Alfresco web-based collaboration environment through a connector, available in the official <a href="https://hub.alfresco.com/t5/alfresco-content-services-add/onlyoffice-connector-for-alfresco/m-p/291397" target="_blank"><b>Alfresco Add-ons directory</b></a> or on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-alfresco" target="_blank"><b>GitHub page</b></a>, allows you to edit Office documents within the document library.</p>
<p>Learn how to integrate ONLYOFFICE with <b>Alfresco</b> web-based collaboration environment through a connector, available in the official <a href="https://hub.alfresco.com/t5/alfresco-content-services-add/onlyoffice-connector-for-alfresco/m-p/291397" target="_blank"><b>Alfresco Add-ons directory</b></a> or on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-alfresco" target="_blank"><b>GitHub page</b></a>.</p>
</div>
<div class="contents" style="display: none">
<h2>Alfresco</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/integration/Alfresco.aspx#overview_block")%>">Overview</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/integration/Alfresco.aspx#OnlineEditorsIntegration_block")%>">Online Editors Integration</a></li>
@ -63,15 +63,14 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<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>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>
</div>
<div class="contents" style="display: none">
<h2>Confluence</h2>
<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 Document Server with Confluence</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#ServerInstallationCloudrone_block")%>">Installing ONLYOFFICE Document Server with Confluence on Cloudron</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>
</ul>
</div>
</li>
@ -87,14 +86,13 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p>Integrating ONLYOFFICE with HumHub social network kit through a connector, available on the official <a href="https://www.humhub.com/en/marketplace/onlydocuments/" target="_blank"><b>Humhub Marketplace</b></a> and on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-humhub" target="_blank"><b>GitHub page</b></a>, allows you to edit Office documents within the document library.</p>
<p>Learn how to integrate ONLYOFFICE with <b>HumHub</b> social network kit through a connector, available on the official <a href="https://www.humhub.com/en/marketplace/onlydocuments/" target="_blank"><b>Humhub Marketplace</b></a> and on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-humhub" target="_blank"><b>GitHub page</b></a>.</p>
</div>
<div class="contents" style="display: none">
<h2>HumHub</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-humhub.aspx#Overview_block")%>">Overview</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-humhub.aspx#OnlineEditorsIntegration_block")%>">Online editors integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-humhub.aspx#InstallingHumhubUsingDocker_block")%>">Installing ONLYOFFICE Document Server with Humhub using Docker</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-humhub.aspx#InstallingHumhubUsingDocker_block")%>">Installing ONLYOFFICE Docs with Humhub using Docker</a></li>
</ul>
</div>
</li>
@ -110,10 +108,9 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<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>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">
<h2>Liferay</h2>
<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>
@ -132,16 +129,15 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p>Integrating ONLYOFFICE with Nextcloud cloud storage service through a connector, available in Nextcloud <a href="https://apps.nextcloud.com/apps/onlyoffice" target="_blank"><b>app store</b></a> and on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-nextcloud" target="_blank"><b>GitHub page</b></a>, allows you to edit Office documents within the document library.</p>
<p>Learn how to integrate ONLYOFFICE with <b>Nextcloud</b> cloud storage service through a connector, available in Nextcloud <a href="https://apps.nextcloud.com/apps/onlyoffice" target="_blank"><b>app store</b></a> and on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-nextcloud" target="_blank"><b>GitHub page</b></a>.</p>
</div>
<div class="contents" style="display: none">
<h2>Nextcloud</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#Overview_block")%>">Overview</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#OnlineEditorsIntegration_block")%>">Online editors integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#InstallingNextcloudUsingDocker_block")%>">Installing ONLYOFFICE Document Server with Nextcloud using Docker</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#InstallingNextcloudUsingDocker_block")%>">Installing ONLYOFFICE Docs with Nextcloud using Docker</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#InstallingNextcloudOnCloudron_block")%>">Installing ONLYOFFICE integrated with Nextcloud on Cloudron</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#InstallingNextcloudUsingUCS_block")%>">Installing ONLYOFFICE Document Server with Nextcloud on a virtual machine using UCS</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#InstallingNextcloudUsingUCS_block")%>">Installing ONLYOFFICE Docs with Nextcloud on a virtual machine using UCS</a></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60039_nextcloud_proxy/60039_nextcloud_proxy.ascx" /></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#DesktopIntegration_block")%>">Desktop editors integration</a></li>
</ul>
@ -159,10 +155,9 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<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>Learn how to integrate 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>.</p>
</div>
<div class="contents" style="display: none">
<h2>Nuxeo</h2>
<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>
@ -181,15 +176,14 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p>Integrating ONLYOFFICE with ownCloud cloud storage service through a connector, available in ownCloud <a href="https://marketplace.owncloud.com/apps/onlyoffice" target="_blank"><b>Marketplace</b></a> or on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-owncloud" target="_blank"><b>GitHub page</b></a>, allows you to edit Office documents within the document library.</p>
<p>Learn how to integrate ONLYOFFICE with <b>ownCloud</b> cloud storage service through a connector, available in ownCloud <a href="https://marketplace.owncloud.com/apps/onlyoffice" target="_blank"><b>Marketplace</b></a> or on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-owncloud" target="_blank"><b>GitHub page</b></a>.</p>
</div>
<div class="contents" style="display: none">
<h2>ownCloud</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-owncloud.aspx#Overview_block")%>">Overview</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-owncloud.aspx#OnlineEditorsIntegration_block")%>">Online editors integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-owncloud.aspx#InstallingownCloudUsingDocker_block")%>">Installing ONLYOFFICE Document Server with ownCloud using Docker</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-owncloud.aspx#InstallingownCloudUsingUCS_block")%>">Installing ONLYOFFICE Document Server with ownCloud on a virtual machine using UCS</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-owncloud.aspx#InstallingownCloudUsingDocker_block")%>">Installing ONLYOFFICE Docs with ownCloud using Docker</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-owncloud.aspx#InstallingownCloudUsingUCS_block")%>">Installing ONLYOFFICE Docs with ownCloud on a virtual machine using UCS</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-owncloud.aspx#DesktopIntegration_block")%>">Desktop editors integration</a></li>
</ul>
</div>
@ -206,14 +200,13 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p>Integrating ONLYOFFICE with <a href="https://plone.org/" target="_blank"><b>Plone</b></a> content management system through a connector, available in <a href="https://pypi.org/project/onlyoffice.connector/#description" target="_blank"><b>PyPi.org</b></a> and on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-plone" target="_blank"><b>GitHub page</b></a>, allows you to edit Office documents within the document library.</p>
<p>Learn how to integrate ONLYOFFICE with <a href="https://plone.org/" target="_blank"><b>Plone</b></a> content management system through a connector, available in <a href="https://pypi.org/project/onlyoffice.connector/#description" target="_blank"><b>PyPi.org</b></a> and on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-plone" target="_blank"><b>GitHub page</b></a>.</p>
</div>
<div class="contents" style="display: none">
<h2>Plone</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-plone.aspx#Overview_block")%>">Overview</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-plone.aspx#OnlineEditorsIntegration_block")%>">Online editors integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-plone.aspx#InstallingPloneUsingDocker_block")%>">Installing ONLYOFFICE Document Server with Plone using Docker</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-plone.aspx#InstallingPloneUsingDocker_block")%>">Installing ONLYOFFICE Docs with Plone using Docker</a></li>
</ul>
</div>
</li>
@ -221,7 +214,7 @@
<ul class="block-editor">
<li>
<h2 class="doceditor"><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/plone.aspx")%>">SharePoint</a></h2>
<h2 class="doceditor"><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/sharepoint.aspx")%>">SharePoint</a></h2>
<span class="toggler showcont">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/ShowContents/ShowContents.ascx" />
</span>
@ -229,14 +222,13 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p>Integrating ONLYOFFICE with SharePoint collaborative platform through a connector, available on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-sharepoint" target="_blank"><b>GitHub page</b></a>, allows you to edit Office documents within the document library.</p>
<p>Learn how to integrate ONLYOFFICE with <b>SharePoint</b> collaborative platform through a connector, available on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-sharepoint" target="_blank"><b>GitHub page</b></a>.</p>
</div>
<div class="contents" style="display: none">
<h2>SharePoint</h2>
<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 Document Server with SharePoint</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#InstallingSharepoint_block")%>">Installing ONLYOFFICE Docs with SharePoint</a></li>
</ul>
</div>
</li>

View File

@ -24,7 +24,7 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<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>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>
</div>
<div class="contents" style="display: none">

View File

@ -33,7 +33,7 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p>Integrating ONLYOFFICE with Nextcloud cloud storage service through a connector, available in Nextcloud <a href="https://apps.nextcloud.com/apps/onlyoffice" target="_blank"><b>app store</b></a> and on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-nextcloud" target="_blank"><b>GitHub page</b></a>, allows you to edit Office documents within the document library.</p>
<p>Learn how to integrate ONLYOFFICE with <b>Nextcloud</b> cloud storage service through a connector, available in Nextcloud <a href="https://apps.nextcloud.com/apps/onlyoffice" target="_blank"><b>app store</b></a> and on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-nextcloud" target="_blank"><b>GitHub page</b></a>.</p>
</div>
<div class="contents" style="display: none">
@ -48,9 +48,9 @@
<h6>Online editors integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#OnlineEditorsIntegration_block")%>">Online editors integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#InstallingNextcloudUsingDocker_block")%>">Installing ONLYOFFICE Document Server with Nextcloud using Docker</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#InstallingNextcloudUsingDocker_block")%>">Installing ONLYOFFICE Docs with Nextcloud using Docker</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#InstallingNextcloudOnCloudron_block")%>">Installing ONLYOFFICE integrated with Nextcloud on Cloudron</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#InstallingNextcloudUsingUCS_block")%>">Installing ONLYOFFICE Document Server with Nextcloud on a virtual machine using UCS</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#InstallingNextcloudUsingUCS_block")%>">Installing ONLYOFFICE Docs with Nextcloud on a virtual machine using UCS</a></li>
</ul>
</li>
<li>

View File

@ -24,7 +24,7 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<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>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>
</div>
<div class="contents" style="display: none">

View File

@ -31,7 +31,7 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p>Integrating ONLYOFFICE with ownCloud cloud storage service through a connector, available in ownCloud <a href="https://marketplace.owncloud.com/apps/onlyoffice" target="_blank"><b>Marketplace</b></a> or on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-owncloud" target="_blank"><b>GitHub page</b></a>, allows you to edit Office documents within the document library.</p>
<p>Learn how to integrate ONLYOFFICE with <b>ownCloud</b> cloud storage service through a connector, available in ownCloud <a href="https://marketplace.owncloud.com/apps/onlyoffice" target="_blank"><b>Marketplace</b></a> or on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-owncloud" target="_blank"><b>GitHub page</b></a>.</p>
</div>
<div class="contents" style="display: none">
@ -46,8 +46,8 @@
<h6>Online editors integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-owncloud.aspx#OnlineEditorsIntegration_block")%>">Online editors integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-owncloud.aspx#InstallingownCloudUsingDocker_block")%>">Installing ONLYOFFICE Document Server with ownCloud using Docker</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-owncloud.aspx#InstallingownCloudUsingUCS_block")%>">Installing ONLYOFFICE Document Server with ownCloud on a virtual machine using UCS</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-owncloud.aspx#InstallingownCloudUsingDocker_block")%>">Installing ONLYOFFICE Docs with ownCloud using Docker</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-owncloud.aspx#InstallingownCloudUsingUCS_block")%>">Installing ONLYOFFICE Docs with ownCloud on a virtual machine using UCS</a></li>
</ul>
</li>
<li>

View File

@ -24,7 +24,7 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p>Integrating ONLYOFFICE with <a href="https://plone.org/" target="_blank"><b>Plone</b></a> content management system through a connector, available in <a href="https://pypi.org/project/onlyoffice.connector/#description" target="_blank"><b>PyPi.org</b></a> and on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-plone" target="_blank"><b>GitHub page</b></a>, allows you to edit Office documents within the document library.</p>
<p>Learn how to integrate ONLYOFFICE with <a href="https://plone.org/" target="_blank"><b>Plone</b></a> content management system through a connector, available in <a href="https://pypi.org/project/onlyoffice.connector/#description" target="_blank"><b>PyPi.org</b></a> and on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-plone" target="_blank"><b>GitHub page</b></a>.</p>
</div>
<div class="contents" style="display: none">
@ -39,7 +39,7 @@
<h6>Online editors integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-plone.aspx#OnlineEditorsIntegration_block")%>">Online editors integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-plone.aspx#InstallingPloneUsingDocker_block")%>">Installing ONLYOFFICE Document Server with Plone using Docker</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-plone.aspx#InstallingPloneUsingDocker_block")%>">Installing ONLYOFFICE Docs with Plone using Docker</a></li>
</ul>
</li>
</ul>

View File

@ -31,7 +31,7 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p>Integrating ONLYOFFICE with SharePoint collaborative platform through a connector, available on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-sharepoint" target="_blank"><b>GitHub page</b></a>, allows you to edit Office documents within the document library.</p>
<p>Learn how to integrate ONLYOFFICE with <b>SharePoint</b> collaborative platform through a connector, available on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-sharepoint" target="_blank"><b>GitHub page</b></a>.</p>
</div>
<div class="contents" style="display: none">
@ -46,7 +46,7 @@
<h6>Online editors integration</h6>
<ul>
<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 Document Server with SharePoint</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#InstallingSharepoint_block")%>">Installing ONLYOFFICE Docs with SharePoint</a></li>
</ul>
</li>
</ul>

View File

@ -53,7 +53,7 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p>ONLYOFFICE Workspace is a complete suite designed to run your entire business: ONLYOFFICE Docs integrated with ONLYOFFICE Groups, Mail, and Talk. It also includes an intuitive control panel for easy workspace configuration and customization.</p>
<p><b>ONLYOFFICE Workspace</b> is a complete suite designed to run your entire business: ONLYOFFICE Docs integrated with ONLYOFFICE Groups, Mail, and Talk. It also includes an intuitive control panel for easy workspace configuration and customization.</p>
</div>
<div class="contents" style="display: none">
@ -171,7 +171,7 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p>ONLYOFFICE Groups is a complete collaboration platform to manage documents, projects, emails, client relations, and timetables in one place. Released under Apache-2.0.</p>
<p><b>ONLYOFFICE Groups</b> is a complete collaboration platform to manage documents, projects, emails, client relations, and timetables in one place. Released under Apache-2.0.</p>
</div>
<div class="contents" style="display: none">