Added new articles for Desktop Editors + Nextcloud/ownCloud/Seafile + screenshots.

This commit is contained in:
Olga Vlasiuk 2021-02-03 16:42:06 +03:00 committed by svetlana maleeva
parent b1b3cddbab
commit f25a400ccb
19 changed files with 858 additions and 25 deletions

View File

@ -4,7 +4,7 @@
<script runat="server"> <script runat="server">
protected override void Init() protected override void Init()
{ {
PageTitle = PageCaption = "Connecting Desktop Editors to your Nextcloud or ownCloud server"; PageTitle = PageCaption = "Connecting Desktop Editors to your Nextcloud server";
MetaKeyWords = ""; MetaKeyWords = "";
MetaDescription = ""; MetaDescription = "";
@ -19,7 +19,7 @@
</script> </script>
<div class="MainHelpCenter"> <div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Connecting Desktop Editors to your Nextcloud or ownCloud server</h1> <h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Connecting ONLYOFFICE Desktop Editors to your Nextcloud server</h1>
<cc:localizecontent runat="Server" controlname="~/Controls/Help/VariousControls/Versions/DesktopEditors/DesktopEditors_Current.ascx" /> <cc:localizecontent runat="Server" controlname="~/Controls/Help/VariousControls/Versions/DesktopEditors/DesktopEditors_Current.ascx" />
<%--<div class="keyword_block"> <%--<div class="keyword_block">
<ul> <ul>
@ -27,20 +27,27 @@
</ul> </ul>
</div>--%> </div>--%>
<p>ONLYOFFICE suite allows you to edit the files stored in your Nextcloud/ownCloud account and collaborate on them using both <b>online</b> and <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> <p>ONLYOFFICE allows you to edit the files stored in your Nextcloud account and collaborate on them using both <b>online</b> and <b>desktop ONLYOFFICE editors</b>. Thereby, you can use not only online collaboration tools, but also the features available in your desktop application only:</p>
<ul>
<li>protecting documents with a password or a digital signature,</li>
<li>sending the currently edited file right from the editor using the <b>Send</b> plugin,</li>
<li>inserting audio and video via the Presentation Editor.</li>
</ul>
<p>If you are using the <b>paid online version of the ONLYOFFICE Docs</b>, you will have access to the ONLYOFFICE <a href="https://helpcenter.onlyoffice.com/installation/desktop-pro-features.aspx">pro features</a> when working in the desktop editors.</p>
<p>To take full advantage of all these editing options youll need to install and configure several components:</p>
<ol> <ol>
<li>It's supposed that you already have a <b>Nextcloud/ownClowd 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">Nextcloud</a> or <a target="_blank" href="https://doc.owncloud.org/server/10.0/admin_manual/installation/">ownCloud</a> official installation instructions.</li> <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">Nextcloud</a> official installation instructions.</li>
<li>Install <b>ONLYOFFICE Docs</b>. Please note that Nextcloud/ownCloud server and ONLYOFFICE Docs 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/ownCloud administrator account. <li>Enable our official <b>integration app</b> in the Nextcloud administrator account.
<div class="notehelp"> <div class="notehelp">
One of the easiest ways to install and configure all the components at once (ONLYOFFICE Docs, Nextcloud/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-nextcloud">Nextcloud</a> and 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, 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> </div>
</li> </li>
<li>Connect your Nextcloud/ownCloud server to <b>ONLYOFFICE Desktop Editors</b>.</li> <li>Connect your Nextcloud server to <b>ONLYOFFICE Desktop Editors</b>.</li>
</ol> </ol>
<p></p> <p></p>
<div class="notehelp"> <div class="notehelp">
An Internet connection is required for connecting your Nextcloud/ownCloud server, as well as for real-time co-editing. An Internet connection is required for connecting your Nextcloud server, as well as for real-time co-editing.
</div> </div>
<h2 id="step1"><span class="style_step">Step 1. </span>Install ONLYOFFICE Docs</h2> <h2 id="step1"><span class="style_step">Step 1. </span>Install ONLYOFFICE Docs</h2>
<div class="block_of_step"> <div class="block_of_step">
@ -48,7 +55,7 @@
<p>The easiest way to install <b>ONLYOFFICE Docs</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 <pre><code>sudo docker run -i -t -d -p 80:80 --restart=always onlyoffice/documentserver
</code></pre> </code></pre>
<p>If you want to install <b>ONLYOFFICE Docs</b> on the same machine where your Nextcloud/ownCloud server is installed, youll need to change the default port used by <b>ONLYOFFICE Docs</b> (both <b>ONLYOFFICE Docs</b> and Nextcloud/ownCloud work on port 80 by default).</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> <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 <pre><code>sudo docker run -i -t -d -p &lt;PORT_NUMBER&gt;:80 --restart=always onlyoffice/documentserver
</code></pre> </code></pre>
@ -58,37 +65,32 @@
</div> </div>
</div> </div>
<h2 id="step2"><span class="style_step">Step 2. </span>Install ONLYOFFICE integration connector</h2> <h2 id="step2"><span class="style_step">Step 2. </span>Install and configure the ONLYOFFICE connector for Nextcloud</h2>
<div class="block_of_step"> <div class="block_of_step">
<div class="screen_text"> <div class="screen_text">
<h3>For Nextcloud</h3>
<p>In your Nextcloud account, click your user name in the upper-right corner and choose the <b>Apps</b> option in the menu. In the Nextcloud app store, select the <b>Office & text</b> application category in the list on the left. Find the ONLYOFFICE connector and click the <b>Enable</b> button.</p> <p>In your Nextcloud account, click your user name in the upper-right corner and choose the <b>Apps</b> option in the menu. In the Nextcloud app store, select the <b>Office & text</b> application category in the list on the left. Find the ONLYOFFICE connector and click the <b>Enable</b> button.</p>
<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> <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>For ownCloud</h3>
<p>In your ownCloud account, click the icon in the upper-left corner and choose the <b>Market</b> option in the menu. In the ownCloud app market, select the <b>Tools</b> application category in the list on the left. Find the ONLYOFFICE connector and click the <b>Install</b> button.</p>
<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. The <b>ONLYOFFICE</b> application settings page should open.</p>
<h3>Configuring the integration app for both Nextcloud and 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 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>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">Nextcloud</a> and for <a target="_blank" href="https://api.onlyoffice.com/editors/owncloud">ownCloud</a>.</p> <p>To find out more details on configuring the integration app you can refer to the corresponding article for <a target="_blank" href="https://api.onlyoffice.com/editors/nextcloud">Nextcloud</a>.</p>
</div> </div>
</div> </div>
<h2 id="step3"><span class="style_step">Step 3. </span>Connect to Nextcloud/ownCloud server</h2> <h2 id="step3"><span class="style_step">Step 3. </span>Connect to Nextcloud server</h2>
<div class="block_of_step"> <div class="block_of_step">
<div class="screen_text"> <div class="screen_text">
<p>Launch ONLYOFFICE Desktop Editors. To connect <b>Desktop Editors</b> to your Nextcloud or ownCloud server, perform the following actions:</p> <p>Launch ONLYOFFICE Desktop Editors. To connect <b>Desktop Editors</b> to your Nextcloud server, perform the following actions:</p>
<ol> <ol>
<li>Switch to the <b>Connect to cloud</b> section at the left side panel.</li> <li>Switch to the <b>Connect to cloud</b> section at the left side panel.</li>
<li>Click the necessary cloud service button. The following three options are available: <em>ONLYOFFICE</em>, <em>Nextcloud</em>, <em>ownCloud</em>. Alternatively, you can use the <b>Connect now</b> link at the bottom. <li>Click the Nextcloud cloud service button. Alternatively, you can use the <b>Connect now</b> link at the bottom.
<div class="screen_block"> <div class="screen_block">
<img alt="Connect to cloud tab" target="img4_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide100/connecttoservertab.png")%>" /> <img alt="Connect to cloud tab" target="img4_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide100/connecttoservertab.png")%>" />
<img alt="Connect to cloud tab" id="img4_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide100/connecttoservertab.png")%>" /> <img alt="Connect to cloud tab" id="img4_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide100/connecttoservertab.png")%>" />
<div target="img4_eventcom_guides" class="screenphoto magnifier"></div> <div target="img4_eventcom_guides" class="screenphoto magnifier"></div>
</div> </div>
</li> </li>
<li>If you pressed the corresponding service button, the <b>Connect to cloud office</b> window opens with the Nextcloud/ownCloud selected. If you used the <b>Connect now</b> link, choose the necessary cloud storage from the drop-down list. <li>If you pressed the Nextcloud service button, the <b>Connect to cloud office</b> window opens with the Nextcloud selected. If you used the <b>Connect now</b> link, choose the Nextcloud cloud storage from the drop-down list.
<ul> <ul>
<li>in the <b>Cloud office URL</b> field, enter your Nextcloud/ownCloud server domain name or IP address. When ready, click the <b>Connect now</b> button. <li>in the <b>Cloud office URL</b> field, enter your Nextcloud server domain name or IP address. When ready, click the <b>Connect now</b> button.
<div class="screen_block"> <div class="screen_block">
<img alt="Connect to cloud office window" target="img5_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide100/connecttoportal.png")%>" /> <img alt="Connect to cloud office window" target="img5_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide100/connecttoportal.png")%>" />
<img alt="Connect to cloud office window" id="img5_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide100/connecttoportal.png")%>" /> <img alt="Connect to cloud office window" id="img5_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide100/connecttoportal.png")%>" />
@ -96,9 +98,9 @@
</div> </div>
</li> </li>
<li> <li>
<p>The Nextcloud/ownCloud sign in page will open in a new tab of the <b>Desktop Editors</b> interface.</p> <p>The Nextcloud sign in page will open in a new tab of the <b>Desktop Editors</b> interface.</p>
<ul> <ul>
<li>Specify your <b>Username or email</b> and the <b>Password</b> you use to access your Nextcloud/ownCloud account,</li> <li>Specify your <b>Username or email</b> and the <b>Password</b> you use to access your Nextcloud account,</li>
<li>Click the <b>Log in</b> button.</li> <li>Click the <b>Log in</b> button.</li>
</ul> </ul>
<div class="screen_block"> <div class="screen_block">
@ -111,7 +113,7 @@
</li> </li>
</ol> </ol>
<p>The <b>Files</b> section of your Nextcloud/ownCloud account will open. Now you can edit your existing files and create new ones, share your documents and collaborate on them with Nextcloud/ownCloud users using ONLYOFFICE editors. </p> <p>The <b>Files</b> section of your Nextcloud account will open. Now you can edit your existing files and create new ones, share your documents and collaborate on them with Nextcloud users using ONLYOFFICE editors.</p>
</div> </div>
</div> </div>

