Start adding DocSpace installation articles

This commit is contained in:
Svetlana Maleeva 2023-06-01 15:48:11 +03:00
parent f43e99a789
commit 26ec6c0bc4
24 changed files with 760 additions and 1 deletions

View File

@ -4489,4 +4489,7 @@
<data name="YIELDMATfunction" xml:space="preserve">
<value>YIELDMAT function</value>
</data>
<data name="OODocSpace" xml:space="preserve">
<value>ONLYOFFICE DocSpace</value>
</data>
</root>

View File

@ -65,6 +65,22 @@
</ul>
</div>
</li>
<li>
<a id="navitem_docspace_server_menu" class="dropdown-item mobile_no_link">ONLYOFFICE DocSpace</a>
<div>
<ul class="navitem_2nd_menu">
<li id="navitem_docspace_server"><a class="nav_2nd_menu_link" style="border-right: none" href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-index.aspx")%>"><asp:Literal runat="server" Text="<%$ Resources:Resource, OODocSpace %>" /></a>
<div>
<ul class="nav_3rd_menu">
<li id="navitem_docspace_ce"><a class="nav_3rd_menu_link" style="border-right: none" href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-community-index.aspx")%>">DocSpace Community</a>
<li id="navitem_docspace_ee"><a class="nav_3rd_menu_link" style="border-right: none" href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-enterprise-index.aspx")%>">DocSpace Enterprise</a></li>
<li id="navitem_docspace_cloud"><a class="nav_3rd_menu_link" style="border-right: none" href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-cloud-index.aspx")%>">DocSpace Cloud Service</a></li>
</ul>
</div>
</li>
</ul>
</div>
</li>
</ul>
</div>
</li><!--

View File

@ -0,0 +1,97 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Installation Guides - DocSpace";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Installation Guides - ONLYOFFICE DocSpace.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides installation_guides">
<h1>Installation Guides</h1>
<ul class="block-editor">
<li>
<h2 class="doceditor">ONLYOFFICE DocSpace</h2>
<div class="described">
<p>Learn how to install, update, and configure ONLYOFFICE DocSpace (Community and Enterprise versions) for Docker, Linux, and Windows.</p>
</div>
<h2><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-community-index.aspx")%>">ONLYOFFICE DocSpace Community</a></h2>
<ul>
<li><h6>Installing</h6>
<ul>
<li>1-click install
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-community-install-script.aspx")%>">Installing ONLYOFFICE DocSpace Community using the provided script</a></li>
</ul>
</li>
<%--<li>Docker version
<ul>
<li>Coming soon</li>
</ul>
</li>
<li>Linux version
<ul>
<li>Coming soon</li>
</ul>
</li>
<li>Windows version
<ul>
<li>Coming soon</li>
</ul>
</li> --%>
</ul>
</li>
</ul>
<h2><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-enterprise-index.aspx")%>">ONLYOFFICE DocSpace Enterprise</a></h2>
<ul>
<li><h6>Installing</h6>
<ul>
<li>1-click install
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-enterprise-install-script.aspx")%>">Installing ONLYOFFICE DocSpace Enterprise using the provided script</a></li>
</ul>
</li>
<%--<li>Docker version
<ul>
<li>Coming soon</li>
</ul>
</li>
<li>Linux version
<ul>
<li>Coming soon</li>
</ul>
</li>
<li>Windows version
<ul>
<li>Coming soon</li>
</ul>
</li> --%>
</ul>
</li>
<li><h6>Activating</h6>
<ul>
<li>Coming soon</li>
</ul>
</li>
</ul>
<h2><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-cloud-index.aspx")%>">ONLYOFFICE DocSpace Cloud Service (SaaS version)</a></h2>
<ul>
<li><h6>Getting Started</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-cloud-registration.aspx")%>">Creating ONLYOFFICE DocSpace in a cloud</a></li>
</ul>
</li>
</ul>
<h2><a href="<%=VirtualPathUtility.ToAbsolute("~/faq/faq.aspx")%>">FAQ</a></h2>
</li>
</ul>
</div>

View File

