Update LinuxInstallation.ascx

This commit is contained in:
Svetlana Maleeva 2022-06-20 10:54:30 +03:00
parent ad1c1b76f0
commit a55b4694ab
3 changed files with 91 additions and 215 deletions

View File

@ -89,18 +89,16 @@
<p>This will install the <b>ONLYOFFICE Groups</b> solution which includes the <b>ONLYOFFICE Community Server</b>, <b>ONLYOFFICE XMPP Server</b>, and <b>ONLYOFFICE Control Panel</b> components.</p>
<h2>Installing ONLYOFFICE Groups manually</h2>
<h5 id="InstallingDependencies">Installing dependencies</h5>
<p>Installation with Debian based distributives also requires the presence of <code>Mono</code> (version 6.8), <code>NGINX</code>, <code>Node.js</code> (version 12), <code>mysql-server</code>, <code>ffmpeg</code>, <code>mono-webserver-hyperfastcgi</code>, <code>Elasticsearch</code> (version 7.9) in the system.</p>
<p>Installation with Debian based distributives also requires the presence of <code>Mono</code> (version 6.8), <code>NGINX</code>, <code>Node.js</code> (version 12), <code>mysql-server</code>, <code>ffmpeg</code>, <code>mono-webserver-hyperfastcgi</code>, <code>Elasticsearch</code> (version 7.10) in the system.</p>
<p>The process of installing dependencies differs depending on the operating system. Please choose the corresponding tab to read detailed instructions for your OS:</p>
<input type="radio" name="tabs" id="tab1" checked />
<label for="tab1">Ubuntu 20.04</label>
<label for="tab1">Ubuntu 20.04 / 22.04</label>
<input type="radio" name="tabs" id="tab2" />
<label for="tab2">Ubuntu 18.04</label>
<input type="radio" name="tabs" id="tab3" />
<label for="tab3">Debian 10</label>
<input type="radio" name="tabs" id="tab4" />
<label for="tab4">Debian 11</label>
<input type="radio" name="tabs" id="tab5" />
<label for="tab5">Debian 9</label>
<%--Ubuntu 20.04--%>
@ -119,8 +117,11 @@
<pre><code>echo "deb https://d2nlctn12v279m.cloudfront.net/repo/mono/ubuntu focal main" | tee /etc/apt/sources.list.d/mono-extra.list</code></pre>
<pre><code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5</code></pre>
<h6>Adding the Elasticsearch 7.9. repository (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">official instructions</a>)</h6>
<p>For the search proper work you need to install <b>Elasticsearch</b> v.7.9. Run the following commands:</p>
<pre><code>curl https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O
dpkg -i packages-microsoft-prod.deb && rm packages-microsoft-prod.deb</code></pre>
<h6>Adding the Elasticsearch 7.10. repository (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">official instructions</a>)</h6>
<p>For the search proper work you need to install <b>Elasticsearch</b> v.7.10. Run the following commands:</p>
<pre><code>wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | tee /etc/apt/sources.list.d/elastic-7.x.list</code></pre>
@ -142,7 +143,7 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/UpdateMonoRepository.ascx" />
<h6>Installing ffmpeg, Elasticsearch, mono-webserver-hyperfastcgi</h6>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.9.0 mono-webserver-hyperfastcgi=0.4-8</code></pre>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.10.0 mono-webserver-hyperfastcgi=0.4-8 apt-transport-https dotnet-sdk-6.0 nginx-extras</code></pre>
<h6>Installing nginx-extras</h6>
<pre><code>sudo apt-get install nginx-extras</code></pre>
@ -164,8 +165,11 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
<pre><code>echo "deb https://d2nlctn12v279m.cloudfront.net/repo/mono/ubuntu bionic main" | tee /etc/apt/sources.list.d/mono-extra.list</code></pre>
<pre><code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5</code></pre>
<h6>Adding the Elasticsearch 7.9. repository (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">official instructions</a>)</h6>
<p>For the search proper work you need to install <b>Elasticsearch</b> v.7.9. Run the following commands:</p>
<pre><code>curl https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb -O
dpkg -i packages-microsoft-prod.deb && rm packages-microsoft-prod.deb</code></pre>
<h6>Adding the Elasticsearch 7.10. repository (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">official instructions</a>)</h6>
<p>For the search proper work you need to install <b>Elasticsearch</b> v.7.10. Run the following commands:</p>
<pre><code>wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | tee /etc/apt/sources.list.d/elastic-7.x.list</code></pre>
@ -187,7 +191,7 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/UpdateMonoRepository.ascx" />
<h6>Installing ffmpeg, Elasticsearch, mono-webserver-hyperfastcgi</h6>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.9.0 mono-webserver-hyperfastcgi=0.4-7</code></pre>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.10.0 mono-webserver-hyperfastcgi=0.4-7 apt-transport-https dotnet-sdk-6.0 nginx-extras</code></pre>
<h6>Installing nginx-extras</h6>
<pre><code>sudo apt-get install nginx-extras</code></pre>
@ -212,8 +216,12 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
<pre><code>echo "deb https://d2nlctn12v279m.cloudfront.net/repo/mono/ubuntu bionic main" | tee /etc/apt/sources.list.d/mono-extra.list</code></pre>
<pre><code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5</code></pre>
<h6>Adding the Elasticsearch 7.9. repository (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">official instructions</a>)</h6>
<p>For the search proper work you need to install <b>Elasticsearch</b> v.7.9. Run the following commands:</p>
<pre><code>sudo apt-get install curl
curl https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb -O
dpkg -i packages-microsoft-prod.deb && rm packages-microsoft-prod.deb</code></pre>
<h6>Adding the Elasticsearch 7.10. repository (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">official instructions</a>)</h6>
<p>For the search proper work you need to install <b>Elasticsearch</b> v.7.10. Run the following commands:</p>
<pre><code>wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | tee /etc/apt/sources.list.d/elastic-7.x.list</code></pre>
@ -238,7 +246,7 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/UpdateMonoRepository.ascx" />
<h6>Installing ffmpeg, Elasticsearch, mono-webserver-hyperfastcgi</h6>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.9.0 mono-webserver-hyperfastcgi=0.4-7</code></pre>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.10.0 mono-webserver-hyperfastcgi=0.4-7 apt-transport-https dotnet-sdk-6.0 nginx-extras openjdk-11-jdk</code></pre>
<h6>Installing openjdk-11-jdk</h6>
<pre><code>sudo apt-get install openjdk-11-jdk</code></pre>
@ -267,8 +275,12 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
<pre><code>echo "deb https://d2nlctn12v279m.cloudfront.net/repo/mono/ubuntu focal main" | tee /etc/apt/sources.list.d/mono-extra.list</code></pre>
<pre><code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5</code></pre>
<h6>Adding the Elasticsearch 7.9. repository (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">official instructions</a>)</h6>
<p>For the search proper work you need to install <b>Elasticsearch</b> v.7.9. Run the following commands:</p>
<pre><code>sudo apt-get install curl
curl https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb -O
dpkg -i packages-microsoft-prod.deb && rm packages-microsoft-prod.deb</code></pre>
<h6>Adding the Elasticsearch 7.10. repository (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">official instructions</a>)</h6>
<p>For the search proper work you need to install <b>Elasticsearch</b> v.7.10. Run the following commands:</p>
<pre><code>wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | tee /etc/apt/sources.list.d/elastic-7.x.list</code></pre>
@ -293,7 +305,7 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/UpdateMonoRepository.ascx" />
<h6>Installing ffmpeg, Elasticsearch, mono-webserver-hyperfastcgi</h6>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.9.0 mono-webserver-hyperfastcgi=0.4-8</code></pre>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.10.0 mono-webserver-hyperfastcgi=0.4-8 apt-transport-https dotnet-sdk-6.0 nginx-extras openjdk-11-jdk</code></pre>
<h6>Installing openjdk-11-jdk</h6>
<pre><code>sudo apt-get install openjdk-11-jdk</code></pre>
@ -301,61 +313,7 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
<h6>Installing nginx-extras</h6>
<pre><code>sudo apt-get install nginx-extras</code></pre>
</div>
<%--Debian 9--%>
<div class="tab content5">
<p>On Debian 9, you need to install the following packages:</p>
<pre><code>sudo apt-get install apt-transport-https dirmngr gnupg ca-certificates software-properties-common</code></pre>
<h6>Adding the Mono 6.8 repository (<a target="_blank" href="http://www.mono-project.com/download/#download-lin-ubuntu">official instructions</a>):</h6>
<p>Add the proper repository containing the Mono 6.8 package.</p>
<pre><code>echo "deb http://download.mono-project.com/repo/debian stable-stretch/snapshots/6.8.0.123 main" | tee /etc/apt/sources.list.d/mono-official.list</code></pre>
<p>Add the GPG key:</p>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/AddMonoGPGKey/AddMonoGPGKeyDEB.ascx" />
<div class="notehelp">youll get a warning when running <code>apt-get update</code>, it can be ignored:<p><code>Conflicting distribution: https://download.mono-project.com/repo/debian stable-stretch/snapshots/6.8.0.123 InRelease (expected stable-stretch/snapshots/6.8.0.123 but got stretch)</code></p></div>
<pre><code>sudo apt-get update</code></pre>
<pre><code>sudo apt-get install mono-complete</code></pre>
<p>Add the <code>mono-extra</code> repository.</p>
<pre><code>echo "deb https://d2nlctn12v279m.cloudfront.net/repo/mono/ubuntu xenial main" | tee /etc/apt/sources.list.d/mono-extra.list</code></pre>
<pre><code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5</code></pre>
<h6>Adding the Elasticsearch 7.9. repository (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">official instructions</a>)</h6>
<p>For the search proper work you need to install <b>Elasticsearch</b> v.7.9. Run the following commands:</p>
<pre><code>wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | tee /etc/apt/sources.list.d/elastic-7.x.list</code></pre>
<h6>Adding the Node.js 12 repository (<a target="_blank" href="https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions">official instructions</a>)</h6>
<pre><code>echo "deb https://deb.nodesource.com/node_12.x focal main" | tee /etc/apt/sources.list.d/nodesource.list
echo "deb-src https://deb.nodesource.com/node_12.x focal main" >> /etc/apt/sources.list.d/nodesource.list
sudo apt-get install curl
curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
apt-get update</code></pre>
<h6>Adding the NGINX repository (<a target="_blank" href="https://www.nginx.com/resources/wiki/start/topics/tutorials/install/">official instructions</a>):</h6>
<pre><code>wget http://nginx.org/keys/nginx_signing.key
apt-key add nginx_signing.key
echo "deb http://nginx.org/packages/ubuntu/ focal nginx" | tee /etc/apt/sources.list.d/nginx.list</code></pre>
<h6>Adding the MySQL 8.0 package (<a target="_blank" href="https://dev.mysql.com/doc/mysql-apt-repo-quick-guide/en/">official instructions</a>):</h6>
<pre><code>curl -OL http://dev.mysql.com/get/mysql-apt-config_0.8.15-1_all.deb
dpkg -i mysql-apt-config_0.8.15-1_all.deb</code></pre>
<h6>Updating the repository:</h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/UpdateMonoRepository.ascx" />
<h6>Installing ffmpeg, Elasticsearch, mono-webserver-hyperfastcgi</h6>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.9.0 mono-webserver-hyperfastcgi=0.4-6</code></pre>
<h6>Installing openjdk-8-jre-headless</h6>
<pre><code>sudo apt-get install openjdk-8-jre-headless</code></pre>
<h6>Installing nginx-extras</h6>
<pre><code>sudo apt-get install nginx-extras</code></pre>
</div>
</div>
<h5 id="InstallingServer">Installing ONLYOFFICE Groups</h5>
<p>Add the <b>ONLYOFFICE</b> repository:</p>
@ -370,9 +328,9 @@ dpkg -i mysql-apt-config_0.8.15-1_all.deb</code></pre>
<p>In most cases accessing the portal via HTTPS protocol is much more secure than via HTTP which is used by default. If you need to use HTTPS, install <a target="_blank" href="https://certbot.eff.org/">certbot</a>:</p>
<input type="radio" name="tabs2" id="tab6" checked />
<label for="tab6">Ubuntu 20.04 / 18.04</label>
<label for="tab6">Ubuntu 22.04 / 20.04 / 18.04</label>
<input type="radio" name="tabs2" id="tab7" />
<label for="tab7">Debian 11 / 10 / 9</label>
<label for="tab7">Debian 11 / 10</label>
<div class="tab content6">
<pre><code>snap install --classic certbot</code></pre>

View File

@ -89,18 +89,16 @@
<p>Dadurch wird die <b>ONLYOFFICE Groups</b>-Lösung installiert, die die Komponenten des <b>ONLYOFFICE Community Servers</b>, <b>ONLYOFFICE XMPP Servers</b> und der <b>ONLYOFFICE Systemsteuerung</b> enthält.</p>
<h2>Manuelle Installation von ONLYOFFICE Groups</h2>
<h2 id="InstallingDependencies">Voraussetzungen installieren</h2>
<p>Die Installation mit Debian-basierten Distributiven erfordert außerdem das Vorhandensein von <code>Mono</code> (Version 6.8), <code>NGINX</code>, <code>Node.js</code> (Version 12), <code>mysql-server</code>, <code>ffmpeg</code>, <code>mono-webserver-hyperfastcgi</code>, <code>Elasticsearch</code> (Version 7.9) im System.</p>
<p>Die Installation mit Debian-basierten Distributiven erfordert außerdem das Vorhandensein von <code>Mono</code> (Version 6.8), <code>NGINX</code>, <code>Node.js</code> (Version 12), <code>mysql-server</code>, <code>ffmpeg</code>, <code>mono-webserver-hyperfastcgi</code>, <code>Elasticsearch</code> (Version 7.10) im System.</p>
<p>Der Vorgang zum Installieren von Voraussetzungen unterscheidet sich je nach Betriebssystem. Bitte wählen Sie die entsprechende Registerkarte, um detaillierte Anweisungen für Ihr Betriebssystem zu lesen:</p>
<input type="radio" name="tabs" id="tab1" checked />
<label for="tab1">Ubuntu 20.04</label>
<label for="tab1">Ubuntu 20.04 / 22.04</label>
<input type="radio" name="tabs" id="tab2" />
<label for="tab2">Ubuntu 18.04</label>
<input type="radio" name="tabs" id="tab3" />
<label for="tab3">Debian 10</label>
<input type="radio" name="tabs" id="tab4" />
<label for="tab4">Debian 11</label>
<input type="radio" name="tabs" id="tab5" />
<label for="tab5">Debian 9</label>
<%--Ubuntu 20.04--%>
@ -119,8 +117,11 @@
<pre><code>echo "deb https://d2nlctn12v279m.cloudfront.net/repo/mono/ubuntu focal main" | tee /etc/apt/sources.list.d/mono-extra.list</code></pre>
<pre><code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5</code></pre>
<h6>Elasticsearch 7.9-Repository hinzufügen (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">offizielle Anleitungen</a>)</h6>
<p>Damit die Suche richtig funktioniert, müssen Sie <b>Elasticsearch</b> v.7.9 installieren. Führen Sie die folgenden Befehle aus:</p>
<pre><code>curl https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O
dpkg -i packages-microsoft-prod.deb && rm packages-microsoft-prod.deb</code></pre>
<h6>Elasticsearch 7.10-Repository hinzufügen (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">offizielle Anleitungen</a>)</h6>
<p>Damit die Suche richtig funktioniert, müssen Sie <b>Elasticsearch</b> v.7.10 installieren. Führen Sie die folgenden Befehle aus:</p>
<pre><code>wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | tee /etc/apt/sources.list.d/elastic-7.x.list</code></pre>
@ -142,7 +143,7 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/UpdateMonoRepository.ascx" />
<h6>Installation von ffmpeg, Elasticsearch, mono-webserver-hyperfastcgi</h6>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.9.0 mono-webserver-hyperfastcgi=0.4-8</code></pre>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.10.0 mono-webserver-hyperfastcgi=0.4-8 apt-transport-https dotnet-sdk-6.0 nginx-extras</code></pre>
<h6>Installation von nginx-extras</h6>
<pre><code>sudo apt-get install nginx-extras</code></pre>
@ -164,8 +165,11 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
<pre><code>echo "deb https://d2nlctn12v279m.cloudfront.net/repo/mono/ubuntu bionic main" | tee /etc/apt/sources.list.d/mono-extra.list</code></pre>
<pre><code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5</code></pre>
<h6>Elasticsearch 7.9-Repository hinzufügen (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">offizielle Anleitungen</a>)</h6>
<p>Damit die Suche richtig funktioniert, müssen Sie <b>Elasticsearch</b> v.7.9 installieren. Führen Sie die folgenden Befehle aus:</p>
<pre><code>curl https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb -O
dpkg -i packages-microsoft-prod.deb && rm packages-microsoft-prod.deb</code></pre>
<h6>Elasticsearch 7.10-Repository hinzufügen (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">offizielle Anleitungen</a>)</h6>
<p>Damit die Suche richtig funktioniert, müssen Sie <b>Elasticsearch</b> v.7.10 installieren. Führen Sie die folgenden Befehle aus:</p>
<pre><code>wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | tee /etc/apt/sources.list.d/elastic-7.x.list</code></pre>
@ -187,7 +191,7 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/UpdateMonoRepository.ascx" />
<h6>Installation von ffmpeg, Elasticsearch, mono-webserver-hyperfastcgi</h6>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.9.0 mono-webserver-hyperfastcgi=0.4-7</code></pre>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.10.0 mono-webserver-hyperfastcgi=0.4-7 apt-transport-https dotnet-sdk-6.0 nginx-extras</code></pre>
<h6>Installation von nginx-extras</h6>
<pre><code>sudo apt-get install nginx-extras</code></pre>
@ -212,8 +216,12 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
<pre><code>echo "deb https://d2nlctn12v279m.cloudfront.net/repo/mono/ubuntu bionic main" | tee /etc/apt/sources.list.d/mono-extra.list</code></pre>
<pre><code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5</code></pre>
<h6>Elasticsearch 7.9-Repository hinzufügen (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">offizielle Anleitungen</a>)</h6>
<p>Damit die Suche richtig funktioniert, müssen Sie <b>Elasticsearch</b> v.7.9 installieren. Führen Sie die folgenden Befehle aus:</p>
<pre><code>sudo apt-get install curl
curl https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb -O
dpkg -i packages-microsoft-prod.deb && rm packages-microsoft-prod.deb</code></pre>
<h6>Elasticsearch 7.10-Repository hinzufügen (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">offizielle Anleitungen</a>)</h6>
<p>Damit die Suche richtig funktioniert, müssen Sie <b>Elasticsearch</b> v.7.10 installieren. Führen Sie die folgenden Befehle aus:</p>
<pre><code>wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | tee /etc/apt/sources.list.d/elastic-7.x.list</code></pre>
@ -238,7 +246,7 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/UpdateMonoRepository.ascx" />
<h6>Installation von ffmpeg, Elasticsearch, mono-webserver-hyperfastcgi</h6>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.9.0 mono-webserver-hyperfastcgi=0.4-7</code></pre>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.10.0 mono-webserver-hyperfastcgi=0.4-7 apt-transport-https dotnet-sdk-6.0 nginx-extras openjdk-11-jdk</code></pre>
<h6>Installation von openjdk-11-jdk</h6>
<pre><code>sudo apt-get install openjdk-11-jdk</code></pre>
@ -267,8 +275,12 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
<pre><code>echo "deb https://d2nlctn12v279m.cloudfront.net/repo/mono/ubuntu focal main" | tee /etc/apt/sources.list.d/mono-extra.list</code></pre>
<pre><code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5</code></pre>
<h6>Elasticsearch 7.9-Repository hinzufügen (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">offizielle Anleitungen</a>)</h6>
<p>Damit die Suche richtig funktioniert, müssen Sie <b>Elasticsearch</b> v.7.9 installieren. Führen Sie die folgenden Befehle aus:</p>
<pre><code>sudo apt-get install curl
curl https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb -O
dpkg -i packages-microsoft-prod.deb && rm packages-microsoft-prod.deb</code></pre>
<h6>Elasticsearch 7.10-Repository hinzufügen (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">offizielle Anleitungen</a>)</h6>
<p>Damit die Suche richtig funktioniert, müssen Sie <b>Elasticsearch</b> v.7.10 installieren. Führen Sie die folgenden Befehle aus:</p>
<pre><code>wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | tee /etc/apt/sources.list.d/elastic-7.x.list</code></pre>
@ -293,7 +305,7 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/UpdateMonoRepository.ascx" />
<h6>Installation von ffmpeg, Elasticsearch, mono-webserver-hyperfastcgi</h6>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.9.0 mono-webserver-hyperfastcgi=0.4-8</code></pre>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.10.0 mono-webserver-hyperfastcgi=0.4-8 apt-transport-https dotnet-sdk-6.0 nginx-extras openjdk-11-jdk</code></pre>
<h6>Installation von openjdk-11-jdk</h6>
<pre><code>sudo apt-get install openjdk-11-jdk</code></pre>
@ -303,60 +315,7 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
</div>
<%--Debian 9--%>
<div class="tab content5">
<p>Unter Debian 9 müssen Sie die folgenden Pakete installieren:</p>
<pre><code>sudo apt-get install apt-transport-https dirmngr gnupg ca-certificates software-properties-common</code></pre>
<h6>Mono 6.8-Repository hinzufügen (<a target="_blank" href="http://www.mono-project.com/download/#download-lin-ubuntu">offizielle Anleitungen</a>):</h6>
<p>Fügen Sie das richtige Repository hinzu, das das Mono 6.8-Paket enthält.</p>
<pre><code>echo "deb http://download.mono-project.com/repo/debian stable-stretch/snapshots/6.8.0.123 main" | tee /etc/apt/sources.list.d/mono-official.list</code></pre>
<p>Fügen Sie den GPG-Schlüssel hinzu:</p>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/AddMonoGPGKey/AddMonoGPGKeyDEB.ascx" />
<div class="notehelp">Wenn Sie <code>apt-get update</code> ausführen, erhalten Sie eine Warnung, die ignoriert werden kann:<p><code>Conflicting distribution: https://download.mono-project.com/repo/debian stable-stretch/snapshots/6.8.0.123 InRelease (expected stable-stretch/snapshots/6.8.0.123 but got stretch)</code></p></div>
<pre><code>sudo apt-get update</code></pre>
<pre><code>sudo apt-get install mono-complete</code></pre>
<p>Fügen Sie das Repository <code>mono-extra</code> hinzu.</p>
<pre><code>echo "deb https://d2nlctn12v279m.cloudfront.net/repo/mono/ubuntu xenial main" | tee /etc/apt/sources.list.d/mono-extra.list</code></pre>
<pre><code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5</code></pre>
<h6>Elasticsearch 7.9-Repository hinzufügen (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">offizielle Anleitungen</a>)</h6>
<p>Damit die Suche richtig funktioniert, müssen Sie <b>Elasticsearch</b> v.7.9 installieren. Führen Sie die folgenden Befehle aus:</p>
<pre><code>wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | tee /etc/apt/sources.list.d/elastic-7.x.list</code></pre>
<h6>Node.js 12-Repository hinzufügen (<a target="_blank" href="https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions">offizielle Anleitungen</a>)</h6>
<pre><code>echo "deb https://deb.nodesource.com/node_12.x focal main" | tee /etc/apt/sources.list.d/nodesource.list
echo "deb-src https://deb.nodesource.com/node_12.x focal main" >> /etc/apt/sources.list.d/nodesource.list
sudo apt-get install curl
curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
apt-get update</code></pre>
<h6>NGINX-Repository hinzufügen (<a target="_blank" href="https://www.nginx.com/resources/wiki/start/topics/tutorials/install/">offizielle Anleitungen</a>):</h6>
<pre><code>wget http://nginx.org/keys/nginx_signing.key
apt-key add nginx_signing.key
echo "deb http://nginx.org/packages/ubuntu/ focal nginx" | tee /etc/apt/sources.list.d/nginx.list</code></pre>
<h6>MySQL 8.0-Paket hinzufügen (<a target="_blank" href="https://dev.mysql.com/doc/mysql-apt-repo-quick-guide/en/">offizielle Anleitungen</a>):</h6>
<pre><code>curl -OL http://dev.mysql.com/get/mysql-apt-config_0.8.15-1_all.deb
dpkg -i mysql-apt-config_0.8.15-1_all.deb</code></pre>
<h6>Das Repository aktualisieren:</h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/UpdateMonoRepository.ascx" />
<h6>Installation von ffmpeg, Elasticsearch, mono-webserver-hyperfastcgi</h6>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.9.0 mono-webserver-hyperfastcgi=0.4-6</code></pre>
<h6>Installation von openjdk-8-jre-headless</h6>
<pre><code>sudo apt-get install openjdk-8-jre-headless</code></pre>
<h6>Installation von nginx-extras</h6>
<pre><code>sudo apt-get install nginx-extras</code></pre>
</div>
<h2 id="InstallingServer">ONLYOFFICE Groups installieren</h2>
<p>Fügen Sie das <b>ONLYOFFICE</b>-Repository hinzu:</p>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/AddCommunityServerRepository/AddCommunityServerRepositoryDEB.ascx" />
@ -370,9 +329,9 @@ dpkg -i mysql-apt-config_0.8.15-1_all.deb</code></pre>
<p>In den meisten Fällen ist der Zugriff auf das Portal über das HTTPS-Protokoll viel sicherer als über das standardmäßig verwendete HTTP. Wenn Sie HTTPS verwenden müssen, installieren Sie <a target="_blank" href="https://certbot.eff.org/">certbot</a>:</p>
<input type="radio" name="tabs2" id="tab6" checked />
<label for="tab6">Ubuntu 20.04 / 18.04</label>
<label for="tab6">Ubuntu 22.04 / 20.04 / 18.04</label>
<input type="radio" name="tabs2" id="tab7" />
<label for="tab7">Debian 11 / 10 / 9</label>
<label for="tab7">Debian 11 / 10</label>
<div class="tab content6">
<pre><code>snap install --classic certbot</code></pre>

View File

@ -90,18 +90,16 @@
<p>В результате будет установлено решение <b>ONLYOFFICE Groups</b>, включающее компоненты <b>ONLYOFFICE Community Server</b>, <b>ONLYOFFICE XMPP Server</b> и <b>ONLYOFFICE Control Panel</b>.</p>
<h2>Установка ONLYOFFICE Groups вручную</h2>
<h5 id="InstallingDependencies">Установка зависимостей</h5>
<p>Установка на Debian-основанные дистрибутивы также требует наличия в системе <code>Mono</code> (версии 6.8 или выше), <code>NGINX</code>, <code>Node.js</code> (версии 12), <code>mysql-server</code>, <code>ffmpeg</code>, <code>mono-webserver-hyperfastcgi</code>, <code>Elasticsearch</code> (version 7.9).</p>
<p>Установка на Debian-основанные дистрибутивы также требует наличия в системе <code>Mono</code> (версии 6.8 или выше), <code>NGINX</code>, <code>Node.js</code> (версии 12), <code>mysql-server</code>, <code>ffmpeg</code>, <code>mono-webserver-hyperfastcgi</code>, <code>Elasticsearch</code> (version 7.10).</p>
<p>Процесс установки зависимостей различается в зависимости от вашей операционной системы. Выберите соответствующую вкладку с подробными инструкциями:</p>
<input type="radio" name="tabs" id="tab1" checked />
<label for="tab1">Ubuntu 20.04</label>
<label for="tab1">Ubuntu 20.04 / 22.04</label>
<input type="radio" name="tabs" id="tab2" />
<label for="tab2">Ubuntu 18.04</label>
<input type="radio" name="tabs" id="tab3" />
<label for="tab3">Debian 10</label>
<input type="radio" name="tabs" id="tab4" />
<label for="tab4">Debian 11</label>
<input type="radio" name="tabs" id="tab5" />
<label for="tab5">Debian 9</label>
<%--Ubuntu 20.04--%>
@ -120,8 +118,11 @@
<pre><code>echo "deb https://d2nlctn12v279m.cloudfront.net/repo/mono/ubuntu focal main" | tee /etc/apt/sources.list.d/mono-extra.list</code></pre>
<pre><code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5</code></pre>
<h6>Добавление репозитория Elasticsearch 7.9. (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">официальные инструкции</a>)</h6>
<p>Для корректной работы поиска нужно установить <b>Elasticsearch</b> v.7.9. Выполните следующие команды:</p>
<pre><code>curl https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O
dpkg -i packages-microsoft-prod.deb && rm packages-microsoft-prod.deb</code></pre>
<h6>Добавление репозитория Elasticsearch 7.10. (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">официальные инструкции</a>)</h6>
<p>Для корректной работы поиска нужно установить <b>Elasticsearch</b> v.7.10. Выполните следующие команды:</p>
<pre><code>wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | tee /etc/apt/sources.list.d/elastic-7.x.list</code></pre>
@ -143,7 +144,7 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/UpdateMonoRepository.ascx" />
<h6>Установка ffmpeg, Elasticsearch, mono-webserver-hyperfastcgi</h6>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.9.0 mono-webserver-hyperfastcgi=0.4-8</code></pre>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.10.0 mono-webserver-hyperfastcgi=0.4-8 apt-transport-https dotnet-sdk-6.0 nginx-extras</code></pre>
<h6>Установка nginx-extras</h6>
<pre><code>sudo apt-get install nginx-extras</code></pre>
@ -165,8 +166,11 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
<pre><code>echo "deb https://d2nlctn12v279m.cloudfront.net/repo/mono/ubuntu bionic main" | tee /etc/apt/sources.list.d/mono-extra.list</code></pre>
<pre><code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5</code></pre>
<h6>Добавление репозитория Elasticsearch 7.9. (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">официальные инструкции</a>)</h6>
<p>Для корректной работы поиска нужно установить <b>Elasticsearch</b> v.7.9. Выполните следующие команды:</p>
<pre><code>curl https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb -O
dpkg -i packages-microsoft-prod.deb && rm packages-microsoft-prod.deb</code></pre>
<h6>Добавление репозитория Elasticsearch 7.10. (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">официальные инструкции</a>)</h6>
<p>Для корректной работы поиска нужно установить <b>Elasticsearch</b> v.7.10. Выполните следующие команды:</p>
<pre><code>wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | tee /etc/apt/sources.list.d/elastic-7.x.list</code></pre>
@ -188,7 +192,7 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/UpdateMonoRepository.ascx" />
<h6>Установка ffmpeg, Elasticsearch, mono-webserver-hyperfastcgi</h6>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.9.0 mono-webserver-hyperfastcgi=0.4-7</code></pre>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.10.0 mono-webserver-hyperfastcgi=0.4-7 apt-transport-https dotnet-sdk-6.0 nginx-extras</code></pre>
<h6>Установка nginx-extras</h6>
<pre><code>sudo apt-get install nginx-extras</code></pre>
@ -213,8 +217,12 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
<pre><code>echo "deb https://d2nlctn12v279m.cloudfront.net/repo/mono/ubuntu bionic main" | tee /etc/apt/sources.list.d/mono-extra.list</code></pre>
<pre><code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5</code></pre>
<h6>Добавление репозитория Elasticsearch 7.9. (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">официальные инструкции</a>)</h6>
<p>Для корректной работы поиска нужно установить <b>Elasticsearch</b> v.7.9. Выполните следующие команды:</p>
<pre><code>sudo apt-get install curl
curl https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb -O
dpkg -i packages-microsoft-prod.deb && rm packages-microsoft-prod.deb</code></pre>
<h6>Добавление репозитория Elasticsearch 7.10. (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">официальные инструкции</a>)</h6>
<p>Для корректной работы поиска нужно установить <b>Elasticsearch</b> v.7.10. Выполните следующие команды:</p>
<pre><code>wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | tee /etc/apt/sources.list.d/elastic-7.x.list</code></pre>
@ -239,7 +247,7 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/UpdateMonoRepository.ascx" />
<h6>Установка ffmpeg, Elasticsearch, mono-webserver-hyperfastcgi</h6>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.9.0 mono-webserver-hyperfastcgi=0.4-7</code></pre>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.10.0 mono-webserver-hyperfastcgi=0.4-7 apt-transport-https dotnet-sdk-6.0 nginx-extras openjdk-11-jdk</code></pre>
<h6>Установка openjdk-11-jdk</h6>
<pre><code>sudo apt-get install openjdk-11-jdk</code></pre>
@ -268,8 +276,12 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
<pre><code>echo "deb https://d2nlctn12v279m.cloudfront.net/repo/mono/ubuntu focal main" | tee /etc/apt/sources.list.d/mono-extra.list</code></pre>
<pre><code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5</code></pre>
<h6>Добавление репозитория Elasticsearch 7.9. (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">официальные инструкции</a>)</h6>
<p>Для корректной работы поиска нужно установить <b>Elasticsearch</b> v.7.9. Выполните следующие команды:</p>
<pre><code>sudo apt-get install curl
curl https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb -O
dpkg -i packages-microsoft-prod.deb && rm packages-microsoft-prod.deb</code></pre>
<h6>Добавление репозитория Elasticsearch 7.10. (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">официальные инструкции</a>)</h6>
<p>Для корректной работы поиска нужно установить <b>Elasticsearch</b> v.7.10. Выполните следующие команды:</p>
<pre><code>wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | tee /etc/apt/sources.list.d/elastic-7.x.list</code></pre>
@ -294,7 +306,7 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/UpdateMonoRepository.ascx" />
<h6>Установка ffmpeg, Elasticsearch, mono-webserver-hyperfastcgi</h6>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.9.0 mono-webserver-hyperfastcgi=0.4-8</code></pre>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.10.0 mono-webserver-hyperfastcgi=0.4-8 apt-transport-https dotnet-sdk-6.0 nginx-extras openjdk-11-jdk</code></pre>
<h6>Установка openjdk-11-jdk</h6>
<pre><code>sudo apt-get install openjdk-11-jdk</code></pre>
@ -304,60 +316,7 @@ dpkg -i mysql-apt-config_0.8.22-1_all.deb</code></pre>
</div>
<%-- Debian 9--%>
<div class="tab content5">
<p>На Debian 9 необходимо установить следующие пакеты:</p>
<pre><code>sudo apt-get install apt-transport-https dirmngr gnupg ca-certificates software-properties-common</code></pre>
<h6>Добавление репозитория Mono 6.8 (<a target="_blank" href="http://www.mono-project.com/download/#download-lin-ubuntu">официальные инструкции</a>):</h6>
<p>Добавьте нужный репозиторий.</p>
<pre><code>echo "deb http://download.mono-project.com/repo/debian stable-stretch/snapshots/6.8.0.123 main" | tee /etc/apt/sources.list.d/mono-official.list</code></pre>
<p>Добавьте GPG-ключ:</p>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/AddMonoGPGKey/AddMonoGPGKeyDEB.ascx" />
<div class="notehelp">при выполнении команды <code>apt-get update</code> вы получите предупреждение, его можно игнорировать:<p><code>Conflicting distribution: https://download.mono-project.com/repo/debian stable-stretch/snapshots/6.8.0.123 InRelease (expected stable-stretch/snapshots/6.8.0.123 but got stretch)</code></p></div>
<pre><code>sudo apt-get update</code></pre>
<pre><code>sudo apt-get install mono-complete</code></pre>
<p>Добавление репозитория <code>mono-extra</code>.</p>
<pre><code>echo "deb https://d2nlctn12v279m.cloudfront.net/repo/mono/ubuntu xenial main" | tee /etc/apt/sources.list.d/mono-extra.list</code></pre>
<pre><code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5</code></pre>
<h6>Добавление репозитория Elasticsearch 7.9. (<a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html">официальные инструкции</a>)</h6>
<p>Для корректной работы поиска нужно установить <b>Elasticsearch</b> v.7.9. Выполните следующие команды:</p>
<pre><code>wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | tee /etc/apt/sources.list.d/elastic-7.x.list</code></pre>
<h6>Добавление репозитория Node.js 12 (<a target="_blank" href="https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions">официальные инструкции</a>)</h6>
<pre><code>echo "deb https://deb.nodesource.com/node_12.x focal main" | tee /etc/apt/sources.list.d/nodesource.list
echo "deb-src https://deb.nodesource.com/node_12.x focal main" >> /etc/apt/sources.list.d/nodesource.list
sudo apt-get install curl
curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
apt-get update</code></pre>
<h6>Добавление репозитория NGINX (<a target="_blank" href="https://www.nginx.com/resources/wiki/start/topics/tutorials/install/">официальные инструкции</a>):</h6>
<pre><code>wget http://nginx.org/keys/nginx_signing.key
apt-key add nginx_signing.key
echo "deb http://nginx.org/packages/ubuntu/ focal nginx" | tee /etc/apt/sources.list.d/nginx.list</code></pre>
<h6>Добавление пакета MySQL 8.0 (<a target="_blank" href="https://dev.mysql.com/doc/mysql-apt-repo-quick-guide/en/">официальные инструкции</a>):</h6>
<pre><code>curl -OL http://dev.mysql.com/get/mysql-apt-config_0.8.15-1_all.deb
dpkg -i mysql-apt-config_0.8.15-1_all.deb</code></pre>
<h6>Обновление репозитория:</h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/UpdateMonoRepository.ascx" />
<h6>Установка ffmpeg, Elasticsearch, mono-webserver-hyperfastcgi</h6>
<pre><code>sudo apt-get install ffmpeg elasticsearch=7.9.0 mono-webserver-hyperfastcgi=0.4-6</code></pre>
<h6>Установка openjdk-8-jre-headless</h6>
<pre><code>sudo apt-get install openjdk-8-jre-headless</code></pre>
<h6>Установка nginx-extras</h6>
<pre><code>sudo apt-get install nginx-extras</code></pre>
</div>
<h5 id="InstallingServer">Установка ONLYOFFICE Groups</h5>
<p>Добавьте репозиторий <b>ONLYOFFICE</b>:</p>
<pre><code>echo "deb https://download.onlyoffice.com/repo/debian squeeze main" | sudo tee /etc/apt/sources.list.d/onlyoffice.list
@ -373,9 +332,9 @@ dpkg -i mysql-apt-config_0.8.15-1_all.deb</code></pre>
<h5 id="HTTPS">Запуск ONLYOFFICE Groups с использованием HTTPS</h5>
<p>В большинстве случаев доступ к порталу по протоколу HTTPS намного безопаснее, чем по протоколу HTTP, который используется по умолчанию. При необходимости использования HTTPS установите <a target="_blank" href="https://certbot.eff.org/">certbot</a>:</p>
<input type="radio" name="tabs2" id="tab6" checked />
<label for="tab6">Ubuntu 20.04 / 18.04</label>
<label for="tab6">Ubuntu 22.04 / 20.04 / 18.04</label>
<input type="radio" name="tabs2" id="tab7" />
<label for="tab7">Debian 11 / 10 / 9</label>
<label for="tab7">Debian 11 / 10</label>
<div class="tab content6">
<pre><code>snap install --classic certbot</code></pre>