Corrections: remove monoserve2

This commit is contained in:
alexandervnuchkov 2017-07-12 15:52:59 +03:00
parent d55cff09c4
commit bf92c39173
8 changed files with 14 additions and 34 deletions

View File

@ -41,11 +41,9 @@
<pre class="prettyprint source linenums"><code>&lt;add key="web.cultures" value="en-US,fr-FR,de-DE,es-ES,en-GB,ru-RU,lv-LV,pt-BR,pt-PT,it-IT,el-GR,zh-CN,pl-PL,uk-UA,fi-FI,ko-KR,ja-JP,sl-SI,sv-SE" /&gt;</code></pre> <pre class="prettyprint source linenums"><code>&lt;add key="web.cultures" value="en-US,fr-FR,de-DE,es-ES,en-GB,ru-RU,lv-LV,pt-BR,pt-PT,it-IT,el-GR,zh-CN,pl-PL,uk-UA,fi-FI,ko-KR,ja-JP,sl-SI,sv-SE" /&gt;</code></pre>
<p>The complete list of all the language locale codes is available <a href="<%=VirtualPathUtility.ToAbsolute("~/tipstricks/available-languages.aspx")%>">here</a>.</p> <p>The complete list of all the language locale codes is available <a href="<%=VirtualPathUtility.ToAbsolute("~/tipstricks/available-languages.aspx")%>">here</a>.</p>
</li> </li>
<li>and finally restart the <code>monoserve</code> and <code>monoserve2</code> services running the commands: <li>and finally restart the <code>monoserve</code> service running the commands:
<pre><code>service monoserve stop <pre><code>service monoserve stop
service monoserve2 stop service monoserve start</code></pre>
service monoserve start
service monoserve2 start</code></pre>
</li> </li>
</ol> </ol>
<p>Now you can go the the portal <b>Settings</b> and <a href="<%=VirtualPathUtility.ToAbsolute("~/tipstricks/portal-language.aspx")%>">change your portal language</a>.</p> <p>Now you can go the the portal <b>Settings</b> and <a href="<%=VirtualPathUtility.ToAbsolute("~/tipstricks/portal-language.aspx")%>">change your portal language</a>.</p>

View File

@ -41,11 +41,9 @@
<pre class="prettyprint source linenums"><code>&lt;add key="web.cultures" value="en-US,fr-FR,de-DE,es-ES,en-GB,ru-RU,lv-LV,pt-BR,pt-PT,it-IT,el-GR,zh-CN,pl-PL,uk-UA,fi-FI,ko-KR,ja-JP,sl-SI,sv-SE" /&gt;</code></pre> <pre class="prettyprint source linenums"><code>&lt;add key="web.cultures" value="en-US,fr-FR,de-DE,es-ES,en-GB,ru-RU,lv-LV,pt-BR,pt-PT,it-IT,el-GR,zh-CN,pl-PL,uk-UA,fi-FI,ko-KR,ja-JP,sl-SI,sv-SE" /&gt;</code></pre>
<p>Полный список всех языковых кодов доступен <a href="<%=VirtualPathUtility.ToAbsolute("~/tipstricks/available-languages.aspx")%>">здесь</a>.</p> <p>Полный список всех языковых кодов доступен <a href="<%=VirtualPathUtility.ToAbsolute("~/tipstricks/available-languages.aspx")%>">здесь</a>.</p>
</li> </li>
<li>и наконец перезапустите сервисы <code>monoserve</code> и <code>monoserve2</code>, выполнив следующие команды: <li>и наконец перезапустите сервис <code>monoserve</code>, выполнив следующие команды:
<pre><code>service monoserve stop <pre><code>service monoserve stop
service monoserve2 stop service monoserve start</code></pre>
service monoserve start
service monoserve2 start</code></pre>
</li> </li>
</ol> </ol>
<p>Теперь вы можете перейти в <b>Настройки</b> портала и <a href="<%=VirtualPathUtility.ToAbsolute("~/tipstricks/portal-language.aspx")%>">изменить язык портала</a>.</p> <p>Теперь вы можете перейти в <b>Настройки</b> портала и <a href="<%=VirtualPathUtility.ToAbsolute("~/tipstricks/portal-language.aspx")%>">изменить язык портала</a>.</p>