@ -0,0 +1,58 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Installation Guides - DocSpace Community";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Installation Guides - ONLYOFFICE DocSpace Community.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides installation_guides">
<h1>Installation Guides</h1>
<ul class="block-editor">
<li>
<h2 class="doceditor">ONLYOFFICE DocSpace Community</h2>
<div class="described">
<p>Learn how to install, update, and configure ONLYOFFICE DocSpace Community for Docker, Linux, and Windows.</p>
</div>
<ul>
<li><h6>Installing</h6>
<ul>
<li>1-click install
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-community-install-script.aspx")%>">Installing ONLYOFFICE DocSpace Community using the provided script</a></li>
</ul>
</li>
<%--<li>Docker version
<ul>
<li>Coming soon</li>
</ul>
</li>
<li>Linux version
<ul>
<li>Coming soon</li>
</ul>
</li>
<li>Windows version
<ul>
<li>Coming soon</li>
</ul>
</li> --%>
</ul>
</li>
</ul>
<h2><a href="<%=VirtualPathUtility.ToAbsolute("~/faq/faq.aspx")%>">FAQ</a></h2>
</li>
</ul>
</div>

View File

@ -0,0 +1,61 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Installation Guides - DocSpace Enterprise";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Installation Guides - ONLYOFFICE DocSpace Enterprise.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides installation_guides">
<h1>Installation Guides</h1>
<ul class="block-editor">
<li>
<h2 class="doceditor">ONLYOFFICE DocSpace Enterprise</h2>
<div class="described">
<p>Learn how to install, update, and configure ONLYOFFICE DocSpace Enterprise for Docker, Linux, and Windows.</p>
</div>
<ul>
<li><h6>Installing</h6>
<ul>
<li>1-click install
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-enterprise-install-script.aspx")%>">Installing ONLYOFFICE DocSpace Enterprise using the provided script</a></li>
</ul>
</li>
<%--<li>Docker version
<ul>
<li>Coming soon</li>
</ul>
</li>
<li>Linux version
<ul>
<li>Coming soon</li>
</ul>
</li>
<li>Windows version
<ul>
<li>Coming soon</li>
</ul>
</li> --%>
</ul>
</li>
<li><h6>Activating</h6>
<ul>
<li>Coming soon</li>
</ul>
</li>
</ul>
<h2><a href="<%=VirtualPathUtility.ToAbsolute("~/faq/faq.aspx")%>">FAQ</a></h2>
</li>
</ul>
</div>

View File

@ -0,0 +1,37 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Installation Guides - DocSpace Cloud Service";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Installation Guides - ONLYOFFICE DocSpace Cloud Service.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides installation_guides">
<h1>Installation Guides</h1>
<ul class="block-editor">
<li>
<h2 class="doceditor">ONLYOFFICE DocSpace Cloud Service (SaaS version)</h2>
<div class="described">
<p>Learn how to start using ONLYOFFICE DocSpace in the cloud.</p>
</div>
<ul>
<li><h6>Getting Started</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-cloud-registration.aspx")%>">Creating ONLYOFFICE DocSpace in a cloud</a></li>
</ul>
</li>
</ul>
<h2><a href="<%=VirtualPathUtility.ToAbsolute("~/faq/faq.aspx")%>">FAQ</a></h2>
</li>
</ul>
</div>

View File