View File

@ -0,0 +1,142 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "¿Cómo conectar Editores Desktop a su servidor Nextcloud o ownCloud?";
MetaKeyWords = "";
MetaDescription = "";
var guides = new GuidesModel();
guides.CaptionRelatedTips = "Consejos y trucos relacionados";
guides.Title = "Plantillas de informes";
guides.RelatedTips = "¿Está cansado de generar informes manualmente? Ahora Usted puede establecer parámetros necesarios una vez y recibir informes automáticos regularmente por correo.";
guides.LearnMore = "Aprenda más...";
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">¿Cómo conectar Editores Desktop a su servidor Nextcloud o ownCloud?</h1>
<cc:localizecontent runat="Server" controlname="~/Controls/Help/VariousControls/Versions/DesktopEditors/DesktopEditors_Current.ascx" />
<%--<div class="keyword_block">
<ul>
</ul>
</div>--%>
<p>Paquete de herramientas ONLYOFFICE le permite editar los archivos almacenados en su cuenta Nextcloud/ownCloud y colaborar en ellos usando tanto <b>editores en línea</b> como <b>editores desktop de ONLYOFFICE</b>. Así, Usted puede usar no solamente herramientas de colaboración en línea, sino también las funciones disponibles solo en su aplicación desktop. Para sacar el máximo partido de todas estas opciones de edición Usted necesitará instalar y configurar varios componentes:</p>
<ol>
<li>Se supone que Usted ya tiene una instancia del <b>servidor de Nextcloud/ownClowd</b> instalada y configurada. Si no, puede consultar las instrucciones de instalación oficiales de <a target="_blank" href="https://docs.nextcloud.com/server/14/admin_manual/installation/index.html">Nextcloud</a> o <a target="_blank" href="https://doc.owncloud.org/server/10.0/admin_manual/installation/">ownCloud</a>.</li>
<li>Instale el <b>ONLYOFFICE Docs</b>. Por favor note que el servidor de Nextcloud/ownCloud y el ONLYOFFICE Docs de ONLYOFFICE deben ser accesibles el uno para el otro a través de la red. </li>
<li>Active nuestra <b>aplicación de integración</b> oficial en la cuenta de administrador de Nextcloud/ownCloud.
<div class="notehelp">
Una de las maneras más sencillas de instalar y configurar todos los componentes de una vez (ONLYOFFICE Docs, servidor de Nextcloud/ownCloud y la aplicación de integración) es usar nuestra instalación de Docker. Usted puede consultar las instrucciones correspondientes para <a target="_blank" href="https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud">Nextcloud</a> y para <a target="_blank" href="https://github.com/ONLYOFFICE/docker-onlyoffice-owncloud">ownCloud</a>.
</div>
</li>
<li>Conecte su servidor de Nextcloud/ownCloud a <b>Editores Desktop de ONLYOFFICE</b>.</li>
</ol>
<p></p>
<div class="notehelp">
Se requiere una conexión a Internet para conectar su servidor de Nextcloud/ownCloud, así como para coedición en tiempo real.
</div>
<h2 id="step1"><span class="style_step">Paso 1. </span>Instale el ONLYOFFICE Docs</h2>
<div class="block_of_step">
<div class="screen_text">
<p>La forma más fácil de instalar el <b>ONLYOFFICE Docs</b> es usar Docker. Ejecute el comando siguiente:</p>
<pre><code>sudo docker run -i -t -d -p 80:80 --restart=always onlyoffice/documentserver
</code></pre>
<p>Si Usted desea instalar el <b>ONLYOFFICE Docs</b> en la misma máquina donde su servidor de Nextcloud/ownCloud está instalado, necesitará cambiar el puerto predeterminado usado por el <b>ONLYOFFICE Docs</b> (tanto el <b>ONLYOFFICE Docs</b> como el servidor de Nextcloud/ownCloud trabajan en el puerto 80 por defecto).</p>
<p>Al instalar el <b>ONLYOFFICE Docs</b> usando Docker, puede cambiar fácilmente el puerto de mapeo con el siguiente comando:</p>
<pre><code>sudo docker run -i -t -d -p &lt;PORT_NUMBER&gt;:80 --restart=always onlyoffice/documentserver
</code></pre>
<p>Donde <code>&lt;PORT_NUMBER&gt;</code> es el número de puerto que desea usar para el <b>ONLYOFFICE Docs</b>.</p>
<p>Para encontrar instrucciones más detalladas sobre cómo instalar el <b>ONLYOFFICE Docs</b> usando Docker, puede consultar <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/document/docker-installation.aspx")%>">este artículo</a>.</p>
<p>Para asegurarse de que el <b>ONLYOFFICE Docs</b> está instalado con éxito, introduzca la dirección IP y, opcionalmente, el puerto (si se ha modificado durante la instalación) en la barra de direcciones del navegador, por ejemplo, <code>http://192.168.3.202:81</code> - debe abrirse la página de bienvenida del <b>ONLYOFFICE Docs</b>.</p>
</div>
</div>
<h2 id="step2"><span class="style_step">Paso 2. </span>Instale el conector de integración de ONLYOFFICE</h2>
<div class="block_of_step">
<div class="screen_text">
<h3>Para Nextcloud</h3>
<p>En su cuenta de Nextcloud haga clic en su nombre de usuario en la esquina superior derecha y elija la opción <b>Aplicaciones</b> en el menú. En la tienda de aplicaciones de Nextcloud seleccione la categoría de aplicaciones <b>Oficina y texto</b> en la lista a la izquierda. Encuentre el conector de ONLYOFFICE y pulse el botón <b>Activar</b>.</p>
<p>Haga clic en su nombre de usuario en la esquina superior derecha y elija la opción <b>Ajustes</b> en el menú. Haga clic en el punto <b>ONLYOFFICE</b> en el menú de la izquierda para abrir la página de ajustes de la aplicación <b>ONLYOFFICE</b>.</p>
<h3>Para ownCloud</h3>
<p>En su cuenta de ownCloud haga clic en el icono en la esquina superior izquierda y elija la opción <b>Market</b> en el menú. En la tienda de aplicaciones de ownCloud seleccione la categoría de aplicaciones <b>Tools</b> en la lista a la izquierda. Encuentre el conector de ONLYOFFICE y pulse el botón <b>Instalar</b>.</p>
<p>Haga clic en su nombre de usuario en la esquina superior derecha y elija la opción <b>Ajustes</b> en el menú. Haga clic en el punto <b>Adicional</b> en la sección <b>Administración</b> del menú a la izquierda. Debe abrirse la página de ajustes de la aplicación <b>ONLYOFFICE</b>.</p>
<h3>Configuración de la aplicación de integración en Nextcloud y ownCloud</h3>
<p>Después de instalar el conector, Usted necesita configurarlo. En la página de ajustes de la aplicación ONLYOFFICE especifique la dirección de la máquina donde el ONLYOFFICE Docs está instalado en el campo <b>Dirección del servicio de edición de documentos</b>. Si Usted ha cambiado el puerto durante la instalación, no olvide especificarlo, por ejemplo, <code>http://192.168.3.202:81</code>. Pulse el botón <b>Guardar</b> para aplicar los ajustes.</p>
<p>Para encontrar más detalles sobre cómo configurar la aplicación de integración puede consultar artículos correspondientes para <a target="_blank" href="https://api.onlyoffice.com/editors/nextcloud">Nextcloud</a> y para <a target="_blank" href="https://api.onlyoffice.com/editors/owncloud">ownCloud</a>.</p>
</div>
</div>
<h2 id="step3"><span class="style_step">Paso 3. </span>Conexión al servidor de Nextcloud/ownCloud</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Lance Editores Desktop de ONLYOFFICE. Para conectar <b>Editores Desktop</b> a su servidor de Nextcloud o ownCloud, realice las siguientes acciones:</p>
<ol>
<li>Pase a la sección <b>Conexión a la nube</b> en el panel lateral izquierdo.</li>
<li>Haga clic en el botón con el servicio en la nube necesario. Las tres siguientes opciones están disponibles: <em>ONLYOFFICE</em>, <em>Nextcloud</em>, <em>ownCloud</em>. Como alternativa, Usted puede usar el enlace <b>Conectar ahora</b> en la parte inferior.
<div class="screen_block">
<img alt="Connect to cloud tab" target="img4_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide100/connecttoservertab.png")%>" />
<img alt="Connect to cloud tab" id="img4_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide100/connecttoservertab.png")%>" />
<div target="img4_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
<li>Si pulsó el botón con el servicio correspondiente, se abre la ventana <b>Conectarse a la oficina en la nube</b> con Nextcloud/ownCloud seleccionado. Si utilizó el enlace <b>Conectar ahora</b>, elija el almacenamiento en la nube necesario de la lista desplegable.
<ul>
<li>en el campo <b>URL de la oficina en la nube</b> introduzca su nombre de dominio del servidor de Nextcloud/ownCloud o la dirección IP. Cuando esté listo, pulse el botón <b>Conectar ahora</b>.
<div class="screen_block">
<img alt="Connect to cloud office window" target="img5_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide100/connecttoportal.png")%>" />
<img alt="Connect to cloud office window" id="img5_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide100/connecttoportal.png")%>" />
<div target="img5_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
<li>
<p>Se abrirá la página de inicio de sesión de Nextcloud/ownCloud en una nueva pestaña de la interfaz de <b>Editores Desktop</b>.</p>
<ul>
<li>Especifique su <b>Nombre de usuario o email</b> y la <b>Contraseña</b> que Usted usa para acceder a su cuenta de Nextcloud/ownCloud,</li>
<li>Pulse el botón <b>Log in</b> (Inicio de sesión).</li>
</ul>
<div class="screen_block">
<img alt="Connect to cloud office window" target="img6_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide100/connecttoportal2.png")%>" />
<img alt="Connect to cloud office window" id="img6_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide100/connecttoportal2.png")%>" />
<div target="img6_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
</ul>
</li>
</ol>
<p>Se abrirá la sección <b>Archivos</b> de su cuenta de Nextcloud/ownCloud. Ahora Usted puede editar sus archivos existentes y crear los nuevos, compartir sus documentos y colaborar en ellos con usuarios de Nextcloud/ownCloud usando editores de ONLYOFFICE. </p>
</div>
</div>
<h2 id="step4"><span class="style_step">Paso 4. </span>Gestione sus cuentas conectadas</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Haga clic en el logo en la esquina superior izquierda de la interfaz de <b>Editores Desktop</b> para regresar a la ventana principal del programa, luego pase a la sección <b>Conexión a la nube</b> para ver la lista de <b>Oficinas en la nube conectadas</b>. Haga clic con el botón derecho sobre una oficina en la nube conectada y use una de las opciones disponibles del menú contextual:</p>
<ul>
<li><b>Abrir</b> - para pasar a la pestaña del almacenamiento en la nube correspondiente, si ya ha entrado en su cuenta, o para abrir la ventana <b>Conexión a oficina en la nube</b>, si todavía no ha entrado (en este caso, Usted necesitará introducir sus credenciales),</li>
<li><b>Salir</b> - para salir de su cuenta,
<div class="notehelp">
También puede hacer clic en el icono <img alt="Exit icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide80/exit.png")%>" /> a la derecha de la cuenta para cerrar la sesión.
</div>
</li>
<li><b>Eliminar de la lista</b> - para desconectar la cuenta seleccionada y eliminarla de la lista.</li>
</ul>
<p>Si tiene varias cuentas u oficinas en la nube, use el botón <b>Añadir nube</b> para conectar una cuenta más.</p>
</div>
<div class="screen_block">
<img alt="Connected accounts list" target="img9_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide100/connectedaccounts.png")%>" />
<img alt="Connected accounts list" id="img9_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide100/connectedaccounts.png")%>" />
<div target="img9_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</div>
</div>

