diff --git a/Web/Controls/Help/Server/Linux/Community/LinuxInstallationRPM/LinuxInstallationRPM.ascx b/Web/Controls/Help/Server/Linux/Community/LinuxInstallationRPM/LinuxInstallationRPM.ascx index 12a41e57b..58023b2b9 100644 --- a/Web/Controls/Help/Server/Linux/Community/LinuxInstallationRPM/LinuxInstallationRPM.ascx +++ b/Web/Controls/Help/Server/Linux/Community/LinuxInstallationRPM/LinuxInstallationRPM.ascx @@ -96,6 +96,7 @@ enabled=1 sudo yum localinstall mysql57-community-release-el7-11.noarch.rpm +

When MySQL server is started, the superuser will be created and a temporary password will be assigned to it. You need to change this password as soon as possible. See the official instructions on that.

Installing Community Server

Add GPG key:


@@ -114,6 +115,7 @@ enabled=1

Before you start Community Server for the first time it is necessary to create the database and configure connection to it. To do that launch MySQL using the command:

sudo systemctl start mysqld.service
 
+
Do not forget to change the default superuser password in case you haven't done it yet. More information on where to view the default password and how to change it is available here.

And after that run the configuration script:

bash communityserver-configure.sh

This script will interactively ask you to enter the MySQL connection parameters, create the database, update configuration files and run all services.

diff --git a/Web/Controls/Help/Server/Linux/Community/LinuxInstallationRPM/LinuxInstallationRPM.ru.ascx b/Web/Controls/Help/Server/Linux/Community/LinuxInstallationRPM/LinuxInstallationRPM.ru.ascx index afb66de38..d478d1ad5 100644 --- a/Web/Controls/Help/Server/Linux/Community/LinuxInstallationRPM/LinuxInstallationRPM.ru.ascx +++ b/Web/Controls/Help/Server/Linux/Community/LinuxInstallationRPM/LinuxInstallationRPM.ru.ascx @@ -100,6 +100,7 @@ enabled=1 sudo yum localinstall mysql57-community-release-el7-11.noarch.rpm +

При запуске MySQL сервера будет создан суперпользователь, и ему будет присвоен временный пароль. Необходимо сменить этот пароль как можно скорее. О том, как это сделать, можно прочитать в официальной инструкции.

Установка Сервера совместной работы

Добавьте GPG-ключ:


@@ -118,6 +119,7 @@ enabled=1

Перед первым запуском Сервера совместной работы необходимо создать базу данных и сконфигурировать подключение к ней. Для этого запустите MySQL с помощью команды:

sudo systemctl start mysqld.service
 
+
Не забудьте поменять пароль суперпользователя, назначенный по умолчанию, если вы этого ещё не сделали. Вы можете найти подробную информацию о том, где найти этот пароль и как его поменять, здесь.

После этого запустите скрипт конфигурации:

bash communityserver-configure.sh

Скрипт в интерактивной форме запросит параметры подключения к MySQL, создаст базу данных, обновит файлы конфигурации и запустит все сервисы.

diff --git a/Web/Controls/Help/Server/Linux/Document/LinuxInstallationCentOS/LinuxInstallationCentOS.ascx b/Web/Controls/Help/Server/Linux/Document/LinuxInstallationCentOS/LinuxInstallationCentOS.ascx index 881eb7484..044092afb 100644 --- a/Web/Controls/Help/Server/Linux/Document/LinuxInstallationCentOS/LinuxInstallationCentOS.ascx +++ b/Web/Controls/Help/Server/Linux/Document/LinuxInstallationCentOS/LinuxInstallationCentOS.ascx @@ -174,7 +174,6 @@ sudo systemctl enable nginx

After that Document Server will be run as a process. The package will be updated just like any other rpm package.

Now you can connect Document Server to ">Community Server or integrate it into your own document management system using the provided API.

-

Now you can enter http://localhost in your browser address bar to open the Document Server welcome page where you will find further instructions on how to enable document examples or integrate online editors into your web application using the provided API.

@@ -226,6 +225,7 @@ sudo firewall-cmd --reload
Disable SELinux

Open the /etc/selinux/config file using any text editor, replace the SELINUX=enforcing or SELINUX=permissive string with the SELINUX=disabled one and save the changes.

Reboot your server for the changes to take effect.

+

When all this is done, you can enter http://localhost in your browser address bar to open the Document Server welcome page where you will find further instructions on how to enable document examples or integrate online editors into your web application using the provided API.

diff --git a/Web/Controls/Help/Server/Linux/Document/LinuxInstallationCentOS/LinuxInstallationCentOS.ru.ascx b/Web/Controls/Help/Server/Linux/Document/LinuxInstallationCentOS/LinuxInstallationCentOS.ru.ascx index 60d0ec139..77df829be 100644 --- a/Web/Controls/Help/Server/Linux/Document/LinuxInstallationCentOS/LinuxInstallationCentOS.ru.ascx +++ b/Web/Controls/Help/Server/Linux/Document/LinuxInstallationCentOS/LinuxInstallationCentOS.ru.ascx @@ -175,7 +175,6 @@ sudo systemctl enable nginx

После этого Сервер документов будет запущен как процесс. Пакет будет обновляться, как любой другой rpm-пакет.

Теперь вы можете подключить Сервер документов к ">Серверу совместной работы или интегрировать его в собственную систему документооборота с помощью API.

-

Теперь вы можете ввести http://localhost в адресной строке браузера, чтобы открыть страницу приветствия Сервера документов, где приводятся дальнейшие инструкции о том, как подключить примеры документов или интегрировать онлайн-редакторы в веб-приложение с помощью API.

@@ -227,7 +226,8 @@ sudo firewall-cmd --reload
Отключите SELinux

Откройте файл /etc/selinux/config в любом текстовом редакторе, замените строку SELINUX=enforcing или SELINUX=permissive на следующую: SELINUX=disabled. Сохраните изменения.

Перезагрузите сервер, чтобы изменения вступили в силу.

- +

После всего этого вы можете ввести http://localhost в адресной строке браузера, чтобы открыть страницу приветствия Сервера документов, где приводятся дальнейшие инструкции о том, как подключить примеры документов или интегрировать онлайн-редакторы в веб-приложение с помощью API.

+

Регистрация вашей версии Решения для интеграцииEnterprise Edition