@ -0,0 +1,136 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Creating ONLYOFFICE DocSpace in a cloud";
MetaKeyWords = "ONLYOFFICE DocSpace, create portal, add users, set password, portal name";
MetaDescription = "ONLYOFFICE DocSpace. Create your DocSpace in a cloud";
var guides = new GuidesModel();
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Creating ONLYOFFICE DocSpace in a cloud</h1>
<div class="video_ground video_trips">
<h2 id="introduction">Introduction</h2>
<div class="block_of_step">
<div class="screen_text">
<p><b>ONLYOFFICE DocSpace Cloud</b> is a SaaS version of a document hub where you can connect users and documents in one place to boost collaboration.</p>
<p>You don't need to install, configure, and update ONLYOFFICE DocSpace, just fill in the registration form to get your ONLYOFFICE DocSpace in a cloud.</p>
</div>
</div>
</div>
<h2 id="step1"><span class="style_step">Step 1. </span>Filling in the registration form</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Open the <a target="_blank" href="https://www.onlyoffice.com/docspace-registration.aspx">DocSpace registration form</a> page of our official website. Go through several easy steps to fill in all the fields of the registration form:</p>
<ul>
<li>enter your <b>First</b> and <b>Last Name</b>;</li>
<li>specify a valid <b>Email</b> address;</li>
<li>enter your valid <b>Phone</b> number;</li>
<li>enter a <b>Name</b> for your DocSpace in the <b>Create account name</b> field;
<%--<div class="notehelp"> The portal name <b>CANNOT</b> be less than <b>3</b> characters long;</div>--%>
<div class="screen_block">
<img alt="Creating ONLYOFFICE DocSpace in a cloud? Step 1" target="img1_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide51/step1.png")%>" />
<img alt="Creating ONLYOFFICE DocSpace in a cloud? Step 1" id="img1_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide51/step1.png")%>" />
<div target="img1_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="notehelp">The <em>.com</em>, <em>.eu</em>, or <em>.sg</em> domain zone is determined depending on your location, you cannot change it when creating a portal. When the portal is created and paid, you can <a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/configuration.aspx#ChangingPortalRegion_block")%>">change the portal region</a> using the <b>Migration</b> feature available in the portal settings. </div>
</li>
<li>set a <b>Password</b> you will use to access your portal the next time. By default, the password must be at least <b>8</b> but no more than <b>30</b> characters long;</li>
<li>specify, if you want to be informed about the service possibilities, then review the service Terms and Conditions.</li>
</ul>
<p>When all the fields are filled in click the <b>START NOW</b> button.</p>
<p>Confirm the email address used to register your DocSpace. The <b>Email Activation</b> message will be sent to the email you have specified during the portal registration. Follow the link provided in this letter to complete your email activation procedure.</p>
</div>
</div>
<h2 id="step2"><span class="style_step">Step 2. </span>Configuring DocSpace settings</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Before you start working in your DocSpace, you can adjust some settings, if necessary.</p>
<p>Go to the DocSpace settings - the <b>Common</b> -> <b>Customization</b> section will open.</p>
<div class="screen_block">
<img alt="Creating ONLYOFFICE DocSpace in a cloud? Step 2" target="img2_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide51/step2.png")%>" />
<img alt="Creating ONLYOFFICE DocSpace in a cloud? Step 2" id="img2_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide51/step2.png")%>" />
<div target="img2_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<ul><li>Drop-down the <b>Language</b> list and select an appropriate language to display all portal pages and notifications.
</li>
<li>Select the <b>Time Zone</b> that corresponds to your location from the drop-down list so that all the events of the portal will be shown with the correct date and time. When the necessary <b>Language and Time Zone Settings</b> are set, click the <b>Save</b> button below this section.</li>
<li>Adjust some other settings, if necessary: you can change the portal name that you have specified during the registration, set an alternative URL for your portal etc.
<p>For more information on your portal settings, please refer to the <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/administration/docspace-settings.aspx")%>">Configuration</a> section of our Help Center.</p>
</li>
</ul>
</div>
</div>
<h2 id="step3"><span class="style_step">Step 3. </span>Buying a subscription</h2>
<div class="block_of_step">
<div class="screen_text">
<p>To buy a subscription, go to the <a target="_blank" href="https://www.onlyoffice.com/docspace-prices.aspx?from=helpcenter">pricing plans page</a> of our official website (Pricing -> DocSpace).</p>
<ul>
<li>Choose the necessary pricing plan:
<ul>
<li><b>Startup</b> a free pricing plan.</li>
<li><b>Business</b> The price depends on the number of admins/power users. Click <b>REQUEST A QUOTE</b> to send your request via email.</li>
</ul>
</li>
<%--<li>If you select the <b>Business</b> plan, fill in the registration form: specify your full name, email and phone number. Click the <b>SIGN UP</b> button.
<div class="screen_block">
<img alt="Registration page" target="img1_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide172/registration.png")%>" />
<img alt="Registration page" id="img1_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide172/registration.png")%>" />
<div target="img1_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
<li>You will be redirected to the checkout.stripe.com payment page. In the section on the left, you can see the details of your subscription. As the postpaid billing model is used, <b>Total</b> is $0.00. The month after using ONLYOFFICE Docs Cloud you will receive your monthly invoice from the Stripe system. The amount of your fee depends on the number of unique users who have used ONLYOFFICE Docs Cloud.
<ul>
<li>If you have a discount coupon, copy the coupon code, paste it in the <b>Add promotion code</b> field and click <b>Apply</b>.</li>
</ul>
<div class="screen_block">
<img alt="checkout.stripe.com payment page" target="img2_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide172/order.png")%>" />
<img alt="checkout.stripe.com payment page" id="img2_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide172/order.png")%>" />
<div target="img2_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
<li>In the section on the right, provide payment details of your card for future payments. You can use Google Pay clicking the <b>GPay</b> button or fill in the required fields manually:
<ol>
<li>In the <b>Shipping information</b> section, specify the following information:
<ul>
<li>In the <b>Email</b> field, enter your active <em>Email</em> address. Please, pay special attention to this field, because the information for connecting ONLYOFFICE Docs to your platform will be sent to the specified email address.</li>
<li>In the <b>Shipping address</b> section, specify your real <em>Name</em>, select a <em>Country</em> and fill in the <em>Address</em> field. You can also click the <b>Enter address manually</b> option and fill in separate fields. The fields may differ depending on the selected country, for example:
<ul>
<li>For United States, the fields are the following: <em>Address line 1, 2</em>, <em>City</em>, <em>ZIP</em>, <em>State</em>.</li>
<li>For United Kingdom and other European countries, the fields are the following: <em>Address</em>, <em>Address line 2</em>, <em>Town or city</em>, <em>Postal code</em>.</li>
<li>For China, the fields are the following: <em>Postal code</em>, <em>Province</em>, <em>City</em>, <em>District</em>, <em>Address line 1, 2</em>.</li>
</ul>
</li>
<li>Enter your phone number.</li>
<li>For customers within the European Union, the VAT information may be required. If you represent a company, check the <b>I'm purchasing as a business</b> option and provide the VAT information: your <em>Business name</em> and <em>VAT ID</em>.</li>
</ul>
</li>
<li>In the <b>Payment method</b> section, choose a payment method. The available methods may differ depending on your country, for example:
<ul>
<li>For United States, the <b>Card</b> is selected by default.</li>
<li>For European countries, you can choose <b>Card</b> or <b>SEPA Direct Debit</b>.</li>
</ul>
<p>If you select the <b>Card</b>, specify the information about the card you want to use to pay for the subscription:</p>
<ul>
<li>Enter your <b>Card number</b>.</li>
<li>Enter your <b>Card expiration date</b> (month and year).</li>
<li>Enter your card <b>CVC code</b> (the last three digits located on the back of the card. For the American Express cards, it is a four-digit code printed on the front side of the card, to the right and above the card number).</li>
</ul>
</li>
<li>Click the <b>Subscribe</b> button.</li>
</ol>
</li>--%>
</ul>
</div>
</div>
</div>