View File

@ -0,0 +1,141 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Подключение десктопных редакторов к серверу Nextcloud или ownCloud";
MetaKeyWords = "";
MetaDescription = "";
var guides = new GuidesModel();
guides.CaptionRelatedTips = "Связанные советы и приемы";
guides.Title = "Шаблоны отчетов";
guides.RelatedTips = "Надоело генерировать отчеты вручную? Теперь Вы можете один раз задать нужные параметры и регулярно получать автоматические отчеты по электронной почте в определенный день и время.";
guides.LearnMore = "Подробнее...";
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Подключение десктопных редакторов к серверу Nextcloud или ownCloud</h1>
<cc:localizecontent runat="Server" controlname="~/Controls/Help/VariousControls/Versions/DesktopEditors/DesktopEditors_Current.ascx" />
<%--<div class="keyword_block">
<ul>
</ul>
</div>--%>
<p>С помощью пакета офисных приложений ONLYOFFICE вы можете редактировать файлы, сохраненные в вашей учетной записи Nextcloud/ownCloud, и работать над ними совместно, используя и <b>онлайн-редакторы</b>, и <b>десктопные редакторы ONLYOFFICE</b>. Благодаря этому вы можете использовать как инструменты для совместной работы онлайн, так и функции, доступные только в десктопном приложении. Чтобы использовать все возможности редактирования в полном объеме, необходимо установить и настроить несколько компонентов:</p>
<ol>
<li>Предполагается, что у вас уже установлен и настроен <b>сервер Nextcloud/ownClowd</b>. Если нет, вы можете обратиться к официальным инструкциям по установке <a target="_blank" href="https://docs.nextcloud.com/server/14/admin_manual/installation/index.html">Nextcloud</a> или <a target="_blank" href="https://doc.owncloud.org/server/10.0/admin_manual/installation/">ownCloud</a>.</li>
<li>Установите <b>ONLYOFFICE Docs</b>. Пожалуйста, обратите внимание на то, что сервер Nextcloud/ownCloud и ONLYOFFICE Docs ONLYOFFICE должны быть доступны друг для друга в сети. </li>
<li>Подключите наше официальное <b>приложение для интеграции</b> в учетной записи администратора Nextcloud/ownCloud.
<div class="notehelp">
Один из самых простых способов установить и настроить сразу все компоненты (ONLYOFFICE Docs, сервер Nextcloud/ownCloud и приложение для интеграции) - это использовать нашу инсталляцию для Docker. Вы можете обратиться к соответствующим инструкциям для <a target="_blank" href="https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud">Nextcloud</a> и для <a target="_blank" href="https://github.com/ONLYOFFICE/docker-onlyoffice-owncloud">ownCloud</a> (статьи доступны на английском языке).
</div>
</li>
<li>Подключите сервер Nextcloud/ownCloud к <b>десктопным редакторам ONLYOFFICE</b>.</li>
</ol>
<p></p>
<div class="notehelp">
Для подключения сервера Nextcloud/ownCloud, а также для совместного редактирования в режиме реального времени требуется соединение с Интернетом.
</div>
<h2 id="step1"><span class="style_step">Шаг 1. </span>Установка ONLYOFFICE Docs</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Проще всего установить <b>ONLYOFFICE Docs</b> с помощью сервиса Docker, выполнив следующую команду:</p>
<pre><code>sudo docker run -i -t -d -p 80:80 --restart=always onlyoffice/documentserver
</code></pre>
<p>Если вы хотите установить <b>ONLYOFFICE Docs</b> на той же машине, где установлен сервер Nextcloud/ownCloud, потребуется изменить стандартный порт, используемый <b>ONLYOFFICE Docs</b>, так как и <b>ONLYOFFICE Docs</b>, и сервер Nextcloud/ownCloud по умолчанию работают на 80 порту.</p>
<p>При установке <b>ONLYOFFICE Docs</b> с помощью Docker можно легко сменить порт, выполнив следующую команду:</p>
<pre><code>sudo docker run -i -t -d -p &lt;PORT_NUMBER&gt;:80 --restart=always onlyoffice/documentserver</code></pre>
<p>Где <code>&lt;PORT_NUMBER&gt;</code> - это номер порта, который вы хотите использовать для <b>ONLYOFFICE Docs</b>.</p>
<p>Более подробные инструкции по установке <b>ONLYOFFICE Docs</b> с помощью Docker можно найти в <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/document/docker-installation.aspx")%>">этой статье</a>.</p>
<p>Чтобы убедиться, что <b>ONLYOFFICE Docs</b> успешно установлен, введите в адресной строке браузера IP-адрес и, в случае необходимости, порт (если он был изменен при установке), например, <code>http://192.168.3.202:81</code> - должна открыться страница приветствия <b>ONLYOFFICE Docs</b>.</p>
</div>
</div>
<h2 id="step2"><span class="style_step">Шаг 2. </span>Установите коннектор для интеграции ONLYOFFICE</h2>
<div class="block_of_step">
<div class="screen_text">
<h3>Для Nextcloud</h3>
<p>В учетной записи Nextcloud нажмите на имя пользователя в правом верхнем углу и выберите в меню опцию <b>Приложения</b>. В магазине приложений Nextcloud выберите категорию приложений <b>Офис и текст</b> в списке слева. Найдите коннектор ONLYOFFICE и нажмите кнопку <b>Включить</b>.</p>
<p>Нажмите на имя пользователя в правом верхнем углу и выберите в меню опцию <b>Настройки</b>. Нажмите на пункт <b>ONLYOFFICE</b> в левом боковом меню, чтобы открыть страницу настроек приложения <b>ONLYOFFICE</b>.</p>
<h3>Для ownCloud</h3>
<p>В учетной записи ownCloud нажмите на иконку в левом верхнем углу и выберите в меню опцию <b>Market</b>. В магазине приложений ownCloud выберите категорию приложений <b>Tools</b> в списке слева. Найдите коннектор ONLYOFFICE и нажмите кнопку <b>Установить</b>.</p>
<p>Нажмите на имя пользователя в правом верхнем углу и выберите в меню опцию <b>Настройки</b>. В левом боковом меню нажмите на пункт <b>Дополнительно</b> в разделе <b>Администрирование</b>. Должна открыться страница настроек приложения <b>ONLYOFFICE</b>.</p>
<h3>Настройка приложения для интеграции в Nextcloud и ownCloud</h3>
<p>Когда коннектор будет установлен, его надо настроить. На странице настроек приложения ONLYOFFICE укажите адрес машины, на которой установлен ONLYOFFICE Docs, в поле <b>Адрес службы редактирования документов</b>. Если вы изменили порт при установке, не забудьте его указать, например, <code>http://192.168.3.202:81</code>. Нажмите кнопку <b>Сохранить</b>, чтобы применить настройки.</p>
<p>Для получения дополнительной информации по настройке приложения для интеграции можно обратиться к соответствующим инструкциям для <a target="_blank" href="https://api.onlyoffice.com/editors/nextcloud">Nextcloud</a> и для <a target="_blank" href="https://api.onlyoffice.com/editors/owncloud">ownCloud</a> (статьи доступны на английском языке).</p>
</div>
</div>
<h2 id="step3"><span class="style_step">Шаг 3. </span>Подключение к серверу Nextcloud/ownCloud</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Запустите десктопные редакторы ONLYOFFICE. Чтобы подключить <b>десктопные редакторы</b> к вашему серверу Nextcloud или ownCloud, выполните следующие действия:</p>
<ol>
<li>Перейдите в раздел <b>Подключиться к облаку</b> на левой боковой панели.</li>
<li>Нажмите на кнопку нужного облачного сервиса. Доступны следующие три опции: <em>ONLYOFFICE</em>, <em>Nextcloud</em>, <em>ownCloud</em>. Вы также можете использовать расположенную внизу ссылку <b>Подключить</b>.
<div class="screen_block">
<img alt="Вкладка Подключиться к облаку" target="img4_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/ru/Guides/small/guide100/connecttoservertab.png")%>" />
<img alt="Вкладка Подключиться к облаку" id="img4_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/ru/Guides/big/guide100/connecttoservertab.png")%>" />
<div target="img4_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
<li>Если вы нажали кнопку соответствующего сервиса, окно <b>Подключиться к облачному офису</b> откроется с уже выбранной опцией Nextcloud/ownCloud. Если вы использовали ссылку <b>Подключить</b>, выберите нужное облачное хранилище из выпадающего списка.
<ul>
<li>в поле <b>Адрес облачного офиса</b> введите доменное имя или IP-адрес сервера Nextcloud/ownCloud. Затем нажмите кнопку <b>Подключить</b>.
<div class="screen_block">
<img alt="Окно подключения к облачному офису" target="img5_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/ru/Guides/small/guide100/connecttoportal.png")%>" />
<img alt="Окно подключения к облачному офису" id="img5_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/ru/Guides/big/guide100/connecttoportal.png")%>" />
<div target="img5_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
<li>
<p>В новой вкладке интерфейса <b>десктопных редакторов</b> откроется страница входа в Nextcloud/ownCloud.</p>
<ul>
<li>Укажите <b>Имя пользователя или email</b> и <b>Пароль</b>, которые вы используете для входа в свою учетную запись Nextcloud/ownCloud,</li>
<li>Нажмите кнопку <b>Log in</b> (Войти).</li>
</ul>
<div class="screen_block">
<img alt="Окно подключения к облачному офису" target="img6_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide100/connecttoportal2.png")%>" />
<img alt="Окно подключения к облачному офису" id="img6_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide100/connecttoportal2.png")%>" />
<div target="img6_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
</ul>
</li>
</ol>
<p>Откроется раздел <b>Файлы</b> вашего аккаунта Nextcloud/ownCloud. Теперь вы можете редактировать существующие файлы и создавать новые, предоставлять доступ к документам и работать над ними совместно с пользователями Nextcloud/ownCloud, используя редакторы ONLYOFFICE. </p>
</div>
</div>
<h2 id="step4"><span class="style_step">Шаг 4. </span>Управление подключенными учетными записями</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Нажмите на логотип в левом верхнем углу интерфейса <b>десктопных редакторов</b>, чтобы вернуться в главное окно программы, затем перейдите в раздел <b>Подключиться к облаку</b>, чтобы посмотреть список подключенных облачных офисов. Щелкните правой кнопкой мыши по подключенному облачному офису и используйте одну из доступных команд контекстного меню:</p>
<ul>
<li><b>Открыть</b> - чтобы перейти на вкладку соответствующего облачного хранилища, если вы уже вошли в свою учетную запись, или чтобы открыть окно <b>Подключиться к облачному офису</b>, если вы в данный момент вышли из учетной записи (в таком случае вам понадобится ввести учетные данные),</li>
<li><b>Выйти</b> - чтобы выйти из учетной записи,
<div class="notehelp">
Можно также нажать на значок <img alt="Значок Выйти" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide80/exit.png")%>" /> справа от учетной записи, чтобы выйти из нее.
</div>
</li>
<li><b>Удалить из списка</b> - чтобы отключить выбранную учетную запись и удалить ее из списка.</li>
</ul>
<p>Если у вас несколько учетных записей или облачных офисов, используйте кнопку <b>Добавить облако</b>, чтобы подключить еще одну учетную запись.</p>
</div>
<div class="screen_block">
<img alt="Список подключенных учетных записей" target="img9_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/ru/Guides/small/guide100/connectedaccounts.png")%>" />
<img alt="Список подключенных учетных записей" id="img9_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/ru/Guides/big/guide100/connectedaccounts.png")%>" />
<div target="img9_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</div>
</div>