View File

@ -130,9 +130,8 @@ INSERT INTO `mail_server_server` (`id`, `mx_record`, `connection_string`, `serve
<pre><code>sudo nano /var/www/onlyoffice/WebStudio2/web.appsettings.config <pre><code>sudo nano /var/www/onlyoffice/WebStudio2/web.appsettings.config
</code></pre> </code></pre>
<h6>Step 18: Restart the Community Server monoserve services</h6> <h6>Step 18: Restart the Community Server monoserve services</h6>
<p>Execute the following commands:</p> <p>Execute the following command:</p>
<pre><code>service monoserve restart <pre><code>service monoserve restart
service monoserve2 restart
</code></pre> </code></pre>
<h6>Step 19: Sign in to the portal</h6> <h6>Step 19: Sign in to the portal</h6>
<p>Sign in to the portal using your administrator or owner account.</p> <p>Sign in to the portal using your administrator or owner account.</p>

View File

@ -130,9 +130,8 @@ INSERT INTO `mail_server_server` (`id`, `mx_record`, `connection_string`, `serve
<pre><code>sudo nano /var/www/onlyoffice/WebStudio2/web.appsettings.config <pre><code>sudo nano /var/www/onlyoffice/WebStudio2/web.appsettings.config
</code></pre> </code></pre>
<h6>Шаг 18: Перезапустите сервисы monoserve Сервера совместной работы</h6> <h6>Шаг 18: Перезапустите сервисы monoserve Сервера совместной работы</h6>
<p>Выполните следующие команды:</p> <p>Выполните следующую команду:</p>
<pre><code>service monoserve restart <pre><code>service monoserve restart
service monoserve2 restart
</code></pre> </code></pre>
<h6>Шаг 19: Войдите на портал</h6> <h6>Шаг 19: Войдите на портал</h6>
<p>Войдите на портал под учётной записью администратора или владельца.</p> <p>Войдите на портал под учётной записью администратора или владельца.</p>

View File

@ -65,8 +65,7 @@ onlyoffice4enterprise/controlpanel-ee:1.6.1.106</code></pre>
<p>Where <code>communityserver</code> is the address of the computer where <b>Community Server</b> is going to be installed.</p> <p>Where <code>communityserver</code> is the address of the computer where <b>Community Server</b> is going to be installed.</p>
<div class="notehelp">Please note, that the <code>&lt;add key="web.portal" value="http://communityserver/" /&gt;</code> is overwritten by the default value each time your restart the Docker container with the <b>Control Panel</b>.</div> <div class="notehelp">Please note, that the <code>&lt;add key="web.portal" value="http://communityserver/" /&gt;</code> is overwritten by the default value each time your restart the Docker container with the <b>Control Panel</b>.</div>
<p>After that restart the website with the <b>Control Panel</b>:</p> <p>After that restart the website with the <b>Control Panel</b>:</p>
<pre><code>service monoserve restart <pre><code>service monoserve restart</code></pre>
service monoserve2 restart</code></pre>
</div> </div>
</div> </div>
@ -118,7 +117,6 @@ location /apisystem {
<pre><code>chown -R onlyoffice:onlyoffice /var/www/onlyoffice/DocumentServerData/</code></pre> <pre><code>chown -R onlyoffice:onlyoffice /var/www/onlyoffice/DocumentServerData/</code></pre>
<p>After that restart <b>Community Server</b> application:</p> <p>After that restart <b>Community Server</b> application:</p>
<pre><code>service monoserve restart <pre><code>service monoserve restart
service monoserve2 restart
service nginx restart</code></pre> service nginx restart</code></pre>
<h5>Entering Community Server portal</h5> <h5>Entering Community Server portal</h5>
<p>Now you can enter <b>Community Server</b> portal. Open it in your web browser (using either the computer IP address, if accessing it from another computer, or internet address, if connecting outside the local network, or the <span class="param-type">localhost</span> or <span class="param-type">127.0.0.1</span> address, if runnig it on the same computer where it is installed).</p> <p>Now you can enter <b>Community Server</b> portal. Open it in your web browser (using either the computer IP address, if accessing it from another computer, or internet address, if connecting outside the local network, or the <span class="param-type">localhost</span> or <span class="param-type">127.0.0.1</span> address, if runnig it on the same computer where it is installed).</p>
@ -158,7 +156,6 @@ service nginx restart</code></pre>
<h5>Restarting the website</h5> <h5>Restarting the website</h5>
<p>Now the website and <b>NGINX</b> service must be restarted:</p> <p>Now the website and <b>NGINX</b> service must be restarted:</p>
<pre><code>service monoserve restart <pre><code>service monoserve restart
service monoserve2 restart
service nginx restart</code></pre> service nginx restart</code></pre>
<h5>Editing Control Panel configuration files</h5> <h5>Editing Control Panel configuration files</h5>
<p>Enter the <b>Control Panel</b> Docker container and find two configuration files: <code>/var/www/onlyoffice-controlpanel/ControlPanel/Web.config</code> and <code>/var/www/onlyoffice-controlpanel/ControlPanel2/Web.config</code>. Open them for editing and change the following lines in <b>both</b> the files:</p> <p>Enter the <b>Control Panel</b> Docker container and find two configuration files: <code>/var/www/onlyoffice-controlpanel/ControlPanel/Web.config</code> and <code>/var/www/onlyoffice-controlpanel/ControlPanel2/Web.config</code>. Open them for editing and change the following lines in <b>both</b> the files:</p>
@ -166,8 +163,7 @@ service nginx restart</code></pre>
&lt;add key="web.api-system" value="http://communityserver-localaddress/apisystem/api" /&gt;</code></pre> &lt;add key="web.api-system" value="http://communityserver-localaddress/apisystem/api" /&gt;</code></pre>
<p>Where <code>communityserver-localaddress</code> is the address of <b>Community Server</b> in the local private network which is accessible by <b>Control Panel</b>.</p> <p>Where <code>communityserver-localaddress</code> is the address of <b>Community Server</b> in the local private network which is accessible by <b>Control Panel</b>.</p>
<p>After that restart the website with the <b>Control Panel</b>:</p> <p>After that restart the website with the <b>Control Panel</b>:</p>
<pre><code>service monoserve restart <pre><code>service monoserve restart</code></pre>
service monoserve2 restart</code></pre>
<h3>Variant 2: all the computers are in their own networks</h3> <h3>Variant 2: all the computers are in their own networks</h3>
<h5>Switching Document Server to HTTPS</h5> <h5>Switching Document Server to HTTPS</h5>
<p>First switch <b>Document Server</b> to HTTPS connection protocol. Read the <a href="<%=VirtualPathUtility.ToAbsolute("~/server/linux/document/switch-to-https.aspx")%>">How to switch your Document Server to HTTPS protocol?</a> article to learn how to do that.</p> <p>First switch <b>Document Server</b> to HTTPS connection protocol. Read the <a href="<%=VirtualPathUtility.ToAbsolute("~/server/linux/document/switch-to-https.aspx")%>">How to switch your Document Server to HTTPS protocol?</a> article to learn how to do that.</p>
@ -231,7 +227,6 @@ ssl_dhparam {{SSL_DHPARAM_PATH}};</code></pre>
<h5>Restarting the website</h5> <h5>Restarting the website</h5>
<p>Now the website and <b>NGINX</b> service must be restarted:</p> <p>Now the website and <b>NGINX</b> service must be restarted:</p>
<pre><code>service monoserve restart <pre><code>service monoserve restart
service monoserve2 restart
service nginx restart</code></pre> service nginx restart</code></pre>
</div> </div>
</div> </div>

View File

@ -65,8 +65,7 @@ onlyoffice4enterprise/controlpanel-ee:1.6.1.106</code></pre>
<p>Где <code>communityserver</code> - это адрес компьютера, на котором будет установлен <b>Сервер совместной работы</b>.</p> <p>Где <code>communityserver</code> - это адрес компьютера, на котором будет установлен <b>Сервер совместной работы</b>.</p>
<div class="notehelp">Пожалуйста, обратите внимание, что строка <code>&lt;add key="web.portal" value="http://communityserver/" /&gt;</code> перезаписывается значением по умолчанию при каждом перезапуске контейнера Docker с <b>Панелью управления</b>.</div> <div class="notehelp">Пожалуйста, обратите внимание, что строка <code>&lt;add key="web.portal" value="http://communityserver/" /&gt;</code> перезаписывается значением по умолчанию при каждом перезапуске контейнера Docker с <b>Панелью управления</b>.</div>
<p>После этого перезапустите сайт с <b>Панелью управления</b>:</p> <p>После этого перезапустите сайт с <b>Панелью управления</b>:</p>
<pre><code>service monoserve restart <pre><code>service monoserve restart</code></pre>
service monoserve2 restart</code></pre>
</div> </div>
</div> </div>
@ -118,7 +117,6 @@ location /apisystem {
<pre><code>chown -R onlyoffice:onlyoffice /var/www/onlyoffice/DocumentServerData/</code></pre> <pre><code>chown -R onlyoffice:onlyoffice /var/www/onlyoffice/DocumentServerData/</code></pre>
<p>После этого перезапустите приложение <b>Сервер совместной работы</b>:</p> <p>После этого перезапустите приложение <b>Сервер совместной работы</b>:</p>
<pre><code>service monoserve restart <pre><code>service monoserve restart
service monoserve2 restart
service nginx restart</code></pre> service nginx restart</code></pre>
<h5>Вход на портал Сервера совместной работы</h5> <h5>Вход на портал Сервера совместной работы</h5>
<p>Теперь можно войти на портал <b>Сервера совместной работы</b>. Откройте его в браузере (используйте или IP-адрес компьютера, если доступ к порталу осуществляется с другого компьютера, или адрес в Интернете, если вы подключаетесь к порталу за пределами локальной сети, или адрес <span class="param-type">localhost</span> или <span class="param-type">127.0.0.1</span>, если вы запускаете портал на том же самом компьютере, где он установлен).</p> <p>Теперь можно войти на портал <b>Сервера совместной работы</b>. Откройте его в браузере (используйте или IP-адрес компьютера, если доступ к порталу осуществляется с другого компьютера, или адрес в Интернете, если вы подключаетесь к порталу за пределами локальной сети, или адрес <span class="param-type">localhost</span> или <span class="param-type">127.0.0.1</span>, если вы запускаете портал на том же самом компьютере, где он установлен).</p>
@ -158,7 +156,6 @@ service nginx restart</code></pre>
<h5>Перезапуск сайта</h5> <h5>Перезапуск сайта</h5>
<p>Теперь необходимо перезапустить сайт и сервис <b>NGINX</b>:</p> <p>Теперь необходимо перезапустить сайт и сервис <b>NGINX</b>:</p>
<pre><code>service monoserve restart <pre><code>service monoserve restart
service monoserve2 restart
service nginx restart</code></pre> service nginx restart</code></pre>
<h5>Редактирование файлов конфигурации Панели управления</h5> <h5>Редактирование файлов конфигурации Панели управления</h5>
<p>Войдите в Docker-контейнер <b>Панели управления</b> и найдите два файла конфигурации: <code>/var/www/onlyoffice-controlpanel/ControlPanel/Web.config</code> и <code>/var/www/onlyoffice-controlpanel/ControlPanel2/Web.config</code>. Откройте их на редактирование и измените следующие строки в <b>обоих</b> файлах:</p> <p>Войдите в Docker-контейнер <b>Панели управления</b> и найдите два файла конфигурации: <code>/var/www/onlyoffice-controlpanel/ControlPanel/Web.config</code> и <code>/var/www/onlyoffice-controlpanel/ControlPanel2/Web.config</code>. Откройте их на редактирование и измените следующие строки в <b>обоих</b> файлах:</p>
@ -166,8 +163,7 @@ service nginx restart</code></pre>
&lt;add key="web.api-system" value="http://communityserver-localaddress/apisystem/api" /&gt;</code></pre> &lt;add key="web.api-system" value="http://communityserver-localaddress/apisystem/api" /&gt;</code></pre>
<p>Где <code>communityserver-localaddress</code> - это адрес <b>Сервера совместной работы</b> в локальной частной сети, доступный для <b>Панели управления</b>.</p> <p>Где <code>communityserver-localaddress</code> - это адрес <b>Сервера совместной работы</b> в локальной частной сети, доступный для <b>Панели управления</b>.</p>
<p>После этого перезапустите сайт с <b>Панелью управления</b>:</p> <p>После этого перезапустите сайт с <b>Панелью управления</b>:</p>
<pre><code>service monoserve restart <pre><code>service monoserve restart</code></pre>
service monoserve2 restart</code></pre>
<h3>Вариант 2: все компьютеры находятся в разных сетях</h3> <h3>Вариант 2: все компьютеры находятся в разных сетях</h3>
<h5>Переключение Сервера документов на HTTPS</h5> <h5>Переключение Сервера документов на HTTPS</h5>
<p>Сначала переключите на протокол HTTPS <b>Сервер документов</b>. Прочитайте статью <a href="<%=VirtualPathUtility.ToAbsolute("~/server/linux/document/switch-to-https.aspx")%>">Как переключить Сервер документов на протокол HTTPS?</a>, чтобы узнать, как это сделать.</p> <p>Сначала переключите на протокол HTTPS <b>Сервер документов</b>. Прочитайте статью <a href="<%=VirtualPathUtility.ToAbsolute("~/server/linux/document/switch-to-https.aspx")%>">Как переключить Сервер документов на протокол HTTPS?</a>, чтобы узнать, как это сделать.</p>
@ -231,7 +227,6 @@ ssl_dhparam {{SSL_DHPARAM_PATH}};</code></pre>
<h5>Перезапуск сайта</h5> <h5>Перезапуск сайта</h5>
<p>Теперь необходимо перезапустить сайт и сервис <b>NGINX</b>:</p> <p>Теперь необходимо перезапустить сайт и сервис <b>NGINX</b>:</p>
<pre><code>service monoserve restart <pre><code>service monoserve restart
service monoserve2 restart
service nginx restart</code></pre> service nginx restart</code></pre>
</div> </div>
</div> </div>

View File

@ -88,8 +88,7 @@ service redis stop
service mysql stop service mysql stop
service god stop</code></pre> service god stop</code></pre>
<p>And start the services which must be run on these servers:</p> <p>And start the services which must be run on these servers:</p>
<pre><code>service monoserve start <pre><code>service monoserve start</code></pre>
service monoserve2 start</code></pre>
<p>Once you are done with it, you can skip to the next step.</p> <p>Once you are done with it, you can skip to the next step.</p>
</div> </div>
</div> </div>
@ -100,7 +99,6 @@ service monoserve2 start</code></pre>
<h5>Stopping the unnecessary services</h5> <h5>Stopping the unnecessary services</h5>
<p>Once the installation is performed, you need to stop the services you do not need on this computer:</p> <p>Once the installation is performed, you need to stop the services you do not need on this computer:</p>
<pre><code>service monoserve stop <pre><code>service monoserve stop
service monoserve2 stop
service redis stop service redis stop
service mysql stop service mysql stop
service god stop</code></pre> service god stop</code></pre>

View File

@ -88,8 +88,7 @@ service redis stop
service mysql stop service mysql stop
service god stop</code></pre> service god stop</code></pre>
<p>И запустить те службы, которые должны выполняться на этих серверах:</p> <p>И запустить те службы, которые должны выполняться на этих серверах:</p>
<pre><code>service monoserve start <pre><code>service monoserve start</code></pre>
service monoserve2 start</code></pre>
<p>Когда вы сделаете это, можно переходить к следующему шагу.</p> <p>Когда вы сделаете это, можно переходить к следующему шагу.</p>
</div> </div>
</div> </div>
@ -100,7 +99,6 @@ service monoserve2 start</code></pre>
<h5>Остановка ненужных служб</h5> <h5>Остановка ненужных служб</h5>
<p>Когда установка будет выполнена, необходимо остановить службы, которые не нужны на этом компьютере:</p> <p>Когда установка будет выполнена, необходимо остановить службы, которые не нужны на этом компьютере:</p>
<pre><code>service monoserve stop <pre><code>service monoserve stop
service monoserve2 stop
service redis stop service redis stop
service mysql stop service mysql stop
service god stop</code></pre> service god stop</code></pre>