View File

@ -0,0 +1,166 @@
<%@ 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 using the provided script";
MetaKeyWords = "";
MetaDescription = "";
var guides = new GuidesModel();
guides.TitleVideo = "How to deploy ONLYOFFICE DocSpace on your server using the provided script";
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Installing ONLYOFFICE DocSpace <%= ((BasePage)Page).EditionVersion %> using the provided script</h1>
<div class="video_ground video_trips">
<h2 id="introduction">Introduction</h2>
<div class="block_of_step">
<div class="video_text">
<p><b>ONLYOFFICE DocSpace</b> is a document hub where you can connect users and documents in one place to boost collaboration.</p>
<p><b>Functionality</b></p>
<ul>
<li>Creating rooms for collaboration with flexible access permissions: viewing, reviewing, filling forms, editing.</li>
<li>Creating and editing documents, spreadsheets, presentations, forms, PDFs, and ebooks. Viewing multimedia files.</li>
<li>Inviting users for collaboration: real-time co-editing, commenting, and communication via chat or video calls within online editors.</li>
<li>Storing and managing personal documents within a dedicated space.</li>
<li>Managing rooms: adding files, inviting members and assigning permission levels, viewing detailed info and recent activities, archiving rooms.</li>
<li>Configuring integration features: connecting external services and storages. Currently, third-party storages can be used for performing backup only.</li>
<li>Using customization and branding features.</li>
<li>Setting up security features: backup and restore, two-factor authentication, IP security, audit trail and more.</li>
</ul>
<p><b>ONLYOFFICE DocSpace</b> <b><%= ((BasePage)Page).EditionVersion %></b> can be installed using an automatic installation script for Linux operating systems with Docker installed. The script will set up Docker container with all the components necessary for <b>ONLYOFFICE DocSpace</b> <b><%= ((BasePage)Page).EditionVersion %></b> correct work and is easy to run, manage and update.</p>
<p>This guide will show you how to install <b>ONLYOFFICE DocSpace</b> <b><%= ((BasePage)Page).EditionVersion %></b> to your machine using the provided Docker script. Alternatively, you can run this script and select an option to install <b>ONLYOFFICE DocSpace</b> <b><%= ((BasePage)Page).EditionVersion %></b> from RPM/DEB packages.</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_HDD2/SysReqs_HDD2.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/SystemRequirements/SysReqs_Add_Hard2/SysReqs_Add_Hard2.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/SystemRequirements/SysReqs_OS2/SysReqs_OS2.ascx" /></li>
</ul>
</div>
</div>
<h2 id="GetImage">Getting ONLYOFFICE DocSpace script</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Download <b>ONLYOFFICE DocSpace</b> <b><%= ((BasePage)Page).EditionVersion %></b> Docker script file:</p>
<div class="community_display">
<pre><code>wget http://download.onlyoffice.com/docspace/docspace-install.sh
</code></pre>
</div>
<div class="enterprise_display">
<pre><code>wget http://download.onlyoffice.com/docspace/docspace-enterprise-install.sh
</code></pre>
</div>
<p>Once the download is finished, you can start the installation process.</p>
<div class="notehelp nh_notice">Please note that all installation actions must be performed with <b>root</b> rights.</div>
</div>
</div>
<h2 id="InstallingDEBRPM">Installing ONLYOFFICE DocSpace from DEB/RPM packages</h2>
<div class="block_of_step">
<div class="screen_text">
<p>To install <b>ONLYOFFICE DocSpace</b> <b><%= ((BasePage)Page).EditionVersion %></b>, run the following command:</p>
<div class="community_display">
<pre><code>bash docspace-install.sh package
</code></pre>
</div>
<div class="enterprise_display">
<pre><code>bash docspace-enterprise-install.sh package
</code></pre>
</div>
<p>You will be prompted to select the way you want to install ONLYOFFICE DocSpace. Type <b>N</b> and press <b>Enter</b> to install ONLYOFFICE DocSpace from DEB/RPM packages.</p>
<p>Once the installation is finished you can check <b>ONLYOFFICE DocSpace</b> for correct work. Open a browser and enter the <b>local network</b> computer IP address (please do not use either <span class="param-type">localhost</span> or <span class="param-type">127.0.0.1</span> network address for the same computer where you have <b>ONLYOFFICE DocSpace</b> <b><%= ((BasePage)Page).EditionVersion %></b> installed, use its IP address in the local network instead) to the browser address bar. <b>ONLYOFFICE DocSpace</b> <b><%= ((BasePage)Page).EditionVersion %></b> must be up and running indicating the successful installation.</p>
</div>
</div>
<h2 id="Installing">Installing ONLYOFFICE DocSpace using script</h2>
<div class="block_of_step">
<div class="screen_text">
<p>To install <b>ONLYOFFICE DocSpace</b> <b><%= ((BasePage)Page).EditionVersion %></b>, run the following command:</p>
<div class="community_display">
<pre><code>bash docspace-install.sh docker
</code></pre>
</div>
<div class="enterprise_display">
<pre><code>bash docspace-enterprise-install.sh docker
</code></pre>
</div>
<p>You will be prompted to select the way you want to install ONLYOFFICE DocSpace. Type <b>Y</b> and press <b>Enter</b> to install ONLYOFFICE DocSpace using Docker.</p>
<p>Once the installation is finished you can check <b>ONLYOFFICE DocSpace</b> for correct work. Open a browser and enter the <b>local network</b> computer IP address (please do not use either <span class="param-type">localhost</span> or <span class="param-type">127.0.0.1</span> network address for the same computer where you have <b>ONLYOFFICE DocSpace</b> <b><%= ((BasePage)Page).EditionVersion %></b> installed, use its IP address in the local network instead) to the browser address bar. <b>ONLYOFFICE DocSpace</b> <b><%= ((BasePage)Page).EditionVersion %></b> must be up and running indicating the successful installation.</p>
</div>
</div>
<h2 id="DispayingParametersDEBRPM">Displaying available script RPM/DEB parameters</h2>
<div class="block_of_step">
<div class="screen_text">
<p>To display the list of all available script RPM/DEB parameters, use the following command:</p>
<div class="community_display">
<pre><code>bash docspace-install.sh package -h
</code></pre>
</div>
<div class="enterprise_display">
<pre><code>bash docspace-enterprise-install.sh package -h
</code></pre>
</div>
<div class="community_display">
<p>To learn more on how to use all the available script RPM/DEB parameters, please refer to <a href="<%=VirtualPathUtility.ToAbsolute("~/docspace-community-install-rpm-deb-parameters.aspx")%>">this article</a>.</p>
</div>
<div class="enterprise_display">
<p>To learn more on how to use all the available script RPM/DEB parameters, please refer to <a href="<%=VirtualPathUtility.ToAbsolute("~/docspace-enterprise-install-rpm-deb-parameters.aspx")%>">this article</a>.</p>
</div>
</div>
</div>
<h2 id="DispayingParametersScript">Displaying available script Docker parameters</h2>
<div class="block_of_step">
<div class="screen_text">
<p>To display the list of all available script Docker parameters, use the following command:</p>
<div class="community_display">
<pre><code>bash docspace-install.sh docker -h
</code></pre>
</div>
<div class="enterprise_display">
<pre><code>bash docspace-enterprise-install.sh docker -h
</code></pre>
</div>
<div class="community_display">
<p>To learn more on how to use all the available script Docker parameters, please refer to <a href="<%=VirtualPathUtility.ToAbsolute("~/docspace-community-install-docker-parameters.aspx")%>">this article</a>.</p>
</div>
<div class="enterprise_display">
<p>To learn more on how to use all the available script Docker parameters, please refer to <a href="<%=VirtualPathUtility.ToAbsolute("~/docspace-enterprise-install-docker-parameters.aspx")%>">this article</a>.</p>
</div>
</div>
</div>
<div class="enterprise_display">
<h2 id="Registering">Registering your ONLYOFFICE DocSpace Enterprise version</h2>
<div class="block_of_step">
<div class="screen_text">
<p>If you bought <b>Enterprise version</b> and received the <b>license.lic</b> file, you can place it to your installation to obtain the software full version.</p>
<p>When you install ONLYOFFICE DocSpace using Docker, the <code>/app/onlyoffice/DocumentServer/data/</code> foder is automatically mounted when the container starts. Place the <b>license.lic</b> file to this folder.</p>
<p>When you install ONLYOFFICE DocSpace using DEB/RPM packages, place the <b>license.lic</b> file to the <code>/var/www/onlyoffice/Data/</code> foder.</p>
<p>After that your version of ONLYOFFICE DocSpace will become registered and full-featured.</p>
</div>
</div>
</div>
</div>