View File

@ -0,0 +1,144 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Connecting Desktop Editors to your ownCloud server";
MetaKeyWords = "";
MetaDescription = "";
var guides = new GuidesModel();
guides.CaptionRelatedTips = "Related Tips & Tricks";
guides.Title = "Report Templates";
guides.RelatedTips = "Are you tired of generating reports manually? Now you can set up needed parameters once and regularly receive automatic reports by email.";
guides.LearnMore = "Learn more...";
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Connecting ONLYOFFICE Desktop Editors to your ownCloud server</h1>
<cc:localizecontent runat="Server" controlname="~/Controls/Help/VariousControls/Versions/DesktopEditors/DesktopEditors_Current.ascx" />
<%--<div class="keyword_block">
<ul>
</ul>
</div>--%>
<p>ONLYOFFICE allows you to edit the files stored in your ownCloud account and collaborate on them using both <b>online</b> and <b>desktop ONLYOFFICE editors</b>. Thereby, you can use not only online collaboration tools, but also the features available in your desktop application only:</p>
<ul>
<li>protecting documents with a password or a digital signature,</li>
<li>sending the currently edited file right from the editor using the <b>Send</b> plugin,</li>
<li>inserting audio and video via the Presentation Editor.</li>
</ul>
<p>If you are using the <b>paid online version of the ONLYOFFICE Docs</b>, you will have access to the ONLYOFFICE <a href="https://helpcenter.onlyoffice.com/installation/desktop-pro-features.aspx">pro features</a> when working in the desktop editors.</p>
<p>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 an <b>ownCloud server</b> instance installed and configured. If not, you can refer to the <a target="_blank" href="https://doc.owncloud.org/server/10.0/admin_manual/installation/">ownCloud</a> official installation instructions.</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 (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>
</ol>
<p></p>
<div class="notehelp">
An Internet connection is required for connecting your ownCloud server, as well as for real-time co-editing.
</div>
<h2 id="step1"><span class="style_step">Step 1. </span>Install ONLYOFFICE Docs</h2>
<div class="block_of_step">
<div class="screen_text">
<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>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>ONLYOFFICE Docs</b> to use.</p>
<p>To find more detailed instructions on how to install <b>ONLYOFFICE Docs</b> using Docker, you can refer to <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/document/docker-installation.aspx")%>">this article</a>.</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>
</div>
<h2 id="step2"><span class="style_step">Step 2. </span>Install and configure the ONLYOFFICE connector for ownCloud</h2>
<div class="block_of_step">
<div class="screen_text">
<p>In your ownCloud account, click the icon in the upper-left corner and choose the <b>Market</b> option in the menu. In the ownCloud app market, select the <b>Tools</b> application category in the list on the left. Find the ONLYOFFICE connector and click the <b>Install</b> button.</p>
<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. The <b>ONLYOFFICE</b> application settings page should open.</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 the corresponding article for <a target="_blank" href="https://api.onlyoffice.com/editors/owncloud">ownCloud</a>.</p>
</div>
</div>
<h2 id="step3"><span class="style_step">Step 3. </span>Connect to ownCloud server</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Launch ONLYOFFICE Desktop Editors. To connect <b>Desktop Editors</b> to your ownCloud server, perform the following actions:</p>
<ol>
<li>Switch to the <b>Connect to cloud</b> section at the left side panel.</li>
<li>Click the ownCloud cloud service button. Alternatively, you can use the <b>Connect now</b> link at the bottom.
<div class="screen_block">
<img alt="Connect to cloud tab" target="img4_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide130/connecttoservertab.png")%>" />
<img alt="Connect to cloud tab" id="img4_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide130/connecttoservertab.png")%>" />
<div target="img4_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
<li>If you pressed the ownCloud service button, the <b>Connect to cloud office</b> window opens with the ownCloud selected. If you used the <b>Connect now</b> link, choose the ownCloud cloud storage from the drop-down list.
<ul>
<li>in the <b>Cloud office URL</b> field, enter your ownCloud server domain name or IP address. When ready, click the <b>Connect now</b> button.
<div class="screen_block">
<img alt="Connect to cloud office window" target="img5_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide130/connecttoportal.png")%>" />
<img alt="Connect to cloud office window" id="img5_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide130/connecttoportal.png")%>" />
<div target="img5_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
<li>
<p>The ownCloud sign in page will open in a new tab of the <b>Desktop Editors</b> interface.</p>
<ul>
<li>Specify your <b>Username or email</b> and the <b>Password</b> you use to access your ownCloud account,</li>
<li>Click the <b>Log in</b> button.</li>
</ul>
<div class="screen_block">
<img alt="Connect to cloud office window" target="img6_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide130/connecttoowncloud.png")%>" />
<img alt="Connect to cloud office window" id="img6_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide130/connecttoowncloud.png")%>" />
<div target="img6_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
</ul>
</li>
</ol>
<p>The <b>Files</b> section of your ownCloud account will open. Now you can edit your existing files and create new ones, share your documents and collaborate on them with ownCloud users using ONLYOFFICE editors. </p>
</div>
</div>
<h2 id="step4"><span class="style_step">Step 4. </span>Manage your connected accounts</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Click the logo in the upper left corner of the <b>Desktop Editors</b> interface to return to the main program window, then switch to the <b>Connect to cloud</b> section to view the <b>Connected clouds</b> list. Right-click on a connected cloud office and use one of the available contextual menu options:</p>
<ul>
<li><b>Open</b> - to switch to the corresponding cloud storage tab, if you are already logged in to this account, or to open the <b>Connect to cloud office</b> window, if you are not currently logged in (in such a case, you will need to enter your credentials),</li>
<li><b>Logout</b> - to exit from your account,
<div class="notehelp">
You can also click the <img alt="Exit icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide80/exit.png")%>" /> icon to the right of the account to exit from it.
</div>
</li>
<li><b>Remove from list</b> - to disconnect the selected account and remove it from the list.</li>
</ul>
<p>If you have several accounts or clouds, use the <b>Add cloud</b> button to connect one more account.</p>
</div>
<div class="screen_block">
<img alt="Connected accounts list" target="img9_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide100/connectedaccounts.png")%>" />
<img alt="Connected accounts list" id="img9_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide100/connectedaccounts.png")%>" />
<div target="img9_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</div>
</div>

