Update CompileSourceCode.ascx

This commit is contained in:
Svetlana Maleeva 2023-03-20 16:33:03 +03:00
parent 7c5b68ecc6
commit d11eab8bb9
2 changed files with 16 additions and 0 deletions

View File

@ -156,6 +156,14 @@ onlyoffice.resources.sql
</div>
</div>
</div>
<h2 id="Templates">Downloading ONLYOFFICE Document Templates</h2>
<div class="block_of_step">
<div class="screen_text">
<p>For working with ONLYOFFICE Document Server, download the <code>https://github.com/ONLYOFFICE/document-templates</code> repository and put it to the <code>\web\studio\ASC.Web.Studio\Products\Files\DocStore</code> folder.</p>
<p>If you downloaded the repository using the <code>git clone</code> command, go to the folder with the downloaded <b>CommunityServer</b> repository and execute the following command which also clones dependent repositories:</p>
<pre><code>git submodule update --init --recursive</code></pre>
</div>
</div>
<h2 id="ServerCompilation">ONLYOFFICE Groups Compilation</h2>
<div class="block_of_step">
<div class="screen_text">

View File

@ -156,6 +156,14 @@ onlyoffice.resources.sql
</div>
</div>
</div>
<h2 id="Templates">Скачивание шаблонов документов ONLYOFFICE</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Для работы с Сервером документов ONLYOFFICE скачайте репозиторий <code>https://github.com/ONLYOFFICE/document-templates</code> и поместите его в папку <code>\web\studio\ASC.Web.Studio\Products\Files\DocStore</code>.</p>
<p>Если репозиторий скачивался с помощью команды <code>git clone</code>, перейдите в папку со скачанным репозиторием <b>CommunityServer</b> и выполните следующую команду, которая также клонирует зависимые репозитории:</p>
<pre><code>git submodule update --init --recursive</code></pre>
</div>
</div>
<h2 id="ServerCompilation">Компиляция ONLYOFFICE Groups</h2>
<div class="block_of_step">
<div class="screen_text">