View File

@ -20,6 +20,13 @@
<li><a class="leftmenu_docscloud" href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-cloud-index.aspx")%>">ONLYOFFICE Docs Cloud Service</a></li>
</ul>
</li>
<li><a class="leftmenu_installationdocspace" href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-index.aspx")%>">ONLYOFFICE DocSpace</a>
<ul class="installationdocspace_expand_menu">
<li><a class="leftmenu_docspacecommunity" href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-community-index.aspx")%>">ONLYOFFICE DocSpace Community</a></li>
<li><a class="leftmenu_docspaceenterprise" href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-enterprise-index.aspx")%>">ONLYOFFICE DocSpace Enterprise</a></li>
<li><a class="leftmenu_docspacecloud" href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-cloud-index.aspx")%>">ONLYOFFICE DocSpace Cloud Service</a></li>
</ul>
</li>
<li><a class="leftmenu_installationdesktop" href="<%=VirtualPathUtility.ToAbsolute("~/installation/desktop-index.aspx")%>">ONLYOFFICE Desktop Editors</a></li>
<li><a class="leftmenu_installationmobile" href="<%=VirtualPathUtility.ToAbsolute("~/installation/mobile-index.aspx")%>">ONLYOFFICE Mobile Apps</a></li>
</ul>

View File

@ -0,0 +1,13 @@
<%@ Control Language="C#" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<div class="page_download_button">
<a target="_blank" class="button gray" href="https://www.onlyoffice.com/">
<asp:Literal runat="server" Text="<%$ Resources:Resource, Download %>" />
</a>
<span class="download_button_description">
<span class="download_button_header">
<asp:Literal runat="server" Text="<%$ Resources:Resource, DownloadServerHeader %>" />
</span>
<asp:Literal runat="server" Text="<%$ Resources:Resource, DownloadServerText %>" />
</span>
</div>

View File

@ -0,0 +1,13 @@
<%@ Control Language="C#" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<div class="page_download_button">
<a target="_blank" class="button gray" href="https://www.onlyoffice.com">
<asp:Literal runat="server" Text="<%$ Resources:Resource, Download %>" />
</a>
<span class="download_button_description">
<span class="download_button_header">
<asp:Literal runat="server" Text="<%$ Resources:Resource, DownloadServerHeader %>" />
</span>
<asp:Literal runat="server" Text="<%$ Resources:Resource, DownloadServerText %>" />
</span>
</div>

View File

@ -0,0 +1,13 @@
<%@ Control Language="C#" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<div class="page_download_button">
<a target="_blank" class="button gray" href="https://www.onlyoffice.com/docspace-registration.aspx?from=helpcenter">
<asp:Literal runat="server" Text="<%$ Resources:Resource, TryNow %>" />
</a>
<span class="download_button_description">
<span class="download_button_header">
<asp:Literal runat="server" Text="<%$ Resources:Resource, TryHeader %>" />
</span>
<asp:Literal runat="server" Text="<%$ Resources:Resource, TryText %>" />
</span>
</div>