View File

@ -0,0 +1,142 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "¿Cómo conectar Editores Desktop a su servidor Nextcloud o ownCloud?";
MetaKeyWords = "";
MetaDescription = "";
var guides = new GuidesModel();
guides.CaptionRelatedTips = "Consejos y trucos relacionados";
guides.Title = "Plantillas de informes";
guides.RelatedTips = "¿Está cansado de generar informes manualmente? Ahora Usted puede establecer parámetros necesarios una vez y recibir informes automáticos regularmente por correo.";
guides.LearnMore = "Aprenda más...";
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">¿Cómo conectar Editores Desktop a su servidor Nextcloud o ownCloud?</h1>
<cc:localizecontent runat="Server" controlname="~/Controls/Help/VariousControls/Versions/DesktopEditors/DesktopEditors_Current.ascx" />
<%--<div class="keyword_block">
<ul>
</ul>
</div>--%>
<p>Paquete de herramientas ONLYOFFICE le permite editar los archivos almacenados en su cuenta Nextcloud/ownCloud y colaborar en ellos usando tanto <b>editores en línea</b> como <b>editores desktop de ONLYOFFICE</b>. Así, Usted puede usar no solamente herramientas de colaboración en línea, sino también las funciones disponibles solo en su aplicación desktop. Para sacar el máximo partido de todas estas opciones de edición Usted necesitará instalar y configurar varios componentes:</p>
<ol>
<li>Se supone que Usted ya tiene una instancia del <b>servidor de Nextcloud/ownClowd</b> instalada y configurada. Si no, puede consultar las instrucciones de instalación oficiales de <a target="_blank" href="https://docs.nextcloud.com/server/14/admin_manual/installation/index.html">Nextcloud</a> o <a target="_blank" href="https://doc.owncloud.org/server/10.0/admin_manual/installation/">ownCloud</a>.</li>
<li>Instale el <b>ONLYOFFICE Docs</b>. Por favor note que el servidor de Nextcloud/ownCloud y el ONLYOFFICE Docs de ONLYOFFICE deben ser accesibles el uno para el otro a través de la red. </li>
<li>Active nuestra <b>aplicación de integración</b> oficial en la cuenta de administrador de Nextcloud/ownCloud.
<div class="notehelp">
Una de las maneras más sencillas de instalar y configurar todos los componentes de una vez (ONLYOFFICE Docs, servidor de Nextcloud/ownCloud y la aplicación de integración) es usar nuestra instalación de Docker. Usted puede consultar las instrucciones correspondientes para <a target="_blank" href="https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud">Nextcloud</a> y para <a target="_blank" href="https://github.com/ONLYOFFICE/docker-onlyoffice-owncloud">ownCloud</a>.
</div>
</li>
<li>Conecte su servidor de Nextcloud/ownCloud a <b>Editores Desktop de ONLYOFFICE</b>.</li>
</ol>
<p></p>
<div class="notehelp">
Se requiere una conexión a Internet para conectar su servidor de Nextcloud/ownCloud, así como para coedición en tiempo real.
</div>
<h2 id="step1"><span class="style_step">Paso 1. </span>Instale el ONLYOFFICE Docs</h2>
<div class="block_of_step">
<div class="screen_text">
<p>La forma más fácil de instalar el <b>ONLYOFFICE Docs</b> es usar Docker. Ejecute el comando siguiente:</p>
<pre><code>sudo docker run -i -t -d -p 80:80 --restart=always onlyoffice/documentserver
</code></pre>
<p>Si Usted desea instalar el <b>ONLYOFFICE Docs</b> en la misma máquina donde su servidor de Nextcloud/ownCloud está instalado, necesitará cambiar el puerto predeterminado usado por el <b>ONLYOFFICE Docs</b> (tanto el <b>ONLYOFFICE Docs</b> como el servidor de Nextcloud/ownCloud trabajan en el puerto 80 por defecto).</p>
<p>Al instalar el <b>ONLYOFFICE Docs</b> usando Docker, puede cambiar fácilmente el puerto de mapeo con el siguiente comando:</p>
<pre><code>sudo docker run -i -t -d -p &lt;PORT_NUMBER&gt;:80 --restart=always onlyoffice/documentserver
</code></pre>
<p>Donde <code>&lt;PORT_NUMBER&gt;</code> es el número de puerto que desea usar para el <b>ONLYOFFICE Docs</b>.</p>
<p>Para encontrar instrucciones más detalladas sobre cómo instalar el <b>ONLYOFFICE Docs</b> usando Docker, puede consultar <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/document/docker-installation.aspx")%>">este artículo</a>.</p>
<p>Para asegurarse de que el <b>ONLYOFFICE Docs</b> está instalado con éxito, introduzca la dirección IP y, opcionalmente, el puerto (si se ha modificado durante la instalación) en la barra de direcciones del navegador, por ejemplo, <code>http://192.168.3.202:81</code> - debe abrirse la página de bienvenida del <b>ONLYOFFICE Docs</b>.</p>
</div>
</div>
<h2 id="step2"><span class="style_step">Paso 2. </span>Instale el conector de integración de ONLYOFFICE</h2>
<div class="block_of_step">
<div class="screen_text">
<h3>Para Nextcloud</h3>
<p>En su cuenta de Nextcloud haga clic en su nombre de usuario en la esquina superior derecha y elija la opción <b>Aplicaciones</b> en el menú. En la tienda de aplicaciones de Nextcloud seleccione la categoría de aplicaciones <b>Oficina y texto</b> en la lista a la izquierda. Encuentre el conector de ONLYOFFICE y pulse el botón <b>Activar</b>.</p>
<p>Haga clic en su nombre de usuario en la esquina superior derecha y elija la opción <b>Ajustes</b> en el menú. Haga clic en el punto <b>ONLYOFFICE</b> en el menú de la izquierda para abrir la página de ajustes de la aplicación <b>ONLYOFFICE</b>.</p>
<h3>Para ownCloud</h3>
<p>En su cuenta de ownCloud haga clic en el icono en la esquina superior izquierda y elija la opción <b>Market</b> en el menú. En la tienda de aplicaciones de ownCloud seleccione la categoría de aplicaciones <b>Tools</b> en la lista a la izquierda. Encuentre el conector de ONLYOFFICE y pulse el botón <b>Instalar</b>.</p>
<p>Haga clic en su nombre de usuario en la esquina superior derecha y elija la opción <b>Ajustes</b> en el menú. Haga clic en el punto <b>Adicional</b> en la sección <b>Administración</b> del menú a la izquierda. Debe abrirse la página de ajustes de la aplicación <b>ONLYOFFICE</b>.</p>
<h3>Configuración de la aplicación de integración en Nextcloud y ownCloud</h3>
<p>Después de instalar el conector, Usted necesita configurarlo. En la página de ajustes de la aplicación ONLYOFFICE especifique la dirección de la máquina donde el ONLYOFFICE Docs está instalado en el campo <b>Dirección del servicio de edición de documentos</b>. Si Usted ha cambiado el puerto durante la instalación, no olvide especificarlo, por ejemplo, <code>http://192.168.3.202:81</code>. Pulse el botón <b>Guardar</b> para aplicar los ajustes.</p>
<p>Para encontrar más detalles sobre cómo configurar la aplicación de integración puede consultar artículos correspondientes para <a target="_blank" href="https://api.onlyoffice.com/editors/nextcloud">Nextcloud</a> y para <a target="_blank" href="https://api.onlyoffice.com/editors/owncloud">ownCloud</a>.</p>
</div>
</div>
<h2 id="step3"><span class="style_step">Paso 3. </span>Conexión al servidor de Nextcloud/ownCloud</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Lance Editores Desktop de ONLYOFFICE. Para conectar <b>Editores Desktop</b> a su servidor de Nextcloud o ownCloud, realice las siguientes acciones:</p>
<ol>
<li>Pase a la sección <b>Conexión a la nube</b> en el panel lateral izquierdo.</li>
<li>Haga clic en el botón con el servicio en la nube necesario. Las tres siguientes opciones están disponibles: <em>ONLYOFFICE</em>, <em>Nextcloud</em>, <em>ownCloud</em>. Como alternativa, Usted puede usar el enlace <b>Conectar ahora</b> en la parte inferior.
<div class="screen_block">
<img alt="Connect to cloud tab" target="img4_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide100/connecttoservertab.png")%>" />
<img alt="Connect to cloud tab" id="img4_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide100/connecttoservertab.png")%>" />
<div target="img4_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
<li>Si pulsó el botón con el servicio correspondiente, se abre la ventana <b>Conectarse a la oficina en la nube</b> con Nextcloud/ownCloud seleccionado. Si utilizó el enlace <b>Conectar ahora</b>, elija el almacenamiento en la nube necesario de la lista desplegable.
<ul>
<li>en el campo <b>URL de la oficina en la nube</b> introduzca su nombre de dominio del servidor de Nextcloud/ownCloud o la dirección IP. Cuando esté listo, pulse el botón <b>Conectar ahora</b>.
<div class="screen_block">
<img alt="Connect to cloud office window" target="img5_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide100/connecttoportal.png")%>" />
<img alt="Connect to cloud office window" id="img5_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide100/connecttoportal.png")%>" />
<div target="img5_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
<li>
<p>Se abrirá la página de inicio de sesión de Nextcloud/ownCloud en una nueva pestaña de la interfaz de <b>Editores Desktop</b>.</p>
<ul>
<li>Especifique su <b>Nombre de usuario o email</b> y la <b>Contraseña</b> que Usted usa para acceder a su cuenta de Nextcloud/ownCloud,</li>
<li>Pulse el botón <b>Log in</b> (Inicio de sesión).</li>
</ul>
<div class="screen_block">
<img alt="Connect to cloud office window" target="img6_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide100/connecttoportal2.png")%>" />
<img alt="Connect to cloud office window" id="img6_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide100/connecttoportal2.png")%>" />
<div target="img6_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
</ul>
</li>
</ol>
<p>Se abrirá la sección <b>Archivos</b> de su cuenta de Nextcloud/ownCloud. Ahora Usted puede editar sus archivos existentes y crear los nuevos, compartir sus documentos y colaborar en ellos con usuarios de Nextcloud/ownCloud usando editores de ONLYOFFICE. </p>
</div>
</div>
<h2 id="step4"><span class="style_step">Paso 4. </span>Gestione sus cuentas conectadas</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Haga clic en el logo en la esquina superior izquierda de la interfaz de <b>Editores Desktop</b> para regresar a la ventana principal del programa, luego pase a la sección <b>Conexión a la nube</b> para ver la lista de <b>Oficinas en la nube conectadas</b>. Haga clic con el botón derecho sobre una oficina en la nube conectada y use una de las opciones disponibles del menú contextual:</p>
<ul>
<li><b>Abrir</b> - para pasar a la pestaña del almacenamiento en la nube correspondiente, si ya ha entrado en su cuenta, o para abrir la ventana <b>Conexión a oficina en la nube</b>, si todavía no ha entrado (en este caso, Usted necesitará introducir sus credenciales),</li>
<li><b>Salir</b> - para salir de su cuenta,
<div class="notehelp">
También puede hacer clic en el icono <img alt="Exit icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide80/exit.png")%>" /> a la derecha de la cuenta para cerrar la sesión.
</div>
</li>
<li><b>Eliminar de la lista</b> - para desconectar la cuenta seleccionada y eliminarla de la lista.</li>
</ul>
<p>Si tiene varias cuentas u oficinas en la nube, use el botón <b>Añadir nube</b> para conectar una cuenta más.</p>
</div>
<div class="screen_block">
<img alt="Connected accounts list" target="img9_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide100/connectedaccounts.png")%>" />
<img alt="Connected accounts list" id="img9_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide100/connectedaccounts.png")%>" />
<div target="img9_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</div>
</div>

