diff --git a/Web/Controls/Help/Server/DocsEnterprise/windows/InstallEnterpriseEdition/InstallEnterpriseEdition.ascx b/Web/Controls/Help/Server/DocsEnterprise/windows/InstallEnterpriseEdition/InstallEnterpriseEdition.ascx index 3f3903aac..923050cc8 100644 --- a/Web/Controls/Help/Server/DocsEnterprise/windows/InstallEnterpriseEdition/InstallEnterpriseEdition.ascx +++ b/Web/Controls/Help/Server/DocsEnterprise/windows/InstallEnterpriseEdition/InstallEnterpriseEdition.ascx @@ -76,87 +76,14 @@
  • -
  • - -
  • -

    Installing prerequisites

    -
    -
    -

    Download and install the following components:

    - -
    -
    - -

    Creating a database

    -
    -
    -

    You can create a database using the pgAdmin tool or Command Prompt.

    -
    You can specify any user name and password.
    -

    Method 1

    -
      -
    1. - Run the "%ProgramFiles%\PostgreSQL\12\pgAdmin 4\bin\pgAdmin4.exe" executable file. -
    2. -
    3. - In the pgAdmin window, connect to the PostgreSQL server and create a new login role named onlyoffice with the onlyoffice password. To do that perform the following steps: -
        -
      1. Right-click on the Login/Group Roles item in the left-side menu and select Create -> Login/Group Role.
      2. -
      3. In a new window that opens enter onlyoffice in the Name field. -
        - Installing ONLYOFFICE Docs" /> - Installing ONLYOFFICE Docs" /> -
        -
        -
      4. -
      5. Switch to the Definition tab and enter onlyoffice in the Password field.
      6. -
      7. Go to the Privileges tab and click on the Can login? switcher to set the Yes value. -
        - Installing ONLYOFFICE Docs" /> - Installing ONLYOFFICE Docs" /> -
        -
        -
      8. -
      9. Click the Save button.
      10. -
      - -
    4. -
    5. - Create the onlyoffice database, choosing the created login role onlyoffice as an owner. -

      To do that, right-click on the Databases item in the left-side menu, select Create -> Database.... In a new window that opens enter onlyoffice in the Database field and select the onlyoffice role in the Owner list, then click Save.

      -
      - Installing ONLYOFFICE Docs" /> - Installing ONLYOFFICE Docs" /> -
      -
      -
    6. -
    -

    Method 2

    -

    Run the Command Prompt (press the win+r key combination, type in cmd and press Enter).

    -

    Consistently execute the following commands:

    -
    cd "%ProgramFiles%\PostgreSQL\12\bin"
    -psql -U postgres -c "CREATE USER onlyoffice WITH PASSWORD 'onlyoffice';"
    -psql -U postgres -c "CREATE DATABASE onlyoffice OWNER onlyoffice;"
    -
    -
    - Installing ONLYOFFICE Docs" /> - Installing ONLYOFFICE Docs" /> -
    -
    -
    -

    Installing ONLYOFFICE Docs

    -

    As soon as all the components are installed and the database is created, you can proceed to the main program installation. Download the <%= ((BasePage)Page).EditionVersion %> installation file in the ONLYOFFICE Docs section.

    +

    Download the <%= ((BasePage)Page).EditionVersion %> installation file in the ONLYOFFICE Docs section.

    Double-click the onlyoffice-documentserver<%= ((BasePage)Page).CommandName %>.exe file you have just downloaded.

    By default ONLYOFFICE Docs listens to the incoming connections using port 80. Starting with version 4.3 you can change the port for ONLYOFFICE Docs 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;"
    -

    If some additional components necessary for the ONLYOFFICE Docs proper work are missing on your PC, these dependencies will be downloaded and installed first. Click the Install button and wait while the missing components are being installed. If the required components are already installed on your PC, the ONLYOFFICE Docs installation will start.

    +

    If some additional components necessary for the ONLYOFFICE Docs proper work are missing on your PC, these dependencies will be downloaded and installed first. Select the necessary components and click the Next > button.

    Installing ONLYOFFICE Docs" /> Installing ONLYOFFICE Docs" />
    -
    -

    In the Configuring PostgreSQL connection dialog window, specify the following parameters:

    -
      -
    • Host: localhost
    • -
    • User: onlyoffice
    • -
    • Password: onlyoffice
    • -
    • Database: onlyoffice
    • -
    -
    +
    +

    Click the Install button and wait while the missing components are being installed. If the required components are already installed on your PC, the ONLYOFFICE Docs installation will start.

    +
    - Installing ONLYOFFICE Docs" /> - Installing ONLYOFFICE Docs" /> + Installing ONLYOFFICE Docs" /> + Installing ONLYOFFICE Docs" />
    -
    -

    In the Configuring RabbitMQ connection dialog window, specify the following parameters:

    -
      -
    • Host: localhost
    • -
    • User: guest
    • -
    • Password: guest
    • -
    -
    -
    - Installing ONLYOFFICE Docs" /> - Installing ONLYOFFICE Docs" /> -
    -
    -
    -
    -

    In the Configuring Redis connection dialog window, specify the following parameters:

    -
      -
    • Host: localhost
    • -
    -
    -
    - Installing ONLYOFFICE Docs" /> - Installing ONLYOFFICE Docs" /> -
    -
    -
    +

    Once the installation process is completed, click the Finish button to close the wizard window.

    @@ -236,7 +132,7 @@ psql -U postgres -c "CREATE DATABASE onlyoffice OWNER onlyoffice;"

    If the Open ONLYOFFICE DocumentServer demo option is checked, the <%= ((BasePage)Page).EditionVersion %> welcome page will open in your browser. Alternatively, you can enter http://localhost/example 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 provided API.

    -

    To connect ONLYOFFICE Docs to ONLYOFFICE Groups, please refer to ">this instruction.

    +

    To connect ONLYOFFICE Docs to ONLYOFFICE Groups, please refer to ">this instruction.

    diff --git a/Web/Controls/Help/Server/DocsEnterprise/windows/InstallEnterpriseEdition/InstallEnterpriseEdition.ru.ascx b/Web/Controls/Help/Server/DocsEnterprise/windows/InstallEnterpriseEdition/InstallEnterpriseEdition.ru.ascx index 2c4ff87d3..8d5a95a7a 100644 --- a/Web/Controls/Help/Server/DocsEnterprise/windows/InstallEnterpriseEdition/InstallEnterpriseEdition.ru.ascx +++ b/Web/Controls/Help/Server/DocsEnterprise/windows/InstallEnterpriseEdition/InstallEnterpriseEdition.ru.ascx @@ -76,88 +76,14 @@
  • -
  • - -
  • - -

    Установка необходимых компонентов

    -
    -
    -

    Скачайте и установите следующие компоненты:

    - -
    -
    - -

    Создание базы данных

    -
    -
    -

    Базу данных можно создать с помощью инструмента pgAdmin или командной строки.

    -
    Имя пользователя и пароль могут быть любыми.
    -

    Вариант 1

    -
      -
    1. - Запустите исполняемый файл "%ProgramFiles%\PostgreSQL\12\pgAdmin 4\bin\pgAdmin4.exe". -
    2. -
    3. - В окне программы pgAdmin подключитесь к серверу PostgreSQL и создайте новую роль для входа onlyoffice с паролем onlyoffice. Для этого выполните следующие действия: -
        -
      1. Щелкните правой кнопкой мыши по пункту Login/Group Roles в меню слева и выберите опцию Create -> Login/Group Role.
      2. -
      3. В новом открывшемся окне введите onlyoffice в поле Name. -
        - Установка ONLYOFFICE Docs" /> - Установка ONLYOFFICE Docs" /> -
        -
        -
      4. -
      5. Перейдите на вкладку Definition и введите onlyoffice в поле Password.
      6. -
      7. Перейдите на вкладку Privileges и щелкните по переключателю Can login?, чтобы выставить значение Yes. -
        - Установка ONLYOFFICE Docs" /> - Установка ONLYOFFICE Docs" /> -
        -
        -
      8. -
      9. Нажмите кнопку Save.
      10. -
      - -
    4. -
    5. - Создайте базу данных onlyoffice, выбрав в качестве владельца созданную роль для входа onlyoffice. -

      Для этого щелкните правой кнопкой мыши по пункту Databases в меню слева, выберите опцию Create -> Database.... В новом открывшемся окне введите onlyoffice в поле Database и выберите роль onlyoffice в списке Owner, затем нажмите кнопку Save.

      -
      - Установка ONLYOFFICE Docs" /> - Установка ONLYOFFICE Docs" /> -
      -
      -
    6. -
    -

    Вариант 2

    -

    Запустите Командную строку (нажмите сочетание клавиш win+r, введите cmd и нажмите клавишу Enter).

    -

    Последовательно выполните следующие команды:

    -
    cd "%ProgramFiles%\PostgreSQL\12\bin"
    -psql -U postgres -c "CREATE USER onlyoffice WITH PASSWORD 'onlyoffice';"
    -psql -U postgres -c "CREATE DATABASE onlyoffice OWNER onlyoffice;"
    -
    -
    - Установка ONLYOFFICE Docs" /> - Установка ONLYOFFICE Docs" /> -
    -
    -
    -
    - + +

    Установка ONLYOFFICE Docs

    -

    Когда все компоненты будут установлены, а база данных создана, можно переходить к установке основной программы. - Скачайте установочный файл ONLYOFFICE Docs <%= ((BasePage)Page).EditionVersion %> в разделе ONLYOFFICE Docs.

    +

    Скачайте установочный файл ONLYOFFICE Docs <%= ((BasePage)Page).EditionVersion %> в разделе ONLYOFFICE Docs.

    Дважды щелкните по файлу onlyoffice-documentserver<%= ((BasePage)Page).CommandName %>.exe, который вы скачали.

    По умолчанию ONLYOFFICE Docs слушает входящие соединения на порту 80. Начиная с версии 4.3 вы можете сменить порт для ONLYOFFICE Docs в случае, если вы планируете использовать его вместо того, который идёт по умолчанию. Для этого необходимо запустить исполняемый файл с параметром: @@ -180,7 +106,7 @@ psql -U postgres -c "CREATE DATABASE onlyoffice OWNER onlyoffice;"
    -

    Если на вашем компьютере отсутствуют некоторые дополнительные компоненты, необходимые для правильной работы ONLYOFFICE Docs, сначала будут скачаны и установлены эти зависимости. Нажмите кнопку Install и дождитесь установки недостающих компонентов. Если требуемые компоненты уже установлены на вашем компьютере, начнется установка ONLYOFFICE Docs.

    +

    Если на вашем компьютере отсутствуют некоторые дополнительные компоненты, необходимые для правильной работы ONLYOFFICE Docs, сначала будут скачаны и установлены эти зависимости. Выберите нужные компоненты и нажмите кнопку Next >.

    Установка ONLYOFFICE Docs" /> @@ -188,46 +114,14 @@ psql -U postgres -c "CREATE DATABASE onlyoffice OWNER onlyoffice;"
    -

    В диалоговом окне настройки подключения к PostgreSQL укажите следующие параметры:

    -
      -
    • Host: localhost
    • -
    • User: onlyoffice
    • -
    • Password: onlyoffice
    • -
    • Database: onlyoffice
    • -
    -
    +

    Нажмите кнопку Install и дождитесь установки недостающих компонентов. Если требуемые компоненты уже установлены на вашем компьютере, начнется установка ONLYOFFICE Docs.

    +
    - Установка ONLYOFFICE Docs" /> - Установка ONLYOFFICE Docs" /> + Установка ONLYOFFICE Docs" /> + Установка ONLYOFFICE Docs" />
    -

    В диалоговом окне настройки подключения к RabbitMQ укажите следующие параметры:

    - -
    -
    - Установка ONLYOFFICE Docs" /> - Установка ONLYOFFICE Docs" /> -
    -
    -
    -
    -

    В диалоговом окне настройки подключения к Redis укажите следующие параметры:

    -
      -
    • Host: localhost
    • -
    -
    -
    - Установка ONLYOFFICE Docs" /> - Установка ONLYOFFICE Docs" /> -
    -
    -
    -

    Когда установка завершится, нажмите кнопку Finish, чтобы закрыть окно мастера установки.

    @@ -237,7 +131,7 @@ psql -U postgres -c "CREATE DATABASE onlyoffice OWNER onlyoffice;"

    Если отмечена опция Open ONLYOFFICE DocumentServer demo, в браузере откроется страница приветствия <%= ((BasePage)Page).EditionVersion %>. Или же вы можете ввести http://localhost/example в адресной строке браузера. На этой странице приводятся дальнейшие инструкции о том, как подключить примеры документов или интегрировать онлайн-редакторы в веб-приложение с помощью API.

    -

    Чтобы подключить ONLYOFFICE Docs к ONLYOFFICE Groups, обратитесь к ">этой инструкции.

    +

    Чтобы подключить ONLYOFFICE Docs к ONLYOFFICE Groups, обратитесь к ">этой инструкции.

    diff --git a/Web/images/Help/Guides/big/guide86/step1.png b/Web/images/Help/Guides/big/guide86/step1.png index 48ba22fc4..8551dea3d 100644 Binary files a/Web/images/Help/Guides/big/guide86/step1.png and b/Web/images/Help/Guides/big/guide86/step1.png differ diff --git a/Web/images/Help/Guides/big/guide86/step2.png b/Web/images/Help/Guides/big/guide86/step2.png index f8059493b..6851a097b 100644 Binary files a/Web/images/Help/Guides/big/guide86/step2.png and b/Web/images/Help/Guides/big/guide86/step2.png differ diff --git a/Web/images/Help/Guides/big/guide86/step3.png b/Web/images/Help/Guides/big/guide86/step3.png index 0e41d086e..d9cc4238f 100644 Binary files a/Web/images/Help/Guides/big/guide86/step3.png and b/Web/images/Help/Guides/big/guide86/step3.png differ diff --git a/Web/images/Help/Guides/big/guide86/step4.png b/Web/images/Help/Guides/big/guide86/step4.png index 7be474d03..cec3f09f1 100644 Binary files a/Web/images/Help/Guides/big/guide86/step4.png and b/Web/images/Help/Guides/big/guide86/step4.png differ diff --git a/Web/images/Help/Guides/big/guide86/step9.png b/Web/images/Help/Guides/big/guide86/step9.png index e31b5bcd2..749cb24f7 100644 Binary files a/Web/images/Help/Guides/big/guide86/step9.png and b/Web/images/Help/Guides/big/guide86/step9.png differ diff --git a/Web/images/Help/Guides/small/guide86/step1.png b/Web/images/Help/Guides/small/guide86/step1.png index 9d0a8b567..f6dd6cd10 100644 Binary files a/Web/images/Help/Guides/small/guide86/step1.png and b/Web/images/Help/Guides/small/guide86/step1.png differ diff --git a/Web/images/Help/Guides/small/guide86/step2.png b/Web/images/Help/Guides/small/guide86/step2.png index 356256ac0..8e764f7ba 100644 Binary files a/Web/images/Help/Guides/small/guide86/step2.png and b/Web/images/Help/Guides/small/guide86/step2.png differ diff --git a/Web/images/Help/Guides/small/guide86/step3.png b/Web/images/Help/Guides/small/guide86/step3.png index 0629727c2..99fb2e9ee 100644 Binary files a/Web/images/Help/Guides/small/guide86/step3.png and b/Web/images/Help/Guides/small/guide86/step3.png differ diff --git a/Web/images/Help/Guides/small/guide86/step4.png b/Web/images/Help/Guides/small/guide86/step4.png index 21ebf7655..62e8aa19c 100644 Binary files a/Web/images/Help/Guides/small/guide86/step4.png and b/Web/images/Help/Guides/small/guide86/step4.png differ diff --git a/Web/images/Help/Guides/small/guide86/step9.png b/Web/images/Help/Guides/small/guide86/step9.png index 01e279fa1..a57f88164 100644 Binary files a/Web/images/Help/Guides/small/guide86/step9.png and b/Web/images/Help/Guides/small/guide86/step9.png differ