View File

@ -0,0 +1,18 @@
<%@ Master Language="C#" MasterPageFile="~/Masters/ArticlePage.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content1" ContentPlaceHolderID="pagebodyidlink" runat="Server">
<asp:contentplaceholder id="pagebodyidpage" runat="server"></asp:contentplaceholder>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="breadstoplink" runat="Server">
<asp:contentplaceholder id="breadstop" runat="server"></asp:contentplaceholder>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="leftmenupagelink" runat="Server">
<asp:contentplaceholder id="leftmenupage" runat="server"></asp:contentplaceholder>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="contentlink" runat="Server">
<cc:LocalizeContent ID="LocalizeContent8" runat="Server" ControlName="~/Controls/Help/VariousControls/HelpLinks/InstallationLinks.ascx" />
</div>
<asp:contentplaceholder id="content" runat="server"></asp:contentplaceholder>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/DownloadButtons/ButtonsGroupedForPage/DocSpacePageButtons.ascx" />
</asp:Content>

View File

@ -0,0 +1,18 @@
<%@ Master Language="C#" MasterPageFile="~/Masters/ArticlePage.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content1" ContentPlaceHolderID="pagebodyidlink" runat="Server">
<asp:contentplaceholder id="pagebodyidpage" runat="server"></asp:contentplaceholder>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="breadstoplink" runat="Server">
<asp:contentplaceholder id="breadstop" runat="server"></asp:contentplaceholder>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="leftmenupagelink" runat="Server">
<asp:contentplaceholder id="leftmenupage" runat="server"></asp:contentplaceholder>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="contentlink" runat="Server">
<cc:LocalizeContent ID="LocalizeContent8" runat="Server" ControlName="~/Controls/Help/VariousControls/HelpLinks/InstallationLinks.ascx" />
</div>
<asp:contentplaceholder id="content" runat="server"></asp:contentplaceholder>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/DownloadButtons/ButtonsGroupedForPage/DocSpaceCEPageButtons.ascx" />
</asp:Content>

