Merge branch 'develop' into feature/test-fixes-december-23

This commit is contained in:
Svetlana Maleeva 2024-07-17 16:50:53 +03:00
commit 398ffd6b5e
66 changed files with 46 additions and 228 deletions

View File

@ -1,5 +1,12 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<div class="changelog-open-in-new-window"><a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/desktop/documents/allplatforms/desktop-editors-changelog.aspx")%>">Open in new window</a></div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 8.1.1</p>
<p class="changelog-release-date">Release date: <span class="crd-date">07/17/2024</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader"><a target="_blank" href="https://github.com/ONLYOFFICE/DesktopEditors/blob/master/CHANGELOG.md#811">See changelog on GitHub</a></p>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 8.1.0</p>
<p class="changelog-release-date">Release date: <span class="crd-date">06/19/2024</span></p>

View File

@ -1,5 +1,12 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<div class="changelog-open-in-new-window"><a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/desktop/documents/allplatforms/desktop-editors-changelog.aspx")%>">Открыть в новом окне</a></div>
<div class="changelog-version-block">
<p class="changelog-main-header">Версия 8.1.1</p>
<p class="changelog-release-date">Дата выпуска: <span class="crd-date">17.07.2024</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader"><a target="_blank" href="https://github.com/ONLYOFFICE/DesktopEditors/blob/master/CHANGELOG.md#811">Смотреть историю изменений на GitHub</a></p>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Версия 8.1.0</p>
<p class="changelog-release-date">Дата выпуска: <span class="crd-date">19.06.2024</span></p>

View File

