Corrections: edited articles on Linux installation

This commit is contained in:
alexandervnuchkov 2017-10-13 10:50:01 +03:00
parent d9bef1ed30
commit 5a0d85b9f1
4 changed files with 7 additions and 3 deletions

View File

@ -96,6 +96,7 @@ enabled=1</code></pre>
sudo yum localinstall mysql57-community-release-el7-11.noarch.rpm
</code></pre>
</div>
<p>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 <a target="_blank" href="https://dev.mysql.com/doc/mysql-repo-excerpt/5.7/en/linux-installation-yum-repo.html#yum-repo-starting-and-stopping-server">official instructions</a> on that.</p>
<h2 id="InstallServer">Installing Community Server</h2>
<p>Add GPG key:</p>
<pre><code>
@ -114,6 +115,7 @@ enabled=1</code></pre>
<p>Before you start <b>Community Server</b> for the first time it is necessary to create the database and configure connection to it. To do that launch MySQL using the command:</p>
<pre><code>sudo systemctl start mysqld.service
</code></pre>
<div class="notehelp">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 <a target="_blank" href="https://dev.mysql.com/doc/mysql-repo-excerpt/5.7/en/linux-installation-yum-repo.html#yum-repo-starting-and-stopping-server">here</a>.</div>
<p>And after that run the configuration script:</p>
<pre><code>bash communityserver-configure.sh</code></pre>
<p>This script will interactively ask you to enter the MySQL connection parameters, create the database, update configuration files and run all services.</p>

View File

@ -100,6 +100,7 @@ enabled=1</code></pre>
sudo yum localinstall mysql57-community-release-el7-11.noarch.rpm
</code></pre>
</div>
<p>При запуске MySQL сервера будет создан суперпользователь, и ему будет присвоен временный пароль. Необходимо сменить этот пароль как можно скорее. О том, как это сделать, можно прочитать в <a target="_blank" href="https://dev.mysql.com/doc/mysql-repo-excerpt/5.7/en/linux-installation-yum-repo.html#yum-repo-starting-and-stopping-server">официальной инструкции</a>.</p>
<h2 id="InstallServer">Установка Сервера совместной работы</h2>
<p>Добавьте GPG-ключ:</p>
<pre><code>
@ -118,6 +119,7 @@ enabled=1</code></pre>
<p>Перед первым запуском <b>Сервера совместной работы</b> необходимо создать базу данных и сконфигурировать подключение к ней. Для этого запустите MySQL с помощью команды:</p>
<pre><code>sudo systemctl start mysqld.service
</code></pre>
<div class="notehelp">Не забудьте поменять пароль суперпользователя, назначенный по умолчанию, если вы этого ещё не сделали. Вы можете найти подробную информацию о том, где найти этот пароль и как его поменять, <a target="_blank" href="https://dev.mysql.com/doc/mysql-repo-excerpt/5.7/en/linux-installation-yum-repo.html#yum-repo-starting-and-stopping-server">здесь</a>.</div>
<p>После этого запустите скрипт конфигурации:</p>
<pre><code>bash communityserver-configure.sh</code></pre>
<p>Скрипт в интерактивной форме запросит параметры подключения к MySQL, создаст базу данных, обновит файлы конфигурации и запустит все сервисы.</p>

View File

@ -174,7 +174,6 @@ sudo systemctl enable nginx
</code></pre>
<p>After that <b>Document Server</b> will be run as a process. The package will be updated just like any other rpm package.</p>
<p class="community_display">Now you can connect <b>Document Server</b> to <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/linux/document/connect-document-server.aspx")%>"><b>Community Server</b></a> or integrate it into your own document management system using the <a href="http://api.onlyoffice.com/editors/basic">provided API</a>.</p>
<p class="integration_display">Now you can enter <a target="_blank" href="http://localhost">http://localhost</a> in your browser address bar to open the <b>Document Server</b> welcome page where you will find further instructions on how to enable document examples or integrate online editors into your web application using the <a href="http://api.onlyoffice.com/editors/basic">provided API</a>.</p>
</div>
</div>
@ -226,6 +225,7 @@ sudo firewall-cmd --reload
<h5>Disable SELinux</h5>
<p>Open the <code>/etc/selinux/config</code> file using any text editor, replace the <code>SELINUX=enforcing</code> or <code>SELINUX=permissive</code> string with the <code>SELINUX=disabled</code> one and save the changes.</p>
<p>Reboot your server for the changes to take effect.</p>
<p class="integration_display">When all this is done, you can enter <a target="_blank" href="http://localhost">http://localhost</a> in your browser address bar to open the <b>Document Server</b> welcome page where you will find further instructions on how to enable document examples or integrate online editors into your web application using the <a href="http://api.onlyoffice.com/editors/basic">provided API</a>.</p>
</div>
</div>
<div class="integration_enterprise_display">

View File

@ -175,7 +175,6 @@ sudo systemctl enable nginx
</code></pre>
<p>После этого <b>Сервер документов</b> будет запущен как процесс. Пакет будет обновляться, как любой другой rpm-пакет.</p>
<p class="community_display">Теперь вы можете подключить <b>Сервер документов</b> к <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/linux/document/connect-document-server.aspx")%>"><b>Серверу совместной работы</b></a> или интегрировать его в собственную систему документооборота с помощью <a href="http://api.onlyoffice.com/editors/basic">API</a>.</p>
<p class="integration_display">Теперь вы можете ввести <a target="_blank" href="http://localhost">http://localhost</a> в адресной строке браузера, чтобы открыть страницу приветствия <b>Сервера документов</b>, где приводятся дальнейшие инструкции о том, как подключить примеры документов или интегрировать онлайн-редакторы в веб-приложение с помощью <a href="http://api.onlyoffice.com/editors/basic">API</a>.</p>
</div>
</div>
@ -227,7 +226,8 @@ sudo firewall-cmd --reload
<h5>Отключите SELinux</h5>
<p>Откройте файл <code>/etc/selinux/config</code> в любом текстовом редакторе, замените строку <code>SELINUX=enforcing</code> или <code>SELINUX=permissive</code> на следующую: <code>SELINUX=disabled</code>. Сохраните изменения.</p>
<p>Перезагрузите сервер, чтобы изменения вступили в силу.</p>
</div>
<p class="integration_display">После всего этого вы можете ввести <a target="_blank" href="http://localhost">http://localhost</a> в адресной строке браузера, чтобы открыть страницу приветствия <b>Сервера документов</b>, где приводятся дальнейшие инструкции о том, как подключить примеры документов или интегрировать онлайн-редакторы в веб-приложение с помощью <a href="http://api.onlyoffice.com/editors/basic">API</a>.</p>
</div>
</div>
<div class="integration_enterprise_display">
<h2 id="Registering">Регистрация вашей версии <span class="integration_display">Решения для интеграции</span><span class="enterprise_display">Enterprise Edition</span></h2>