Merge remote-tracking branch 'remotes/origin/feature/desktop-arch' into feature/test-merge-for-release

This commit is contained in:
Svetlana Maleeva 2022-03-18 14:06:50 +03:00
commit d312b78813
4 changed files with 150 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_linux sm_desktop sm_document" id="link_100041" title=""
href="<%=VirtualPathUtility.ToAbsolute("~/installation/desktop-install-arch.aspx")%>">Installing Desktop Editors to Arch and derivatives</a>

View File

@ -0,0 +1,126 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "How to install Desktop Editors to Arch and derivatives?";
MetaKeyWords = "";
MetaDescription = "How to install Desktop Editors to Arch and derivatives?";
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">How to install Desktop Editors to Arch and derivatives</h1>
<cc:localizecontent runat="Server" controlname="~/Controls/Help/VariousControls/Versions/DesktopEditors/DesktopEditors_Current.ascx" />
<p><a href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/index.aspx")%>">Desktop Editors</a> is an application that allows editing documents, spreadsheets, and presentations stored on your computer. It does not require a constant internet connection. But it is also possible to connect <b>Desktop Editors</b> to your cloud and edit documents collaboratively.</p>
<p>There are several installation options available in <b>Arch Linux</b>. You can compile <a href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/index.aspx")%>">Desktop Editors</a> from the <b>Git Clone</b> repository manually or by utilizing the <b>AUR helpers</b>. Also, you can install <a href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/index.aspx")%>">Desktop Editors</a> as a <a href="https://snapcraft.io/install/onlyoffice-desktopeditors/arch">snap package</a>.</p>
<h2 id="Dependencies">Installing dependencies</h2>
<div class="block_of_step">
<div class="screen_text">
<p>To install AUR packages, you need to have <b>base-devel</b> and <b>Git</b> packages installed on your system. If they are not yet installed on your computer, open the terminal and run the following command:</p>
<pre><code>sudo pacman -S --needed base-devel git
</code></pre>
</div>
</div>
<h2 id="InstallManual">Manual installation</h2>
<div class="block_of_step">
<div class="screen_text">
<ol>
<li>Clone the <b>onlyoffice-bin</b> repository:
<pre><code> git clone https://aur.archlinux.org/onlyoffice-bin.git
</code></pre>
</li>
<li>Go to the <b>onlyoffice-bin</b> directory:
<pre><code>cd onlyoffice-bin
</code></pre>
</li>
<li>Compile and install the program by running the following command:
<pre><code>makepkg -si
</code></pre>
</li>
</ol>
</div>
</div>
<h2 id="Helpers">AUR helpers</h2>
<div class="block_of_step">
<div class="screen_text">
<p>The easiest and most efficient way to install <b>AUR</b> packages is by utilizing the <b>AUR helpers</b>. They automate the usage of the <a href="https://aur.archlinux.org">Arch User Repository</a> and allow installing <b>AUR</b> packages by running a single command. <b>Yay</b>, <b>Trizen</b> and <b>Pikaur</b> are the most commonly used <b>AUR helpers</b>. They can be manually installed from the <a href="https://aur.archlinux.org">Arch User Repository</a> by using the same method mentioned above.</p>
</div>
</div>
<h2 id="InstallYay">Yay</h2>
<div class="block_of_step">
<div class="screen_text">
<p>To install <b>Desktop Editors</b> via <b>Yay</b>:</p>
<ol>
<li>Open the terminal and run the following command:
<pre><code> yay -S onlyoffice-bin
</code></pre>
</li>
<li>Choose the <b>Diffs</b> viewing option. Enter <b>“n”</b> in case you want to skip it.
</li>
<li>Enter <b>“y”</b> to proceed with the installation.
</li>
</ol>
</div>
</div>
<h2 id="InstallTrizen">Trizen</h2>
<div class="block_of_step">
<div class="screen_text">
<p>To install <b>Desktop Editors</b> via <b>Trizen</b>:</p>
<ol>
<li>Open the terminal and run the following command:
<pre><code> trizen -S onlyoffice-bin
</code></pre>
</li>
<li>Choose the <b>PKBUILD</b> and the <b>CHANGELOG</b> editing options. Enter <b>“n”</b> in case you want to skip it.
</li>
<li>Enter <b>“y”</b> to proceed with the installation.
</li>
</ol>
</div>
</div>
<h2 id="InstallPikaur">Pikaur</h2>
<div class="block_of_step">
<div class="screen_text">
<p>To install <b>Desktop Editors</b> via <b>Pikaur</b>:</p>
<ol>
<li>Open the terminal and run the following command:
<pre><code> pikaur -S onlyoffice-bin
</code></pre>
</li>
<li>Choose the <b>PKBUILD</b> editing option. Enter <b>“n”</b> in case you want to skip it.
</li>
<li>Enter <b>“y”</b> to proceed with the installation.
</li>
</ol>
</div>
</div>
<h2 id="RunningEditors">Running Desktop Editors</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Upon the installation, you can run <b>Desktop Editors</b> by using the terminal command:</p>
<pre><code>desktopeditors
</code></pre>
<p>To launch the editors from the graphical interface, go to the <b>Application</b> menu.</p>
</div>
</div>
</div>

View File

@ -79,6 +79,7 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100014_linux_installation_snap/100014_linux_installation_snap.ascx" />
</li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100021_linux_installation_flatpak/100021_linux_installation_flatpak.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100041_linux_installation_arch/100041_linux_installation_arch.ascx" /></li>
</ul>
</li>
<li>Mac OS version

View File

@ -0,0 +1,20 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationDesktopArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="desktop_linux_version desktop_editors installation_desktop">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/DesktopDocumentsTop/DesktopDocumentsTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Desktop/Documents/Linux/DesktopLinuxInstallArch/DesktopLinuxInstallArch.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="guidespage document">
<div id="SeeAlsoBlockLinks">
<div class="caption guides">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100003_linux_system_requirements/100003_linux_system_requirements.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100006_troubleshooting/100006_troubleshooting.ascx" />
</div>
</div>
</asp:Content>