installation/groups-install-docker.aspx

This commit is contained in:
Svetlana Maleeva 2021-03-15 16:03:25 +03:00
parent 67f6605187
commit 8c669ce923
3 changed files with 15 additions and 15 deletions

View File

@ -121,7 +121,7 @@ onlyoffice/controlpanel
-v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/DocumentServerData \
onlyoffice/communityserver
</code></pre>
<p>The additional parameters for running the Docker container are available <a target="_blank" href="https://github.com/ONLYOFFICE/Docker-CommunityServer/blob/master/docker-compose.yml#L26">here</a>.</p>
<p>The additional parameters for running the Docker container are available <a target="_blank" href="https://github.com/ONLYOFFICE/Docker-CommunityServer/blob/master/docker-compose.groups.yml#L17">here</a>.</p>
<p>After the successful installation <b>ONLYOFFICE Groups</b> will become available at the <span class="param-type">http://localhost/</span> address.</p>
</div>
</div>
@ -153,9 +153,9 @@ onlyoffice/controlpanel
<div class="screen_text">
<p>To additionally set up <b>ONLYOFFICE Groups</b> for correct and more convenient work the following actions can be performed:</p>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/community/additional-ports.aspx")%>">additional ports can be used</a> to run <b>ONLYOFFICE Groups</b> and some of the ports must be opened for proper operation;</li>
<li>an internal or external <a href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/community/use-mysql.aspx")%>">MySQL database can be connected</a> to <b>ONLYOFFICE Groups</b>;</li>
<li>you can run <b>ONLYOFFICE Groups</b> <a href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/community/run-using-https.aspx")%>">using HTTPS protocol</a> for extra security.</li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/groups-additional-ports-docker.aspx")%>">additional ports can be used</a> to run <b>ONLYOFFICE Groups</b> and some of the ports must be opened for proper operation;</li>
<li>an internal or external <a href="<%=VirtualPathUtility.ToAbsolute("~/installation/groups-mysql-docker.aspx")%>">MySQL database can be connected</a> to <b>ONLYOFFICE Groups</b>;</li>
<li>you can run <b>ONLYOFFICE Groups</b> <a href="<%=VirtualPathUtility.ToAbsolute("~/installation/groups-https-docker.aspx")%>">using HTTPS protocol</a> for extra security.</li>
</ul>
<p>Please consult the appropriate sections for more information on how to perform these actions.</p>
</div>
@ -163,7 +163,7 @@ onlyoffice/controlpanel
<h2 id="IntegratedInstallation">Installing ONLYOFFICE Groups integrated with ONLYOFFICE Docs and ONLYOFFICE Mail</h2>
<div class="block_of_step">
<div class="screen_text">
<p><b>ONLYOFFICE Groups</b> is a part of <b>ONLYOFFICE Workspace</b> that also comprises <b>ONLYOFFICE Docs</b> and <b>ONLYOFFICE Mail</b>. In case you want to install all of them and integrate with each other, read <a href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/community/install-integrated.aspx")%>">these instructions</a>.</p>
<p><b>ONLYOFFICE Groups</b> is a part of <b>ONLYOFFICE Workspace</b> that also comprises <b>ONLYOFFICE Docs</b> and <b>ONLYOFFICE Mail</b>. In case you want to install all of them and integrate with each other, read <a href="<%=VirtualPathUtility.ToAbsolute("~/installation/workspace-install-docker-integrated.aspx")%>">these instructions</a>.</p>
</div>
</div>
<h2 id="AlternativeInstallation">Alternative ways to install ONLYOFFICE Groups</h2>

View File

@ -90,7 +90,7 @@
-v /app/onlyoffice/CommunityServer/logs:/var/log/onlyoffice \
onlyoffice/communityserver
</code></pre>
<p>Los parámetros adicionales para ejecutar el contenedor Docker están disponibles <a target="_blank" href="https://github.com/ONLYOFFICE/Docker-CommunityServer/blob/master/docker-compose.yml#L26">aquí</a>.</p>
<p>Los parámetros adicionales para ejecutar el contenedor Docker están disponibles <a target="_blank" href="https://github.com/ONLYOFFICE/Docker-CommunityServer/blob/master/docker-compose.groups.yml#L17">aquí</a>.</p>
<p>Después de la instalación exitosa el <b>ONLYOFFICE Community Server</b> estará disponible en la dirección <span class="param-type">http://localhost/</span>.</p>
</div>
</div>
@ -119,9 +119,9 @@
<div class="screen_text">
<p>Para ajustar adicionalmente el <b>ONLYOFFICE Groups</b> para funcionamiento correcto y más confortable se puede realizar las siguientes acciones:</p>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/community/additional-ports.aspx")%>">puertos adicionales pueden usarse</a> para ejecutar el <b>ONLYOFFICE Groups</b> y algunos de los puertos deben ser abiertos para operación apropiada;</li>
<li>base de datos interna o externa <a href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/community/use-mysql.aspx")%>"> de MySQL puede ser conectada</a> al <b>ONLYOFFICE Groups</b>;</li>
<li>puede ejecutar el <b>ONLYOFFICE Groups</b> <a href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/community/run-using-https.aspx")%>">usando el protocolo HTTPS</a> para una seguridad extra.</li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/groups-additional-ports-docker.aspx")%>">puertos adicionales pueden usarse</a> para ejecutar el <b>ONLYOFFICE Groups</b> y algunos de los puertos deben ser abiertos para operación apropiada;</li>
<li>base de datos interna o externa <a href="<%=VirtualPathUtility.ToAbsolute("~/installation/groups-mysql-docker.aspx")%>"> de MySQL puede ser conectada</a> al <b>ONLYOFFICE Groups</b>;</li>
<li>puede ejecutar el <b>ONLYOFFICE Groups</b> <a href="<%=VirtualPathUtility.ToAbsolute("~/installation/groups-https-docker.aspx")%>">usando el protocolo HTTPS</a> para una seguridad extra.</li>
</ul>
<p>Por favor, consulte las secciones apropiadas para obtener más información sobre cómo realizar estas acciones.</p>
</div>
@ -129,7 +129,7 @@
<h2 id="IntegratedInstallation">Instalación del ONLYOFFICE Groups integrado con los ONLYOFFICE Docs y ONLYOFFICE Mail</h2>
<div class="block_of_step">
<div class="screen_text">
<p><b>ONLYOFFICE Community Server</b> es parte de <b>ONLYOFFICE Workspace</b> que también se compone del <b>ONLYOFFICE Docs</b>, <b>ONLYOFFICE Control Panel</b> y <b>ONLYOFFICE Mail</b>. Si Usted desea instalar todos ellos e integrar entre sí, lea <a href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/community/install-integrated.aspx")%>">estas instrucciones</a>.</p>
<p><b>ONLYOFFICE Community Server</b> es parte de <b>ONLYOFFICE Workspace</b> que también se compone del <b>ONLYOFFICE Docs</b>, <b>ONLYOFFICE Control Panel</b> y <b>ONLYOFFICE Mail</b>. Si Usted desea instalar todos ellos e integrar entre sí, lea <a href="<%=VirtualPathUtility.ToAbsolute("~/installation/workspace-install-docker-integrated.aspx")%>">estas instrucciones</a>.</p>
</div>
</div>
<h2 id="AlternativeInstallation">Formas alternativas de instalar ONLYOFFICE Groups</h2>