View File

@ -0,0 +1,141 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Подключение десктопных редакторов к серверу Nextcloud или ownCloud";
MetaKeyWords = "";
MetaDescription = "";
var guides = new GuidesModel();
guides.CaptionRelatedTips = "Связанные советы и приемы";
guides.Title = "Шаблоны отчетов";
guides.RelatedTips = "Надоело генерировать отчеты вручную? Теперь Вы можете один раз задать нужные параметры и регулярно получать автоматические отчеты по электронной почте в определенный день и время.";
guides.LearnMore = "Подробнее...";
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Подключение десктопных редакторов к серверу Nextcloud или ownCloud</h1>
<cc:localizecontent runat="Server" controlname="~/Controls/Help/VariousControls/Versions/DesktopEditors/DesktopEditors_Current.ascx" />
<%--<div class="keyword_block">
<ul>
</ul>
</div>--%>
<p>С помощью пакета офисных приложений ONLYOFFICE вы можете редактировать файлы, сохраненные в вашей учетной записи Nextcloud/ownCloud, и работать над ними совместно, используя и <b>онлайн-редакторы</b>, и <b>десктопные редакторы ONLYOFFICE</b>. Благодаря этому вы можете использовать как инструменты для совместной работы онлайн, так и функции, доступные только в десктопном приложении. Чтобы использовать все возможности редактирования в полном объеме, необходимо установить и настроить несколько компонентов:</p>
<ol>
<li>Предполагается, что у вас уже установлен и настроен <b>сервер Nextcloud/ownClowd</b>. Если нет, вы можете обратиться к официальным инструкциям по установке <a target="_blank" href="https://docs.nextcloud.com/server/14/admin_manual/installation/index.html">Nextcloud</a> или <a target="_blank" href="https://doc.owncloud.org/server/10.0/admin_manual/installation/">ownCloud</a>.</li>
<li>Установите <b>ONLYOFFICE Docs</b>. Пожалуйста, обратите внимание на то, что сервер Nextcloud/ownCloud и ONLYOFFICE Docs ONLYOFFICE должны быть доступны друг для друга в сети. </li>
<li>Подключите наше официальное <b>приложение для интеграции</b> в учетной записи администратора Nextcloud/ownCloud.
<div class="notehelp">
Один из самых простых способов установить и настроить сразу все компоненты (ONLYOFFICE Docs, сервер Nextcloud/ownCloud и приложение для интеграции) - это использовать нашу инсталляцию для Docker. Вы можете обратиться к соответствующим инструкциям для <a target="_blank" href="https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud">Nextcloud</a> и для <a target="_blank" href="https://github.com/ONLYOFFICE/docker-onlyoffice-owncloud">ownCloud</a> (статьи доступны на английском языке).
</div>
</li>
<li>Подключите сервер Nextcloud/ownCloud к <b>десктопным редакторам ONLYOFFICE</b>.</li>
</ol>
<p></p>
<div class="notehelp">
Для подключения сервера Nextcloud/ownCloud, а также для совместного редактирования в режиме реального времени требуется соединение с Интернетом.
</div>
<h2 id="step1"><span class="style_step">Шаг 1. </span>Установка ONLYOFFICE Docs</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Проще всего установить <b>ONLYOFFICE Docs</b> с помощью сервиса Docker, выполнив следующую команду:</p>
<pre><code>sudo docker run -i -t -d -p 80:80 --restart=always onlyoffice/documentserver
</code></pre>
<p>Если вы хотите установить <b>ONLYOFFICE Docs</b> на той же машине, где установлен сервер Nextcloud/ownCloud, потребуется изменить стандартный порт, используемый <b>ONLYOFFICE Docs</b>, так как и <b>ONLYOFFICE Docs</b>, и сервер Nextcloud/ownCloud по умолчанию работают на 80 порту.</p>
<p>При установке <b>ONLYOFFICE Docs</b> с помощью Docker можно легко сменить порт, выполнив следующую команду:</p>
<pre><code>sudo docker run -i -t -d -p &lt;PORT_NUMBER&gt;:80 --restart=always onlyoffice/documentserver</code></pre>
<p>Где <code>&lt;PORT_NUMBER&gt;</code> - это номер порта, который вы хотите использовать для <b>ONLYOFFICE Docs</b>.</p>
<p>Более подробные инструкции по установке <b>ONLYOFFICE Docs</b> с помощью Docker можно найти в <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/document/docker-installation.aspx")%>">этой статье</a>.</p>
<p>Чтобы убедиться, что <b>ONLYOFFICE Docs</b> успешно установлен, введите в адресной строке браузера IP-адрес и, в случае необходимости, порт (если он был изменен при установке), например, <code>http://192.168.3.202:81</code> - должна открыться страница приветствия <b>ONLYOFFICE Docs</b>.</p>
</div>
</div>
<h2 id="step2"><span class="style_step">Шаг 2. </span>Установите коннектор для интеграции ONLYOFFICE</h2>
<div class="block_of_step">
<div class="screen_text">
<h3>Для Nextcloud</h3>
<p>В учетной записи Nextcloud нажмите на имя пользователя в правом верхнем углу и выберите в меню опцию <b>Приложения</b>. В магазине приложений Nextcloud выберите категорию приложений <b>Офис и текст</b> в списке слева. Найдите коннектор ONLYOFFICE и нажмите кнопку <b>Включить</b>.</p>
<p>Нажмите на имя пользователя в правом верхнем углу и выберите в меню опцию <b>Настройки</b>. Нажмите на пункт <b>ONLYOFFICE</b> в левом боковом меню, чтобы открыть страницу настроек приложения <b>ONLYOFFICE</b>.</p>
<h3>Для ownCloud</h3>
<p>В учетной записи ownCloud нажмите на иконку в левом верхнем углу и выберите в меню опцию <b>Market</b>. В магазине приложений ownCloud выберите категорию приложений <b>Tools</b> в списке слева. Найдите коннектор ONLYOFFICE и нажмите кнопку <b>Установить</b>.</p>
<p>Нажмите на имя пользователя в правом верхнем углу и выберите в меню опцию <b>Настройки</b>. В левом боковом меню нажмите на пункт <b>Дополнительно</b> в разделе <b>Администрирование</b>. Должна открыться страница настроек приложения <b>ONLYOFFICE</b>.</p>
<h3>Настройка приложения для интеграции в Nextcloud и ownCloud</h3>
<p>Когда коннектор будет установлен, его надо настроить. На странице настроек приложения ONLYOFFICE укажите адрес машины, на которой установлен ONLYOFFICE Docs, в поле <b>Адрес службы редактирования документов</b>. Если вы изменили порт при установке, не забудьте его указать, например, <code>http://192.168.3.202:81</code>. Нажмите кнопку <b>Сохранить</b>, чтобы применить настройки.</p>
<p>Для получения дополнительной информации по настройке приложения для интеграции можно обратиться к соответствующим инструкциям для <a target="_blank" href="https://api.onlyoffice.com/editors/nextcloud">Nextcloud</a> и для <a target="_blank" href="https://api.onlyoffice.com/editors/owncloud">ownCloud</a> (статьи доступны на английском языке).</p>
</div>
</div>
<h2 id="step3"><span class="style_step">Шаг 3. </span>Подключение к серверу Nextcloud/ownCloud</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Запустите десктопные редакторы ONLYOFFICE. Чтобы подключить <b>десктопные редакторы</b> к вашему серверу Nextcloud или ownCloud, выполните следующие действия:</p>
<ol>
<li>Перейдите в раздел <b>Подключиться к облаку</b> на левой боковой панели.</li>
<li>Нажмите на кнопку нужного облачного сервиса. Доступны следующие три опции: <em>ONLYOFFICE</em>, <em>Nextcloud</em>, <em>ownCloud</em>. Вы также можете использовать расположенную внизу ссылку <b>Подключить</b>.
<div class="screen_block">
<img alt="Вкладка Подключиться к облаку" target="img4_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/ru/Guides/small/guide100/connecttoservertab.png")%>" />
<img alt="Вкладка Подключиться к облаку" id="img4_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/ru/Guides/big/guide100/connecttoservertab.png")%>" />
<div target="img4_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
<li>Если вы нажали кнопку соответствующего сервиса, окно <b>Подключиться к облачному офису</b> откроется с уже выбранной опцией Nextcloud/ownCloud. Если вы использовали ссылку <b>Подключить</b>, выберите нужное облачное хранилище из выпадающего списка.
<ul>
<li>в поле <b>Адрес облачного офиса</b> введите доменное имя или IP-адрес сервера Nextcloud/ownCloud. Затем нажмите кнопку <b>Подключить</b>.
<div class="screen_block">
<img alt="Окно подключения к облачному офису" target="img5_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/ru/Guides/small/guide100/connecttoportal.png")%>" />
<img alt="Окно подключения к облачному офису" id="img5_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/ru/Guides/big/guide100/connecttoportal.png")%>" />
<div target="img5_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
<li>
<p>В новой вкладке интерфейса <b>десктопных редакторов</b> откроется страница входа в Nextcloud/ownCloud.</p>
<ul>
<li>Укажите <b>Имя пользователя или email</b> и <b>Пароль</b>, которые вы используете для входа в свою учетную запись Nextcloud/ownCloud,</li>
<li>Нажмите кнопку <b>Log in</b> (Войти).</li>
</ul>
<div class="screen_block">
<img alt="Окно подключения к облачному офису" target="img6_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide100/connecttoportal2.png")%>" />
<img alt="Окно подключения к облачному офису" id="img6_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide100/connecttoportal2.png")%>" />
<div target="img6_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
</ul>
</li>
</ol>
<p>Откроется раздел <b>Файлы</b> вашего аккаунта Nextcloud/ownCloud. Теперь вы можете редактировать существующие файлы и создавать новые, предоставлять доступ к документам и работать над ними совместно с пользователями Nextcloud/ownCloud, используя редакторы ONLYOFFICE. </p>
</div>
</div>
<h2 id="step4"><span class="style_step">Шаг 4. </span>Управление подключенными учетными записями</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Нажмите на логотип в левом верхнем углу интерфейса <b>десктопных редакторов</b>, чтобы вернуться в главное окно программы, затем перейдите в раздел <b>Подключиться к облаку</b>, чтобы посмотреть список подключенных облачных офисов. Щелкните правой кнопкой мыши по подключенному облачному офису и используйте одну из доступных команд контекстного меню:</p>
<ul>
<li><b>Открыть</b> - чтобы перейти на вкладку соответствующего облачного хранилища, если вы уже вошли в свою учетную запись, или чтобы открыть окно <b>Подключиться к облачному офису</b>, если вы в данный момент вышли из учетной записи (в таком случае вам понадобится ввести учетные данные),</li>
<li><b>Выйти</b> - чтобы выйти из учетной записи,
<div class="notehelp">
Можно также нажать на значок <img alt="Значок Выйти" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide80/exit.png")%>" /> справа от учетной записи, чтобы выйти из нее.
</div>
</li>
<li><b>Удалить из списка</b> - чтобы отключить выбранную учетную запись и удалить ее из списка.</li>
</ul>
<p>Если у вас несколько учетных записей или облачных офисов, используйте кнопку <b>Добавить облако</b>, чтобы подключить еще одну учетную запись.</p>
</div>
<div class="screen_block">
<img alt="Список подключенных учетных записей" target="img9_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/ru/Guides/small/guide100/connectedaccounts.png")%>" />
<img alt="Список подключенных учетных записей" id="img9_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/ru/Guides/big/guide100/connectedaccounts.png")%>" />
<div target="img9_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</div>
</div>

