helpcenter/Web/Controls/Help/Video/DocumentServer/InstallDocsDocker/InstallDocsDocker.ascx

23 lines
1.1 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "How to deploy ONLYOFFICE Docs on your server using Docker";
MetaKeyWords = "online editors, install docs, document server";
MetaDescription = "Learn how to get powerful online editors ONLYOFFICE Docs ready on your server using Docker. It is super easy and won't take more than a couple of minutes!";
}
</script>
<div class="MainHelpCenter main_buscall_container video">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">How to deploy ONLYOFFICE Docs on your server using Docker</h1>
<div class="bigVideoCont">
<iframe src="https://www.youtube.com/embed/S4lBPslNUzw?wmode=transparent" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<p>Learn how to get powerful online editors ONLYOFFICE Docs ready on your server using Docker. It is super easy and won't take more than a couple of minutes!</p>
</div>
</div>