@ -76,87 +76,14 @@
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/SystemRequirements/SysReqs_OS5/SysReqs_OS5.ascx" />
</li>
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/SystemRequirements/SysReqs_Add_Soft10/SysReqs_Add_Soft10.ascx" />
</li>
</ul>
</div>
</div>
<h2 id="InstallingPrerequisites">Installing prerequisites</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Download and install the following components:</p>
<ul>
<li><a target="_blank" href="https://erlang.org/download/otp_win64_24.2.exe">Erlang</a></li>
<li><a target="_blank" href="https://github.com/rabbitmq/rabbitmq-server/releases/download/v3.9.12/rabbitmq-server-3.9.12.exe">RabbitMQ</a></li>
<li class="developer_enterprise_display"><a target="_blank" href="https://github.com/tporadowski/redis/releases/download/v5.0.9/Redis-x64-5.0.9.msi">Redis</a></li>
<li><a target="_blank" href="https://www.postgresql.org/download/windows/">PostgreSQL</a></li>
</ul>
</div>
</div>
<h2 id="CreatingDatabase">Creating a database</h2>
<div class="block_of_step">
<div class="screen_text">
<p>You can create a database using the <b>pgAdmin</b> tool or <b>Command Prompt</b>.</p>
<div class="notehelp nh_notice">You can specify any user name and password.</div>
<p><b>Method 1</b></p>
<ol>
<li>
Run the <code>"%ProgramFiles%\PostgreSQL\12\pgAdmin 4\bin\pgAdmin4.exe"</code> executable file.
</li>
<li>
In the <b>pgAdmin</b> window, connect to the <b>PostgreSQL server</b> and create a new login role named <code>onlyoffice</code> with the <code>onlyoffice</code> password. To do that perform the following steps:
<ol>
<li>Right-click on the <b>Login/Group Roles</b> item in the left-side menu and select <b>Create</b> -> <b>Login/Group Role</b>.</li>
<li>In a new window that opens enter <code>onlyoffice</code> in the <b>Name</b> field.
<div class="screen_block">
<img alt="Installing ONLYOFFICE Docs" target="img9_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide86/step10.png")%>" />
<img alt="Installing ONLYOFFICE Docs" id="img9_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide86/step10.png")%>" />
<div target="img9_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
<li>Switch to the <b>Definition</b> tab and enter <code>onlyoffice</code> in the <b>Password</b> field.</li>
<li>Go to the <b>Privileges</b> tab and click on the <b>Can login?</b> switcher to set the <b>Yes</b> value.
<div class="screen_block">
<img alt="Installing ONLYOFFICE Docs" target="img12_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide86/step10-2.png")%>" />
<img alt="Installing ONLYOFFICE Docs" id="img12_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide86/step10-2.png")%>" />
<div target="img12_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
<li>Click the <b>Save</b> button.</li>
</ol>
</li>
<li>
Create the <code>onlyoffice</code> database, choosing the created login role <code>onlyoffice</code> as an owner.
<p>To do that, right-click on the <b>Databases</b> item in the left-side menu, select <b>Create</b> -> <b>Database...</b>. In a new window that opens enter <code>onlyoffice</code> in the <b>Database</b> field and select the <code>onlyoffice</code> role in the <b>Owner</b> list, then click <b>Save</b>.</p>
<div class="screen_block">
<img alt="Installing ONLYOFFICE Docs" target="img10_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide86/step11.png")%>" />
<img alt="Installing ONLYOFFICE Docs" id="img10_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide86/step11.png")%>" />
<div target="img10_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
</ol>
<p><b>Method 2</b></p>
<p>Run the <b>Command Prompt</b> (press the <code>win+r</code> key combination, type in <code>cmd</code> and press <b>Enter</b>).</p>
<p>Consistently execute the following commands:</p>
<pre><code>cd "%ProgramFiles%\PostgreSQL\12\bin"
psql -U postgres -c "CREATE USER onlyoffice WITH PASSWORD 'onlyoffice';"
psql -U postgres -c "CREATE DATABASE onlyoffice OWNER onlyoffice;"
</code></pre>
<div class="screen_block">
<img alt="Installing ONLYOFFICE Docs" target="img11_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide86/step12.png")%>" />
<img alt="Installing ONLYOFFICE Docs" id="img11_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide86/step12.png")%>" />
<div target="img11_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</div>
</div>
<h2 id="InstallingDocumentServer">Installing ONLYOFFICE Docs</h2>
<div class="block_of_step">
<div class="screen_text">
<p>As soon as all the components are installed and the database is created, you can proceed to the main program installation. Download the <a target="_blank" href="<%= ((BasePage)Page).VersionName %>"><%= ((BasePage)Page).EditionVersion %> installation file</a> in the <b>ONLYOFFICE Docs</b> section.</p>
<p>Download the <a target="_blank" href="<%= ((BasePage)Page).VersionName %>"><%= ((BasePage)Page).EditionVersion %> installation file</a> in the <b>ONLYOFFICE Docs</b> section.</p>
<p>Double-click the <b>onlyoffice-documentserver<%= ((BasePage)Page).CommandName %>.exe</b> file you have just downloaded.</p>
<div class="notehelp">
By default <b>ONLYOFFICE Docs</b> listens to the incoming connections using port <b>80</b>. Starting with version <b>4.3</b> you can change the port for <b>ONLYOFFICE Docs</b> if you plan to use it instead of the default one. To do that run the executable file with the parameter:
@ -179,53 +106,22 @@ psql -U postgres -c "CREATE DATABASE onlyoffice OWNER onlyoffice;"
<div target="img3_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="screen_text">
<p>If some additional components necessary for the <b>ONLYOFFICE Docs</b> proper work are missing on your PC, these dependencies will be downloaded and installed first. Click the <b>Install</b> button and wait while the missing components are being installed. If the required components are already installed on your PC, the <b>ONLYOFFICE Docs</b> installation will start.</p>
<p>If some additional components necessary for the <b>ONLYOFFICE Docs</b> proper work are missing on your PC, these dependencies will be downloaded and installed first. Select the necessary components and click the <b>Next ></b> button.</p>
</div>
<div class="screen_block">
<img alt="Installing ONLYOFFICE Docs" target="img4_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide86/step3.png")%>" />
<img alt="Installing ONLYOFFICE Docs" id="img4_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide86/step3.png")%>" />
<div target="img4_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="screen_text">
<p>In the <b>Configuring PostgreSQL connection</b> dialog window, specify the following parameters:</p>
<ul>
<li><b>Host</b>: localhost</li>
<li><b>User</b>: onlyoffice</li>
<li><b>Password</b>: onlyoffice</li>
<li><b>Database</b>: onlyoffice</li>
</ul>
</div>
<div class="screen_text">
<p>Click the <b>Install</b> button and wait while the missing components are being installed. If the required components are already installed on your PC, the <b>ONLYOFFICE Docs</b> installation will start.</p>
</div>
<div class="screen_block">
<img alt="Installing ONLYOFFICE Docs" target="img5_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide86/step5.png")%>" />
<img alt="Installing ONLYOFFICE Docs" id="img5_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide86/step5.png")%>" />
<img alt="Installing ONLYOFFICE Docs" target="img5_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide86/step4.png")%>" />
<img alt="Installing ONLYOFFICE Docs" id="img5_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide86/step4.png")%>" />
<div target="img5_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="screen_text">
<p>In the <b>Configuring RabbitMQ connection</b> dialog window, specify the following parameters:</p>
<ul>
<li><b>Host</b>: localhost</li>
<li><b>User</b>: guest</li>
<li><b>Password</b>: guest</li>
</ul>
</div>
<div class="screen_block">
<img alt="Installing ONLYOFFICE Docs" target="img6_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide86/step6.png")%>" />
<img alt="Installing ONLYOFFICE Docs" id="img6_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide86/step6.png")%>" />
<div target="img6_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="developer_enterprise_display">
<div class="screen_text">
<p>In the <b>Configuring Redis connection</b> dialog window, specify the following parameters:</p>
<ul>
<li><b>Host</b>: localhost</li>
</ul>
</div>
<div class="screen_block">
<img alt="Installing ONLYOFFICE Docs" target="img7_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide86/step7.png")%>" />
<img alt="Installing ONLYOFFICE Docs" id="img7_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide86/step7.png")%>" />
<div target="img7_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</div>
<div class="screen_text">
<p>Once the installation process is completed, click the <b>Finish</b> button to close the wizard window.</p>
</div>
@ -236,7 +132,7 @@ psql -U postgres -c "CREATE DATABASE onlyoffice OWNER onlyoffice;"
</div>
<div class="screen_text">
<p>If the <b>Open ONLYOFFICE DocumentServer demo</b> option is checked, the <b><%= ((BasePage)Page).EditionVersion %></b> welcome page will open in your browser. Alternatively, you can enter <a target="_blank" href="http://localhost/example">http://localhost/example</a> in the address bar of your browser. Here you can find further instructions on how to enable document examples or integrate online editors into your web application using the <a href="http://api.onlyoffice.com/editors/basic"> provided API</a>.</p>
<p class="community_enterprise_display">To connect <b>ONLYOFFICE Docs</b> to <b>ONLYOFFICE Groups</b>, please refer to <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/windows/document/connect-document-server.aspx")%>">this instruction</a>.</p>
<p class="community_enterprise_display">To connect <b>ONLYOFFICE Docs</b> to <b>ONLYOFFICE Groups</b>, please refer to <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-community-connect-groups-windows.aspx")%>">this instruction</a>.</p>
</div>
</div>