View File

@ -0,0 +1,121 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Connecting Desktop Editors to your Seafile server";
MetaKeyWords = "";
MetaDescription = "";
var guides = new GuidesModel();
guides.CaptionRelatedTips = "Related Tips & Tricks";
guides.Title = "Report Templates";
guides.RelatedTips = "Are you tired of generating reports manually? Now you can set up needed parameters once and regularly receive automatic reports by email.";
guides.LearnMore = "Learn more...";
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Connecting ONLYOFFICE Desktop Editors to your Seafile server</h1>
<cc:localizecontent runat="Server" controlname="~/Controls/Help/VariousControls/Versions/DesktopEditors/DesktopEditors_Current.ascx" />
<%--<div class="keyword_block">
<ul>
</ul>
</div>--%>
<p>ONLYOFFICE allows you to edit the files stored in your Seafile account and collaborate on them using both <b>online</b> and <b>desktop ONLYOFFICE editors</b>. Thereby, you can use not only online collaboration tools, but also the features available in your desktop application only:</p>
<ul>
<li>protecting documents with a password or a digital signature,</li>
<li>sending the currently edited file right from the editor using the <b>Send</b> plugin,</li>
<li>inserting audio and video via the Presentation Editor.</li>
</ul>
<p>If you are using the <b>paid online version of the ONLYOFFICE Docs</b>, you will have access to the ONLYOFFICE <a href="https://helpcenter.onlyoffice.com/installation/desktop-pro-features.aspx">pro features</a> when working in the desktop editors.</p>
<p>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>Seafile server</b> instance installed and configured. If not, you can refer to the <a target="_blank" href="https://manual.seafile.com/">Seafile</a> official installation instructions.</li>
<li>Install <b>ONLYOFFICE Docs</b>. Please note that Seafile server and ONLYOFFICE Docs must be accessible to each other over the network.
<div class="notehelp">
One of the easiest ways to install and configure ONLYOFFICE Docs is to use our Docker installation.
</div>
</li>
<li>Connect your Seafile server to <b>ONLYOFFICE Desktop Editors</b>.</li>
</ol>
<p></p>
<div class="notehelp">
An Internet connection is required for connecting your Seafile server, as well as for real-time co-editing.
</div>
<h2 id="step1"><span class="style_step">Step 1. </span>Install ONLYOFFICE Docs</h2>
<div class="block_of_step">
<div class="screen_text">
<p>The easiest way to install <b>ONLYOFFICE Docs</b> is to use Docker. To find detailed instructions on how to install <b>ONLYOFFICE Docs</b> using Docker, you can refer to <a href="https://helpcenter.onlyoffice.com/server/docker/document/docker-installation.aspx">this article</a>.</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>
<p>To learn more about the configuration process, please read the article on <a href="https://manual.seafile.com/deploy/only_office/">Seafile-ONLYOFFICE integration</a>. You can also deploy the instances <a href="https://www.onlyoffice.com/blog/2020/04/integrating-onlyoffice-in-seafile-within-ucs/">within UCS</a>.</p>
</div>
</div>
<h2 id="step3"><span class="style_step">Step 2. </span>Connect to Seafile server</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Launch ONLYOFFICE Desktop Editors. To connect <b>Desktop Editors</b> to your Seafile server, perform the following actions:</p>
<ol>
<li>Switch to the <b>Connect to cloud</b> section at the left side panel.</li>
<li>Click the Seafile cloud service button. Alternatively, you can use the <b>Connect now</b> link at the bottom.
<div class="screen_block">
<img alt="Connect to cloud tab" target="img4_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide131/connecttoservertab.png")%>" />
<img alt="Connect to cloud tab" id="img4_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide131/connecttoservertab.png")%>" />
<div target="img4_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
<li>If you pressed the Seafile service button, the <b>Connect to cloud office</b> window opens with Seafile selected. If you used the <b>Connect now</b> link, choose the Seafile cloud storage from the drop-down list.
<ul>
<li>in the <b>Cloud office URL</b> field, enter your Seafile server domain name or IP address. When ready, click the <b>Connect now</b> button.
<div class="screen_block">
<img alt="Connect to cloud office window" target="img5_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide131/connecttoportal.png")%>" />
<img alt="Connect to cloud office window" id="img5_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide131/connecttoportal.png")%>" />
<div target="img5_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
<li>
<p>The Seafile sign in page will open in a new tab of the <b>Desktop Editors</b> interface.</p>
<ul>
<li>Specify your <b>Username or email</b> and the <b>Password</b> you use to access your Seafile account,</li>
<li>Click the <b>Log in</b> button.</li>
</ul>
</li>
</ul>
</li>
</ol>
<p>The <b>Files</b> section of your Seafile account will open. Now you can edit your existing files and create new ones, share your documents and collaborate on them with Seafile users using ONLYOFFICE editors. </p>
</div>
</div>
<h2 id="step4"><span class="style_step">Step 3. </span>Manage your connected accounts</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Click the logo in the upper left corner of the <b>Desktop Editors</b> interface to return to the main program window, then switch to the <b>Connect to cloud</b> section to view the <b>Connected clouds</b> list. Right-click on a connected cloud office and use one of the available contextual menu options:</p>
<ul>
<li><b>Open</b> - to switch to the corresponding cloud storage tab, if you are already logged in to this account, or to open the <b>Connect to cloud office</b> window, if you are not currently logged in (in such a case, you will need to enter your credentials),</li>
<li><b>Logout</b> - to exit from your account,
<div class="notehelp">
You can also click the <img alt="Exit icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide80/exit.png")%>" /> icon to the right of the account to exit from it.
</div>
</li>
<li><b>Remove from list</b> - to disconnect the selected account and remove it from the list.</li>
</ul>
<p>If you have several accounts or clouds, use the <b>Add cloud</b> button to connect one more account.</p>
</div>
<div class="screen_block">
<img alt="Connected accounts list" target="img9_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide100/connectedaccounts.png")%>" />
<img alt="Connected accounts list" id="img9_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide100/connectedaccounts.png")%>" />
<div target="img9_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</div>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB