Merge branch 'feature/DocSpace-Windows-version' into release/1.16.0

This commit is contained in:
Svetlana Maleeva 2023-09-27 10:51:36 +03:00
commit 5c1b461025
44 changed files with 230 additions and 18 deletions

View File

@ -43,11 +43,11 @@
<li>Coming soon</li>
</ul>
</li>--%>
<%--<li>Windows version
<li>Windows version
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-community-install-windows.aspx")%>">Installing ONLYOFFICE DocSpace Community for Windows on a local server</a></li>
</ul>
</li>--%>
</li>
</ul>
</li>
</ul>

View File

@ -42,11 +42,11 @@
<li>Coming soon</li>
</ul>
</li>--%>
<%--<li>Windows version
<li>Windows version
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-enterprise-install-windows.aspx")%>">Installing ONLYOFFICE DocSpace Enterprise for Windows on a local server</a></li>
</ul>
</li> --%>
</li>
</ul>
</li>
<%--<li><h6>Activating</h6>

View File

@ -43,11 +43,11 @@
<li>Coming soon</li>
</ul>
</li>--%>
<%--<li>Windows version
<li>Windows version
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-community-install-windows.aspx")%>">Installing ONLYOFFICE DocSpace Community for Windows on a local server</a></li>
</ul>
</li> --%>
</li>
</ul>
</li>
</ul>
@ -72,11 +72,11 @@
<li>Coming soon</li>
</ul>
</li>--%>
<%--<li>Windows version
<li>Windows version
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-enterprise-install-windows.aspx")%>">Installing ONLYOFFICE DocSpace Enterprise for Windows on a local server</a></li>
</ul>
</li> --%>
</li>
</ul>
</li>
<%--<li><h6>Activating</h6>

View File

@ -448,7 +448,7 @@
<asp:Literal runat="server" Text="<%$ Resources:Resource, HideDocumentationContents %>" />
</span>
<div class="described">
<p>Learn how to install, update, and configure ONLYOFFICE DocSpace (Community and Enterprise versions) for Docker, Linux<%--, and Windows--%>.</p>
<p>Learn how to install, update, and configure ONLYOFFICE DocSpace (Community and Enterprise versions) for Docker, Linux, and Windows.</p>
</div>
<div class="contents" style="display: none">
<h2><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-community-index.aspx")%>">ONLYOFFICE DocSpace Community</a></h2>
@ -472,11 +472,11 @@
<li>Coming soon</li>
</ul>
</li>--%>
<%--<li>Windows version
<li>Windows version
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-community-install-windows.aspx")%>">Installing ONLYOFFICE DocSpace Community for Windows on a local server</a></li>
</ul>
</li> --%>
</li>
</ul>
</li>
</ul>
@ -501,11 +501,11 @@
<li>Coming soon</li>
</ul>
</li>--%>
<%--<li>Windows version
<li>Windows version
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-enterprise-install-windows.aspx")%>">Installing ONLYOFFICE DocSpace Enterprise for Windows on a local server</a></li>
</ul>
</li> --%>
</li>
</ul>
</li>
<%--<li><h6>Activating</h6>

View File

@ -1,3 +1,3 @@
<%@ Control Language="C#" %>
<div class="sysreq_title sysreq_os">OS</div>
<div class="sysreq_descr sysreq_os">server operating systems only: Microsoft Windows Server 2012 (R2) and later</div>
<div class="sysreq_descr sysreq_os">server operating systems only: Microsoft Windows Server 2016 (R2) and later</div>

View File

@ -1,3 +1,3 @@
<%@ Control Language="C#" %>
<div class="sysreq_title sysreq_os">Betriebssystem</div>
<div class="sysreq_descr sysreq_os">Nur Serverbetriebssysteme: Microsoft Windows Server 2012 (R2) und höher</div>
<div class="sysreq_descr sysreq_os">Nur Serverbetriebssysteme: Microsoft Windows Server 2016 (R2) und höher</div>

View File

@ -1,3 +1,3 @@
<%@ Control Language="C#" %>
<div class="sysreq_title sysreq_os">Sistema Operativo</div>
<div class="sysreq_descr sysreq_os">solo sistemas operativos de servidor: Microsoft Windows Server 2012 (R2) y posterior</div>
<div class="sysreq_descr sysreq_os">solo sistemas operativos de servidor: Microsoft Windows Server 2016 (R2) y posterior</div>

View File

@ -1,3 +1,3 @@
<%@ Control Language="C#" %>
<div class="sysreq_title sysreq_os">Système d'exploitation</div>
<div class="sysreq_descr sysreq_os"> systèmes d'exploitation uniquement serveur: Microsoft Windows Server 2012 (R2) ou version ultérieure</div>
<div class="sysreq_descr sysreq_os"> systèmes d'exploitation uniquement serveur: Microsoft Windows Server 2016 (R2) ou version ultérieure</div>