View File

@ -76,88 +76,14 @@
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/SystemRequirements/SysReqs_OS5/SysReqs_OS5.ascx" />
</li>
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/SystemRequirements/SysReqs_Add_Soft10/SysReqs_Add_Soft10.ascx" />
</li>
</ul>
</div>
</div>
<h2 id="InstallingPrerequisites">Установка необходимых компонентов</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Скачайте и установите следующие компоненты:</p>
<ul>
<li><a target="_blank" href="https://erlang.org/download/otp_win64_24.2.exe">Erlang</a></li>
<li><a target="_blank" href="https://github.com/rabbitmq/rabbitmq-server/releases/download/v3.9.12/rabbitmq-server-3.9.12.exe">RabbitMQ</a></li>
<li class="developer_enterprise_display"><a target="_blank" href="https://github.com/tporadowski/redis/releases/download/v5.0.9/Redis-x64-5.0.9.msi">Redis</a></li>
<li><a target="_blank" href="https://www.postgresql.org/download/windows/">PostgreSQL</a></li>
</ul>
</div>
</div>
<h2 id="CreatingDatabase">Создание базы данных</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Базу данных можно создать с помощью инструмента <b>pgAdmin</b> или <b>командной строки</b>.</p>
<div class="notehelp nh_notice">Имя пользователя и пароль могут быть любыми.</div>
<p><b>Вариант 1</b></p>
<ol>
<li>
Запустите исполняемый файл <code>"%ProgramFiles%\PostgreSQL\12\pgAdmin 4\bin\pgAdmin4.exe"</code>.
</li>
<li>
В окне программы <b>pgAdmin</b> подключитесь к <b>серверу PostgreSQL</b> и создайте новую роль для входа <code>onlyoffice</code> с паролем <code>onlyoffice</code>. Для этого выполните следующие действия:
<ol>
<li>Щелкните правой кнопкой мыши по пункту <b>Login/Group Roles</b> в меню слева и выберите опцию <b>Create</b> -> <b>Login/Group Role</b>.</li>
<li>В новом открывшемся окне введите <code>onlyoffice</code> в поле <b>Name</b>.
<div class="screen_block">
<img alt="Установка ONLYOFFICE Docs" target="img9_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide86/step10.png")%>" />
<img alt="Установка ONLYOFFICE Docs" id="img9_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide86/step10.png")%>" />
<div target="img9_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
<li>Перейдите на вкладку <b>Definition</b> и введите <code>onlyoffice</code> в поле <b>Password</b>.</li>
<li>Перейдите на вкладку <b>Privileges</b> и щелкните по переключателю <b>Can login?</b>, чтобы выставить значение <b>Yes</b>.
<div class="screen_block">
<img alt="Установка ONLYOFFICE Docs" target="img12_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide86/step10-2.png")%>" />
<img alt="Установка ONLYOFFICE Docs" id="img12_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide86/step10-2.png")%>" />
<div target="img12_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
<li>Нажмите кнопку <b>Save</b>.</li>
</ol>
</li>
<li>
Создайте базу данных <code>onlyoffice</code>, выбрав в качестве владельца созданную роль для входа <code>onlyoffice</code>.
<p>Для этого щелкните правой кнопкой мыши по пункту <b>Databases</b> в меню слева, выберите опцию <b>Create</b> -> <b>Database...</b>. В новом открывшемся окне введите <code>onlyoffice</code> в поле <b>Database</b> и выберите роль <code>onlyoffice</code> в списке <b>Owner</b>, затем нажмите кнопку <b>Save</b>.</p>
<div class="screen_block">
<img alt="Установка ONLYOFFICE Docs" target="img10_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide86/step11.png")%>" />
<img alt="Установка ONLYOFFICE Docs" id="img10_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide86/step11.png")%>" />
<div target="img10_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
</ol>
<p><b>Вариант 2</b></p>
<p>Запустите <b>Командную строку</b> (нажмите сочетание клавиш <code>win+r</code>, введите <code>cmd</code> и нажмите клавишу <b>Enter</b>).</p>
<p>Последовательно выполните следующие команды:</p>
<pre><code>cd "%ProgramFiles%\PostgreSQL\12\bin"
psql -U postgres -c "CREATE USER onlyoffice WITH PASSWORD 'onlyoffice';"
psql -U postgres -c "CREATE DATABASE onlyoffice OWNER onlyoffice;"
</code></pre>
<div class="screen_block">
<img alt="Установка ONLYOFFICE Docs" target="img11_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide86/step12.png")%>" />
<img alt="Установка ONLYOFFICE Docs" id="img11_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide86/step12.png")%>" />
<div target="img11_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</div>
</div>
</div>
<h2 id="InstallingDocumentServer">Установка ONLYOFFICE Docs</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Когда все компоненты будут установлены, а база данных создана, можно переходить к установке основной программы.
Скачайте <a target="_blank" href="<%= ((BasePage)Page).VersionName %>">установочный файл ONLYOFFICE Docs <b><%= ((BasePage)Page).EditionVersion %></b></a> в разделе <b>ONLYOFFICE Docs</b>.</p>
<p>Скачайте <a target="_blank" href="<%= ((BasePage)Page).VersionName %>">установочный файл ONLYOFFICE Docs <b><%= ((BasePage)Page).EditionVersion %></b></a> в разделе <b>ONLYOFFICE Docs</b>.</p>
<p>Дважды щелкните по файлу <b>onlyoffice-documentserver<%= ((BasePage)Page).CommandName %>.exe</b>, который вы скачали.</p>
<div class="notehelp">
По умолчанию <b>ONLYOFFICE Docs</b> слушает входящие соединения на порту <b>80</b>. Начиная с версии <b>4.3</b> вы можете сменить порт для <b>ONLYOFFICE Docs</b> в случае, если вы планируете использовать его вместо того, который идёт по умолчанию. Для этого необходимо запустить исполняемый файл с параметром:
@ -180,7 +106,7 @@ psql -U postgres -c "CREATE DATABASE onlyoffice OWNER onlyoffice;"
<div target="img3_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="screen_text">
<p>Если на вашем компьютере отсутствуют некоторые дополнительные компоненты, необходимые для правильной работы <b>ONLYOFFICE Docs</b>, сначала будут скачаны и установлены эти зависимости. Нажмите кнопку <b>Install</b> и дождитесь установки недостающих компонентов. Если требуемые компоненты уже установлены на вашем компьютере, начнется установка <b>ONLYOFFICE Docs</b>.</p>
<p>Если на вашем компьютере отсутствуют некоторые дополнительные компоненты, необходимые для правильной работы <b>ONLYOFFICE Docs</b>, сначала будут скачаны и установлены эти зависимости. Выберите нужные компоненты и нажмите кнопку <b>Next ></b>.</p>
</div>
<div class="screen_block">
<img alt="Установка ONLYOFFICE Docs" target="img4_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide86/step3.png")%>" />
@ -188,46 +114,14 @@ psql -U postgres -c "CREATE DATABASE onlyoffice OWNER onlyoffice;"
<div target="img4_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="screen_text">
<p>В диалоговом окне <b>настройки подключения к PostgreSQL</b> укажите следующие параметры:</p>
<ul>
<li><b>Host</b>: localhost</li>
<li><b>User</b>: onlyoffice</li>
<li><b>Password</b>: onlyoffice</li>
<li><b>Database</b>: onlyoffice</li>
</ul>
</div>
<p>Нажмите кнопку <b>Install</b> и дождитесь установки недостающих компонентов. Если требуемые компоненты уже установлены на вашем компьютере, начнется установка <b>ONLYOFFICE Docs</b>.</p>
</div>
<div class="screen_block">
<img alt="Установка ONLYOFFICE Docs" target="img5_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide86/step5.png")%>" />
<img alt="Установка ONLYOFFICE Docs" id="img5_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide86/step5.png")%>" />
<img alt="Установка ONLYOFFICE Docs" target="img5_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide86/step4.png")%>" />
<img alt="Установка ONLYOFFICE Docs" id="img5_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide86/step4.png")%>" />
<div target="img5_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="screen_text">
<p>В диалоговом окне <b>настройки подключения к RabbitMQ</b> укажите следующие параметры:</p>
<ul>
<li><b>Host</b>: localhost</li>
<li><b>User</b>: guest</li>
<li><b>Password</b>: guest</li>
</ul>
</div>
<div class="screen_block">
<img alt="Установка ONLYOFFICE Docs" target="img6_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide86/step6.png")%>" />
<img alt="Установка ONLYOFFICE Docs" id="img6_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide86/step6.png")%>" />
<div target="img6_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="developer_enterprise_display">
<div class="screen_text">
<p>В диалоговом окне <b>настройки подключения к Redis</b> укажите следующие параметры:</p>
<ul>
<li><b>Host</b>: localhost</li>
</ul>
</div>
<div class="screen_block">
<img alt="Установка ONLYOFFICE Docs" target="img7_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide86/step7.png")%>" />
<img alt="Установка ONLYOFFICE Docs" id="img7_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide86/step7.png")%>" />
<div target="img7_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</div>
<div class="screen_text">
<p>Когда установка завершится, нажмите кнопку <b>Finish</b>, чтобы закрыть окно мастера установки.</p>
</div>
<div class="screen_block">
@ -237,7 +131,7 @@ psql -U postgres -c "CREATE DATABASE onlyoffice OWNER onlyoffice;"
</div>
<div class="screen_text">
<p>Если отмечена опция <b>Open ONLYOFFICE DocumentServer demo</b>, в браузере откроется страница приветствия <b><%= ((BasePage)Page).EditionVersion %></b>. Или же вы можете ввести <a target="_blank" href="http://localhost/example">http://localhost/example</a> в адресной строке браузера. На этой странице приводятся дальнейшие инструкции о том, как подключить примеры документов или интегрировать онлайн-редакторы в веб-приложение с помощью <a href="http://api.onlyoffice.com/editors/basic">API</a>.</p>
<p class="community_enterprise_display">Чтобы подключить <b>ONLYOFFICE Docs</b> к <b>ONLYOFFICE Groups</b>, обратитесь к <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/windows/document/connect-document-server.aspx")%>">этой инструкции</a>.</p>
<p class="community_enterprise_display">Чтобы подключить <b>ONLYOFFICE Docs</b> к <b>ONLYOFFICE Groups</b>, обратитесь к <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-community-connect-groups-windows.aspx")%>">этой инструкции</a>.</p>
</div>
</div>

View File

@ -1,6 +1,13 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<div class="changelog-open-in-new-window"><a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/document/changelog.aspx")%>">Open in new window</a></div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 8.1.1</p>
<p class="changelog-release-date">Release date: <span class="crd-date">07/15/2024</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader"><a target="_blank" href="https://github.com/ONLYOFFICE/DocumentServer/blob/master/CHANGELOG.md#811">See changelog on GitHub</a></p>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 8.1.0</p>
<p class="changelog-release-date">Release date: <span class="crd-date">06/19/2024</span></p>

View File

@ -1,6 +1,13 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<div class="changelog-open-in-new-window"><a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/document/changelog.aspx")%>">Открыть в новом окне</a></div>
<div class="changelog-version-block">
<p class="changelog-main-header">Версия 8.1.1</p>
<p class="changelog-release-date">Дата выпуска: <span class="crd-date">15.07.2024</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader"><a target="_blank" href="https://github.com/ONLYOFFICE/DocumentServer/blob/master/CHANGELOG.md#811">Смотреть историю изменений на GitHub</a></p>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Версия 8.1.0</p>
<p class="changelog-release-date">Дата выпуска: <span class="crd-date">19.06.2024</span></p>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 196 KiB

After

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 18 KiB