From d59204ccded328a04f66afba3167bfbfac0ca970 Mon Sep 17 00:00:00 2001 From: svetlana maleeva Date: Tue, 19 Oct 2021 12:41:17 +0300 Subject: [PATCH] Minor fixes for Alfresco --- .../Help/GettingStarted/Integration/Alfresco/Alfresco.ascx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Web/Controls/Help/GettingStarted/Integration/Alfresco/Alfresco.ascx b/Web/Controls/Help/GettingStarted/Integration/Alfresco/Alfresco.ascx index 5f2fd4bb8..5eacd2534 100644 --- a/Web/Controls/Help/GettingStarted/Integration/Alfresco/Alfresco.ascx +++ b/Web/Controls/Help/GettingStarted/Integration/Alfresco/Alfresco.ascx @@ -120,7 +120,7 @@

Installing ONLYOFFICE and Alfresco module package

-

The latest compiled package files are available on GitHub. You need the onlyoffice-integration-repo.jar and the onlyoffice-integration-share.jar< files. If you plan to compile the ONLYOFFICE and Alfresco module package yourself for some reason (e.g. edit the source code and compile it afterwards), address the developer instruction.

+

The latest compiled package files are available on GitHub. You need the onlyoffice-integration-repo.jar and the onlyoffice-integration-share.jar files. If you plan to compile the ONLYOFFICE and Alfresco module package yourself for some reason (e.g. edit the source code and compile it afterwards), address the developer instruction.

  1. Download compiled packages in the repo and share directories: @@ -153,7 +153,7 @@ sudo ./alfresco.sh start

    Configuring ONLYOFFICE and Alfresco module package

    -

    Go to Alfresco Administration Console. Open http://<alfrescohost>/alfresco/s/onlyoffice/onlyoffice-config and specify the following parameters.

    +

    Go to Alfresco Administration Console. Open http://<alfrescohost>/alfresco/s/onlyoffice/onlyoffice-config and specify the following parameters.

    Document Server settings:

    • Document Editing Service address - specify the URL address where the Document Editing Server is installed.
    • @@ -174,7 +174,7 @@ sudo ./alfresco.sh start

      Common settings:

      • Ignore SSL Certificate - turns SSL off.
      • -
      • Enable Force Save - enables saving document changes directly to the Alfresco storage after clicking the Save button (if disabled, the document is saved in the document editor’s cache until the document is closed).
      • +
      • Enable Force Save - enables saving document changes directly to the Alfresco storage after clicking the Save button (if disabled, the document is saved in the document editor's cache until the document is closed).
      • Save docx, xlsx, pptx as a new version of the original file after conversion - if disabled, a separate file will be created and placed in the same folder.
      • Open the file for editing - allows administrators to choose the document formats to edit via conversion to OOXML formats.