View File

@ -0,0 +1,18 @@
<%@ Master Language="C#" MasterPageFile="~/Masters/ArticlePage.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content1" ContentPlaceHolderID="pagebodyidlink" runat="Server">
<asp:contentplaceholder id="pagebodyidpage" runat="server"></asp:contentplaceholder>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="breadstoplink" runat="Server">
<asp:contentplaceholder id="breadstop" runat="server"></asp:contentplaceholder>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="leftmenupagelink" runat="Server">
<asp:contentplaceholder id="leftmenupage" runat="server"></asp:contentplaceholder>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="contentlink" runat="Server">
<cc:LocalizeContent ID="LocalizeContent8" runat="Server" ControlName="~/Controls/Help/VariousControls/HelpLinks/InstallationLinks.ascx" />
</div>
<asp:contentplaceholder id="content" runat="server"></asp:contentplaceholder>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/DownloadButtons/ButtonsGroupedForPage/DocSpaceEEPageButtons.ascx" />
</asp:Content>

View File

@ -715,6 +715,10 @@
.docs_enterprise_edition #navitem_server,
.developer_edition #navitem_server,
.docs_cloud #navitem_server,
.installation_docspace #navitem_server,
.docspace_community_edition #navitem_server,
.docspace_enterprise_edition #navitem_server,
.docspace_cloud #navitem_server,
.community_server #navitem_server,
.mail_server #navitem_server,
.xmpp_server #navitem_server,

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,11 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationList.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content5" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="docspace_cloud">
</asp:Content>
<asp:Content ID="Content6" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Installation/DocSpaceSaas.ascx" />
</asp:Content>
<asp:Content ID="content7" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="installationdocspace">
</asp:Content>

View File

@ -0,0 +1,11 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationDocSpaceArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="docspace_cloud">
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/DocSpace/DocSpaceCloudRegistration/DocSpaceCloudRegistration.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="installationdocspace">
</asp:Content>

View File

@ -0,0 +1,11 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationList.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content1" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="docspace_community_edition">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Installation/DocSpaceCommunity.ascx" />
</asp:Content>
<asp:Content ID="content4" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="installationdocspace">
</asp:Content>

View File

@ -0,0 +1,12 @@
<%@ 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 = "Community"; %>
<body class="docker_version docspace_community_edition">
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/DocSpace/DocSpaceScript/DocSpaceScript.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="installationdocspace">
</asp:Content>

View File

@ -0,0 +1,11 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationList.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content1" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="docspace_enterprise_edition">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Installation/DocSpaceEnterprise.ascx" />
</asp:Content>
<asp:Content ID="content4" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="installationdocspace">
</asp:Content>

View File

@ -0,0 +1,12 @@
<%@ 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 = "Enterprise"; %>
<body class="docker_version docspace_enterprise_edition">
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/DocSpace/DocSpaceScript/DocSpaceScript.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="installationdocspace">
</asp:Content>

View File

@ -0,0 +1,11 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationList.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content1" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="installation_docspace">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Installation/DocSpace.ascx" />
</asp:Content>
<asp:Content ID="content4" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="installationdocspace">
</asp:Content>