View File

@ -1,3 +1,3 @@
<%@ Control Language="C#" %>
<div class="sysreq_title sysreq_os">Операционная система</div>
<div class="sysreq_descr sysreq_os">только серверные операционные системы: Microsoft Windows Server 2012 (R2) и более поздние версии</div>
<div class="sysreq_descr sysreq_os">только серверные операционные системы: Microsoft Windows Server 2016 (R2) и более поздние версии</div>

View File

@ -0,0 +1,183 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Installing ONLYOFFICE DocSpace for Windows on a local server";
MetaKeyWords = "install server version, server version, install on server";
MetaDescription = "Deploy ONLYOFFICE DocSpace on your corporate server.";
var guides = new GuidesModel();
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Installing <%= ((BasePage)Page).EditionVersion %> for Windows on a local server</h1>
<div class="video_ground video_trips">
<h2 id="Introduction_block">Introduction</h2>
<div class="block_of_step">
<div class="screen_text">
<p><b><%= ((BasePage)Page).EditionVersion %></b> is a <span class="enterprise_display">paid</span><span class="community_display">free</span> version of a document hub where you can connect users and documents in one place to boost collaboration.</p>
<p>The installation for Windows includes the following components: <b>ONLYOFFICE DocSpace</b> and <b>ONLYOFFICE Docs</b>. This guide will show you how to install all these <b><%= ((BasePage)Page).EditionVersion %></b> components without efforts using the .exe installation file.</p>
</div>
</div>
</div>
<h2 id="SystemRequirements">System requirements</h2>
<div class="block_of_step">
<div class="screen_text">
<ul>
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/SystemRequirements/SysReqs_CPU2/SysReqs_CPU2.ascx" />
</li>
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/SystemRequirements/SysReqs_RAM2/SysReqs_RAM2.ascx" />
</li>
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/SystemRequirements/SysReqs_OS6/SysReqs_OS6.ascx" />
<div class="notehelp">Please note that <b><%= ((BasePage)Page).EditionVersion %></b> cannot be installed on the following Windows versions: Windows Server 2008/2008 R2 x64, Windows Vista/7/8/8.1/10/11 x64.</div>
</li>
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/SystemRequirements/SysReqs_Add_Soft15/SysReqs_Add_Soft15.ascx" />
<div class="notehelp">If you are using a version of Windows which has the interface language different from the <b>en-US</b> locale, some problems might occur. To avoid them please install the <b>en-US</b> language package, create an additional user with the use of only base latin characters (e.g. <code>ONLYOFFICE</code> or <code>Administrator</code>) and give this user the default administrator privileges. After that you can continue the installation as this user.</div>
</li>
</ul>
</div>
</div>
<h2 id="step1"><span class="style_step">Step 1. </span>Download the <%= ((BasePage)Page).EditionVersion %> installation file</h2>
<div class="block_of_step">
<div class="screen_text">
<p>To download the <b><%= ((BasePage)Page).EditionVersion %></b> installation file, go to the
<span class="community_display"><a target="_blank" href="https://www.onlyoffice.com/download-docspace.aspx?from=helpcenter#docspace-community">Download page</a>.</span>
<span class="enterprise_display"><a target="_blank" href="https://www.onlyoffice.com/download-docspace.aspx?from=helpcenter#docspace-enterprise">Download page</a>.</span>
Go to the <b>For Windows</b> section and click the <b>Download</b> button.
<span class="enterprise_display">Fill in the form and submit your request. You'll receive an email message that contains your <span class="enterprise_display">30-day trial</span> license key and the link to download the installation file. Download and save the license key on your computer. Follow the provided link and wait till the download of the installation file is completed.</span>
</div>
</div>
<h2 id="step2"><span class="style_step">Step 2. </span>Install the prerequisites</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Double-click the <b>.exe</b> file you have just downloaded - the <b>Prerequisites Setup Wizard</b> will be launched. It will help you to install some prerequisites required to run <b><%= ((BasePage)Page).EditionVersion %></b>. Click the <b>Next ></b> button to continue.</p>
</div>
<div class="screen_block">
<img alt="How to deploy <%= ((BasePage)Page).EditionVersion %> for Windows on a local server? Step 2" target="img1_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/" + ((BasePage)Page).VersionName + "/step2.png")%>" />
<img alt="How to deploy <%= ((BasePage)Page).EditionVersion %> for Windows on a local server? Step 2" id="img1_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/" + ((BasePage)Page).VersionName + "/step2.png")%>" />
<div target="img1_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="screen_text">
<p>Carefully read the <b>End-User License Agreement</b> for components and applications provided by third parties. Check the <b>I accept the terms in the License Agreement</b> option if you agree with them. Then click the <b>Next ></b> button.</p>
</div>
<div class="screen_block">
<img alt="How to deploy <%= ((BasePage)Page).EditionVersion %> for Windows on a local server? Step 2" target="img10_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/" + ((BasePage)Page).VersionName + "/step2_1.png")%>" />
<img alt="How to deploy <%= ((BasePage)Page).EditionVersion %> for Windows on a local server? Step 2" id="img10_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/" + ((BasePage)Page).VersionName + "/step2_1.png")%>" />
<div target="img10_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="screen_text">
<p>You'll be prompted to install the following components:</p>
<ul>
<li><em>.NET Framework 4.8 or higher</em>,</li>
<li><em>.NET Runtime 7.0 x64 or higher</em>,</li>
<li><em>ASP.NET Core Runtime 7.0 x64 or higher</em>,</li>
<li><em>Visual C++ Redistributable for Visual Studio 2013 Update 5 x64</em>,</li>
<li><em>Visual C++ Redistributable for Visual Studio 2015-2019 x86</em>,</li>
<li><em>Visual C++ Redistributable for Visual Studio 2015-2019 x64</em>,</li>
<li><em>MySQL Connector/ODBC 8.0 x86</em>,</li>
<li><em>MySQL Installer Community 8.0 x86</em>,</li>
<li><em>MySQL Installer Community 8.0 x86 Runner</em></li>
<li><em>Node.js v.18.16</em>,</li>
<li><em>Elasticsearch v.7.10 x64 or higher</em>,</li>
<li><em>Erlang v.26.0 x64</em>,</li>
<li><em>RabbitMQ v.3.12 x64</em>,</li>
<li><em>Redis 5.0 x64</em>,</li>
<li><em>FFmpeg x64</em>,</li>
<li><em>Certbot</em>,</li>
<li><em>PostgreSQL ODBC Driver x64</em>,</li>
<li><em>PostgreSQL v14.0 x64</em>,</li>
<li><em>OpenResty</em>.</li>
</ul>
</div>
<div class="screen_block">
<img alt="How to deploy <%= ((BasePage)Page).EditionVersion %> for Windows on a local server? Step 2" target="img3_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/" + ((BasePage)Page).VersionName + "/step2_2.png")%>" />
<img alt="How to deploy <%= ((BasePage)Page).EditionVersion %> for Windows on a local server? Step 2" id="img3_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/" + ((BasePage)Page).VersionName + "/step2_2.png")%>" />
<div target="img3_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="screen_text">
<p>Click the <b>Next</b> button to download and install the prerequisite software. This process may take some minutes.</p>
</div>
</div>
<h2 id="step3"><span class="style_step">Step 3. </span>Install <%= ((BasePage)Page).EditionVersion %></h2>
<div class="block_of_step">
<div class="screen_text">
<p>As soon as all the components are installed, you can proceed to the main program installation. The <b><%= ((BasePage)Page).EditionVersion %> Setup Wizard</b> will be launched automatically. Click the <b>Next ></b> button to continue.</p>
</div>
<div class="screen_block">
<img alt="How to deploy <%= ((BasePage)Page).EditionVersion %> for Windows on a local server? Step 3" target="img4_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/" + ((BasePage)Page).VersionName + "/step3.png")%>" />
<img alt="How to deploy <%= ((BasePage)Page).EditionVersion %> for Windows on a local server? Step 3" id="img4_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/" + ((BasePage)Page).VersionName + "/step3.png")%>" />
<div target="img4_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="screen_text">
<p>Read the <b><%= ((BasePage)Page).EditionVersion %> license agreement</b> carefully and check the <b>I accept the terms in the License Agreement</b> option if you agree with them. Then click the <b>Next ></b> button.</p>
</div>
<div class="screen_block">
<img alt="How to deploy <%= ((BasePage)Page).EditionVersion %> for Windows on a local server? Step 2" target="img11_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/" + ((BasePage)Page).VersionName + "/step3_1.png")%>" />
<img alt="How to deploy <%= ((BasePage)Page).EditionVersion %> for Windows on a local server? Step 2" id="img11_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/" + ((BasePage)Page).VersionName + "/step3_1.png")%>" />
<div target="img11_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="screen_text">
<p>By default, <b><%= ((BasePage)Page).EditionVersion %></b> will be installed to the following folder: <code>C:\Program Files (x86)\Ascensio System SIA\DocSpace\</code>. If needed you can change it clicking the <b>Browse</b> button and selecting the necessary folder on your computer. Then click the <b>Next ></b> button.</p>
</div>
<div class="screen_block">
<img alt="How to deploy <%= ((BasePage)Page).EditionVersion %> for Windows on a local server? Step 3" target="img6_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/" + ((BasePage)Page).VersionName + "/step3_2.png")%>" />
<img alt="How to deploy <%= ((BasePage)Page).EditionVersion %> for Windows on a local server? Step 3" id="img6_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/" + ((BasePage)Page).VersionName + "/step3_2.png")%>" />
<div target="img6_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="screen_text">
<p>On the next screen, click the <b>Install</b> button to start the installation process. It may take several minutes.</p>
</div>
<div class="screen_block">
<img alt="How to deploy <%= ((BasePage)Page).EditionVersion %> for Windows on a local server? Step 3" target="img7_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/" + ((BasePage)Page).VersionName + "/step3_3.png")%>" />
<img alt="How to deploy <%= ((BasePage)Page).EditionVersion %> for Windows on a local server? Step 3" id="img7_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/" + ((BasePage)Page).VersionName + "/step3_3.png")%>" />
<div target="img7_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="screen_text">
<p>Once the installation process is completed, click the <b>Finish</b> button to exit the <b>Setup Wizard</b>.</p>
</div>
<div class="screen_block">
<img alt="How to deploy <%= ((BasePage)Page).EditionVersion %> for Windows on a local server? Step 3" target="img8_eventcom_guides" class="screenphoto screen_guides noresize" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/" + ((BasePage)Page).VersionName + "/step3_4.png")%>" />
<img alt="How to deploy <%= ((BasePage)Page).EditionVersion %> for Windows on a local server? Step 3" id="img8_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/" + ((BasePage)Page).VersionName + "/step3_4.png")%>" />
<div target="img8_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</div>
<h2 id="step4"><span class="style_step">Step 4. </span>Run <%= ((BasePage)Page).EditionVersion %></h2>
<div class="block_of_step">
<div class="screen_text">
<p>Launch your DocSpace using the shortcut on the desktop. The <b>DocSpace Setup</b> page will open in your default browser at the <em>http://localhost/wizard</em> address. Now you need to perform the DocSpace initial setup.</p>
<ul>
<li>Enter a <b>Password</b> you will use to access your <b><%= ((BasePage)Page).EditionVersion %></b> the next time and confirm it. By default, the password must be at least <b>8</b> but no more than <b>30</b> characters long.</li>
<li>Specify your email address. The <b>Email Activation</b> message will be sent to the specified email. Follow the link provided in this email to complete your email activation procedure.</li>
<li>Drop-down the <b>Language</b> list and select the necessary language to display all DocSpace pages and notifications.</li>
<li>Set the time zone that corresponds to your location from the <b>Timezone</b> drop-down list.</li>
<li class="enterprise_display">
Click the <img alt="How to deploy <%= ((BasePage)Page).EditionVersion %> for Windows on a local server? Step 3" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/" + ((BasePage)Page).VersionName + "/icon.png")%>" /> button in the <b>Your license file</b> section and browse for the license <em>.lic</em> file stored on your computer (see <a class="links" href="#step1">Step 1</a>).
</li>
<li>Accept the terms of the <b>License agreements</b> by checking the corresponding box.</li>
</ul>
</div>
<div class="screen_block">
<img alt="How to deploy <%= ((BasePage)Page).EditionVersion %> for Windows on a local server? Step 4" target="img9_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/" + ((BasePage)Page).VersionName + "/step4.png")%>" />
<img alt="How to deploy <%= ((BasePage)Page).EditionVersion %> for Windows on a local server? Step 4" id="img9_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/" + ((BasePage)Page).VersionName + "/step4.png")%>" />
<div target="img9_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="screen_text">
<p>When all the parameters are set, click the <b>Continue</b> button.</p>
<p>That's all. Your DocSpace is created.</p>
</div>
</div>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -0,0 +1,14 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationDocSpaceCEArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<% ((BasePage)Page).EditionVersion = "ONLYOFFICE DocSpace Community"; %>
<% ((BasePage)Page).CommandName = "download"; %>
<% ((BasePage)Page).VersionName = "guide176"; %>
<body class="windows_version docspace_community_edition">
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/DocSpace/DocSpaceWindows/DocSpaceWindows.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="installationdocspace">
</asp:Content>

View File

@ -0,0 +1,15 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationDocSpaceEEArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<% ((BasePage)Page).EditionVersion = "ONLYOFFICE DocSpace Enterprise"; %>
<% ((BasePage)Page).CommandName = "enterprise-edition-free"; %>
<% ((BasePage)Page).VersionName = "guide177"; %>
<% ((BasePage)Page).VersionLink = "enterprise"; %>
<body class="windows_version docspace_enterprise_edition">
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/DocSpace/DocSpaceWindows/DocSpaceWindows.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="installationdocspace">
</asp:Content>