изменения в статье по подключению document server к community server (по просьбе Голубева)

This commit is contained in:
alexandervnuchkov 2016-08-30 17:34:06 +03:00
parent 57e06a0e65
commit 556fc4d6d1
2 changed files with 0 additions and 13 deletions

View File

@ -79,11 +79,5 @@
<pre><code>DELETE FROM `webstudio_settings` WHERE `ID`='a3acbfc4-155b-4ea8-8367-bbc586319553';
</code></pre>
<div class="notehelp">In case there are problems with documents, you can try to change the &lt;add key="web.client.cache.resetkey" value="3" /&gt; line of the <b>web.appsettings.config</b> file entering any other numerical value instead of <b>3</b>.</div>
<h2 id="DSConfigFiles">Editing configuration files for Document Server</h2>
<p>By default the configuration files for <b>Document Server</b> do <b>not</b> need to be changed. But if you wish to change the port via which the coauthoring or spellchecking services will be available and want <b>Document Server</b> to be accessible from the Internet, you will need to edit the <b>web.config</b> file, which can be found in the <code>c:\Program Files\Ascensio System SIA\ONLYOFFICE Online Editors\DocService\</code> folder of the <b>Document Server</b> computer. Open it with a text editor and add the following lines (or change these lines accordingly, in case they are already present):</p>
<pre class="prettyprint source linenums"><code>&lt;add key="editor.settings.coauthoring.url" value="http://computername:8000" /&gt;
&lt;add key="editor.settings.spellchecker.url" value="http://computername:8080" /&gt;</code></pre>
<p>Where <code>computername</code> is the address of the computer with <b>Document Server</b> installed.</p>
<div class="notehelp">We recommend that you use separate databases for <b>Community Server</b> and <b>Document Server</b>. It can be two different computers or one and the same computer using two different databases.</div>
</div>
</div>

View File

@ -80,12 +80,5 @@
<pre><code>DELETE FROM `webstudio_settings` WHERE `ID`='a3acbfc4-155b-4ea8-8367-bbc586319553';
</code></pre>
<div class="notehelp">Если с документами возникают какие-то проблемы, вы можете попробовать изменить строку &lt;add key="web.client.cache.resetkey" value="3" /&gt; файла <b>web.appsettings.config</b>, введя любое другое числовое значение вместо <b>3</b>.</div>
<h2 id="DSConfigFiles">Изменение файлов конфигурации для Сервера документов</h2>
<p>По умолчанию <b>не требуется</b> изменять файлы конфигурации для <b>Сервера документов</b>. Но если вам надо изменить порт, по которому будут доступны сервисы совместного редактирования или проверки орфографии, и вы хотите, чтобы <b>Сервер документов</b> был доступен из Интернета, понадобится изменить файл <b>web.config</b>, который можно найти в папке <code>c:\Program Files\Ascensio System SIA\ONLYOFFICE Online Editors\DocService\</code> на компьютере с <b>Сервером документов</b>. Откройте его в текстовом редакторе и добавьте следующие строки (или соответствующим образом измените их, если они уже есть):</p>
<pre class="prettyprint source linenums"><code>&lt;add key="editor.settings.coauthoring.url" value="http://computername:8000" /&gt;
&lt;add key="editor.settings.spellchecker.url" value="http://computername:8080" /&gt;
</code></pre>
<p>Где <code>computername</code> - это адрес компьютера с установленным <b>Сервером документов</b>.</p>
<div class="notehelp">Рекомендуется использовать разные базы данных для <b>Сервера совместной работы</b> и <b>Сервера документов</b>. Это могут быть два разных компьютера или один и тот же компьютер с двумя различными базами данных.</div>
</div>
</div>