Merge remote-tracking branch 'remotes/origin/feature/remove-docs-ubuntu' into feature/test-merge-for-release

This commit is contained in:
Svetlana Maleeva 2022-03-18 13:55:12 +03:00
commit 2f6656df24
6 changed files with 76 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_linux sm_server sm_document" id="link_60041" title=""
href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-community-remove-linux.aspx")%>">Removing ONLYOFFICE Docs for Linux from your computer</a>

View File

@ -138,6 +138,7 @@
<li><h6>Deinstallation</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-community-remove-docker.aspx")%>">Docker version</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-community-remove-linux.aspx")%>">Linux version</a></li>
</ul>
</li>
<li><h6>Troubleshooting</h6>

View File

@ -138,6 +138,7 @@
<li><h6>Deinstallation</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-community-remove-docker.aspx")%>">Docker version</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-community-remove-linux.aspx")%>">Linux version</a></li>
</ul>
</li>
<li><h6>Troubleshooting</h6>

View File

@ -536,6 +536,7 @@
<li><h6>Deinstallation</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-community-remove-docker.aspx")%>">Docker version</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-community-remove-linux.aspx")%>">Linux version</a></li>
</ul>
</li>
<li><h6>Troubleshooting</h6>

View File

@ -0,0 +1,49 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Removing ONLYOFFICE Docs for Linux from your computer";
MetaKeyWords = "";
MetaDescription = "";
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Removing ONLYOFFICE Docs for Linux from your computer</h1>
<cc:localizecontent runat="Server" controlname="~/Controls/Help/VariousControls/Versions/DocumentServer/DocumentServer_Current.ascx" />
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/local-server/local-server.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/server-version/server-version.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/document-server/document-server.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/linux-version/linux-version.ascx" /></li>
</ul>
</div>
<div class="video_ground video_trips">
<h2 id="introduction">Introduction</h2>
<div class="block_of_step">
<div class="screen_text">
<p>If you run <b>ONLYOFFICE Docs</b> for Linux on your computer there might be some cases when you need to completely remove it from your computer.</p>
<p>This guide will show you how to remove <b>ONLYOFFICE Docs</b> Linux version from your machine.</p>
</div>
</div>
</div>
<h2 id="Installing">Removing ONLYOFFICE Docs</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Use the following command:</p>
<pre><code>sudo apt purge onlyoffice-documentserver
</code></pre>
<p>This command will remove the binaries and the configuration files of the <code>onlyoffice-documentserver</code> package, but it will leave the dependencies installed with <code>onlyoffice-documentserver</code>.</p>
<p>When executing the command, you will see the following warning: "This operation will remove the database which contain all ONLYOFFICE data. It is recommended to take backup before removing the database." Confirm the deletion by selecting <b>Yes</b>.</p>
<p>If you get some warnings "directory not empty so not removed", remove the directories manually:</p>
<pre><code>sudo rm -rvf /etc/onlyoffice /var/www/onlyoffice</code></pre>
</div>
</div>
</div>

View File

@ -0,0 +1,21 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationDocsArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<% ((BasePage)Page).EditionVersion = "Community Edition"; %>
<body class="linux_version document_server docs_community_edition">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/DocumentLinuxTop/DocumentLinuxTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:localizecontent runat="Server" controlname="~/Controls/Help/Server/Linux/Document/LinuxRemoveDocs/LinuxRemoveDocs.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="installationdocspage documents">
<div id="SeeAlsoBlockLinks">
<div class="caption guides">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60007_connect_document_to_community/60007_connect_document_to_community.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60002_community_installation/60002_community_installation.ascx" />
</div>
</div>
</asp:Content>