View File

@ -122,7 +122,7 @@ onlyoffice/controlpanel
-v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/DocumentServerData \
onlyoffice/communityserver
</code></pre>
<p>Дополнительные параметры для запуска контейнера Docker можно найти <a target="_blank" href="https://github.com/ONLYOFFICE/Docker-CommunityServer/blob/master/docker-compose.yml#L26">здесь</a>.</p>
<p>Дополнительные параметры для запуска контейнера Docker можно найти <a target="_blank" href="https://github.com/ONLYOFFICE/Docker-CommunityServer/blob/master/docker-compose.groups.yml#L17">здесь</a>.</p>
<p>После успешной установки <b>ONLYOFFICE Groups</b> будет доступен по адресу <span class="param-type">http://localhost/</span>.</p>
</div>
</div>
@ -154,9 +154,9 @@ onlyoffice/controlpanel
<div class="screen_text">
<p>Чтобы дополнительно настроить <b>ONLYOFFICE Groups</b> для правильной и более удобной работы, можно выполнить следующие действия:</p>
<ul>
<li>для запуска <b>ONLYOFFICE Groups</b> <a href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/community/additional-ports.aspx")%>">можно использовать дополнительные порты</a>, а некоторые из портов должны быть открыты для правильного функционирования;</li>
<li>к <b>ONLYOFFICE Groups</b> можно подключить внутреннюю или внешнюю <a href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/community/use-mysql.aspx")%>">базу данных MySQL</a>;</li>
<li>для обеспечения повышенной безопасности можно запустить <b>ONLYOFFICE Groups</b> <a href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/community/run-using-https.aspx")%>">с использованием протокола HTTPS</a>.</li>
<li>для запуска <b>ONLYOFFICE Groups</b> <a href="<%=VirtualPathUtility.ToAbsolute("~/installation/groups-additional-ports-docker.aspx")%>">можно использовать дополнительные порты</a>, а некоторые из портов должны быть открыты для правильного функционирования;</li>
<li>к <b>ONLYOFFICE Groups</b> можно подключить внутреннюю или внешнюю <a href="<%=VirtualPathUtility.ToAbsolute("~/installation/groups-mysql-docker.aspx")%>">базу данных MySQL</a>;</li>
<li>для обеспечения повышенной безопасности можно запустить <b>ONLYOFFICE Groups</b> <a href="<%=VirtualPathUtility.ToAbsolute("~/installation/groups-https-docker.aspx")%>">с использованием протокола HTTPS</a>.</li>
</ul>
<p>Обратитесь к соответствующим разделам для получения дополнительной информации по выполнению этих действий.</p>
</div>
@ -164,7 +164,7 @@ onlyoffice/controlpanel
<h2 id="IntegratedInstallation">Установка ONLYOFFICE Groups с интегрированными модулями ONLYOFFICE Docs и ONLYOFFICE Mail</h2>
<div class="block_of_step">
<div class="screen_text">
<p><b>ONLYOFFICE Groups</b> входит в состав версии <b>ONLYOFFICE Workspace</b>, которая также включает в себя <b>ONLYOFFICE Docs</b> и <b>ONLYOFFICE Mail</b>. Если вы хотите установить их все и интегрировать друг с другом, обратитесь к <a href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/community/install-integrated.aspx")%>">этим инструкциям</a>.</p>
<p><b>ONLYOFFICE Groups</b> входит в состав версии <b>ONLYOFFICE Workspace</b>, которая также включает в себя <b>ONLYOFFICE Docs</b> и <b>ONLYOFFICE Mail</b>. Если вы хотите установить их все и интегрировать друг с другом, обратитесь к <a href="<%=VirtualPathUtility.ToAbsolute("~/installation/workspace-install-docker-integrated.aspx")%>">этим инструкциям</a>.</p>
</div>
</div>
<h2 id="AlternativeInstallation">Альтернативные способы установки ONLYOFFICE Groups</h2>