Added Installing Community Server using Docker Compose article

This commit is contained in:
Ilya Sobolev 2020-09-24 16:30:41 +03:00
parent 3fb5e357fe
commit a87cbf555a
22 changed files with 144 additions and 49 deletions

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_docker sm_server sm_community" id="link_70056" title=""
href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/community/docker-compose-installation.aspx")%>">Installing Community Server using Docker Compose</a>

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_docker sm_server sm_community" id="link_70056" title=""
href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/community/docker-compose-installation.aspx")%>">Установка Сервера совсестной работы при помощи Docker Compose</a>

View File

@ -39,9 +39,9 @@
<li>tap the
<img alt="Insert object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/insertobject.png")%>" />
icon at the top toolbar, to open the new object insertion panel,</li>
<li>the
<img alt="Insert table" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/table.png")%>" />
<b>Table</b> tab is activated by default. Select one of the available table templates. Each template combines certain formatting parameters, such as a background color, border style, row/column banding etc. Swipe right or left to see more templates.</li>
<li>Tap the
<img alt="Insert table" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/table_icon.png")%>" /> icon
to enter the <b>Table</b> tab and select one of the available table templates. Each template combines certain formatting parameters, such as a background color, border style, row/column banding etc. Swipe right or left to see more templates.</li>
</ol>
<p>The 3 by 4 cell table with the corresponding style applied will be added. Now you can change its properties and position.</p>
<p>Tap within a cell to place the insertion point in it and start entering data. To select a cell, tap it. To select a range of cells, tap a cell and drag the selection handles.</p>

View File

@ -31,6 +31,7 @@
<h2>Installing</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70002_community_installation/70002_community_installation.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70056_community_installation_compose/70056_community_installation_compose.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70010_migrate_from_linux/70010_migrate_from_linux.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70021_migrate_to_linux/70021_migrate_to_linux.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70045_install_docker_integrated_community/70045_install_docker_integrated_community.ascx" /></li>

View File

@ -31,6 +31,7 @@
<h2>Установка</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70002_community_installation/70002_community_installation.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70056_community_installation_compose/70056_community_installation_compose.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70010_migrate_from_linux/70010_migrate_from_linux.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70021_migrate_to_linux/70021_migrate_to_linux.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70045_install_docker_integrated_community/70045_install_docker_integrated_community.ascx" /></li>

View File

@ -0,0 +1,50 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Installing Community Server using Docker Compose";
MetaKeyWords = "Docker, Docker Compose, Community Server";
MetaDescription = "";
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Installing Community Server using Docker Compose</h1>
<cc:localizecontent runat="Server" controlname="~/Controls/Help/VariousControls/Versions/CommunityServer/CommunityServerDocker_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/install-ONLYOFFICE/install-ONLYOFFICE.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/community-server/community-server.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/docker-version/docker-version.ascx" /></li>
</ul>
</div>
<h2 id="Introduction">Introduction</h2>
<div class="block_of_step">
<div class="screen_text">
<p>If you need to quickly install the <b>Сommunity Server</b>, then the installation via Docker Compose will suit you.</p>
<p>Alternatively, you can use an automatic installation script to install the whole <b>Community Edition</b> at once. For the mail server correct work you need to specify its hostname <code>yourdomain.com</code>.</p>
<h2 id="InstallDockerCompose">Step 1. Install Docker Compose</h2>
<p>Visit the official <a target="_blank" href="https://docs.docker.com/compose/install/#installing-compose">Docker Compose</a> page and follow the installation instructions.</p>
<h2 id="DownloadTheFile">Step 2. Download the installation script file</h2>
<p>After Docker Compose has been instaleld, execute the following command:</p>
<pre><code>wget https://download.onlyoffice.com/install/opensource-install.sh
</code></pre>
<h2 id="InstallCommunityEdition">Step 3. Install Community Edition</h2>
<p>Run the following command to do that:</p>
<pre><code>bash opensource-install.sh -md yourdomain.com
</code></pre>
<p>Or you can use <a target="_blank" href="https://docs.docker.com/compose/install/#installing-compose">Docker Compose</a> to install the whole <b>Community Edition</b> at once. First you need to clone the <a target="_blank" href="https://github.com/ONLYOFFICE/Docker-CommunityServer/">GitHub repository</a>:</p>
<pre><code>git clone https://github.com/ONLYOFFICE/Docker-CommunityServer</code></pre>
<p>After that switch to the repository folder:</p>
<pre><code>cd Docker-CommunityServer</code></pre>
<p>For the mail server correct work clone open the <a target="_blank" href="https://github.com/ONLYOFFICE/Docker-CommunityServer/blob/master/docker-compose.yml">docker-compose.yml file</a> and replace the <code>${MAIL_SERVER_HOSTNAME}</code> variable with your own hostname for the <b>Mail Server</b>. After that, assuming you have docker-compose installed, execute the following command:</p>
<pre><code>wget link-to-your-modified-docker-compose/docker-compose.yml
docker-compose up -d
</code></pre>
</div>
</div>
</div>

View File

@ -0,0 +1,51 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Установка Сервера совсестной работы при помощи Docker Compose";
MetaKeyWords = "Docker, Docker Compose, Сервер совместной работы";
MetaDescription = "";
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Установка Сервера совсестной работы при помощи Docker Compose</h1>
<cc:localizecontent runat="Server" controlname="~/Controls/Help/VariousControls/Versions/CommunityServer/CommunityServerDocker_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/install-ONLYOFFICE/install-ONLYOFFICE.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/community-server/community-server.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/docker-version/docker-version.ascx" /></li>
</ul>
</div>
<h2 id="Introduction">Введение</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Если вам нужно быстро установить <b>Сервер совместной работы</b>, то вам подойдет установка при помощи Docker Compose.</p>
<p>Вы также можете использовать скрипт автоматической установки, чтобы установить все модули версии <b>Community Edition</b> сразу. Для корректной работы почтового сервера необходимо указать имя хоста <code>yourdomain.com</code>.</p>
<h2 id="InstallDockerCompose">Шаг 1. Установите Docker Compose</h2>
<p>Перейдите на официальную страницу <a target="_blank" href="https://docs.docker.com/compose/install/#installing-compose">Docker Compose</a> и следуйте инструкциям по установке.</p>
<h2>Шаг 2: Скачайте файл установочного скрипта</h2>
<p>После установки утилиты docker-compose выполните следующую команду:</p>
<pre><code>wget https://download.onlyoffice.com/install/opensource-install.sh
</code></pre>
<h2>Шаг 3: Установите Community Edition</h2>
<p>Для этого выполните следующую команду:</p>
<pre><code>bash opensource-install.sh -md yourdomain.com
</code></pre>
<p>Вы также можете использовать утилиту <a target="_blank" href="https://docs.docker.com/compose/install/#installing-compose">docker-compose</a>, чтобы установить все модули версии <b>Community Edition</b> сразу. Сначала нужно клонировать <a target="_blank" href="https://github.com/ONLYOFFICE/Docker-CommunityServer/">репозиторий GitHub</a>:</p>
<pre><code>git clone https://github.com/ONLYOFFICE/Docker-CommunityServer</code></pre>
<p>Затем перейдите в папку репозитория:</p>
<pre><code>cd Docker-CommunityServer</code></pre>
<p>Для корректной работы почтового сервера откройте <a target="_blank" href="https://github.com/ONLYOFFICE/Docker-CommunityServer/blob/master/docker-compose.yml">файл docker-compose.yml</a> и замените переменную <code>${MAIL_SERVER_HOSTNAME}</code> значением для вашего собственного <b>Почтового сервера</b>. После этого и после установки утилиты docker-compose выполните следующую команду:</p>
<pre><code>wget link-to-your-modified-docker-compose/docker-compose.yml
docker-compose up -d
</code></pre>
</div>
</div>
</div>

View File

@ -132,26 +132,4 @@
<p><b>Community Server</b> is a part of <b>ONLYOFFICE Community Edition</b> that comprises also <b>Document Server</b> and <b>Mail Server</b>. In case you want to install all of them and integrate with each other, read <a href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/community/install-integrated.aspx")%>">these instructions</a>.</p>
</div>
</div>
<h2 id="AlternativeInstallation">Alternative ways to install Community Server</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Alternatively, you can use an automatic installation script to install the whole <b>Community Edition</b> at once. For the mail server correct work you need to specify its hostname <code>yourdomain.com</code>.</p>
<h6><b>STEP 1</b>: Download the installation script file</h6>
<p>Assuming you have docker-compose installed, execute the following command:</p>
<pre><code>wget https://download.onlyoffice.com/install/opensource-install.sh
</code></pre>
<h6><b>STEP 2</b>: Install Community Edition</h6>
<p>Run the following command to do that:</p>
<pre><code>bash opensource-install.sh -md yourdomain.com
</code></pre>
<p>Or you can use <a target="_blank" href="https://docs.docker.com/compose/install/#installing-compose">docker-compose</a> to install the whole <b>Community Edition</b> at once. First you need to clone the <a target="_blank" href="https://github.com/ONLYOFFICE/Docker-CommunityServer/">GitHub repository</a>:</p>
<pre><code>git clone https://github.com/ONLYOFFICE/Docker-CommunityServer</code></pre>
<p>After that switch to the repository folder:</p>
<pre><code>cd Docker-CommunityServer</code></pre>
<p>For the mail server correct work clone open the <a target="_blank" href="https://github.com/ONLYOFFICE/Docker-CommunityServer/blob/master/docker-compose.yml">docker-compose.yml file</a> and replace the <code>${MAIL_SERVER_HOSTNAME}</code> variable with your own hostname for the <b>Mail Server</b>. After that, assuming you have docker-compose installed, execute the following command:</p>
<pre><code>wget link-to-your-modified-docker-compose/docker-compose.yml
docker-compose up -d
</code></pre>
</div>
</div>
</div>

View File

@ -134,26 +134,4 @@
<p><b>Сервер совместной работы</b> входит в состав версии <b>ONLYOFFICE Community Edition</b>, которая также включает в себя <b>Сервер документов</b> и <b>Почтовый сервер</b>. Если вы хотите установить их все и интегрировать друг с другом, обратитесь к <a href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/community/install-integrated.aspx")%>">этим инструкциям</a>.</p>
</div>
</div>
<h2 id="AlternativeInstallation">Альтернативные способы установки Сервера совместной работы</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Вы также можете использовать скрипт автоматической установки, чтобы установить все модули версии <b>Community Edition</b> сразу. Для корректной работы почтового сервера необходимо указать имя хоста <code>yourdomain.com</code>.</p>
<h6><b>ШАГ 1</b>: Скачайте файл установочного скрипта</h6>
<p>После установки утилиты docker-compose выполните следующую команду:</p>
<pre><code>wget https://download.onlyoffice.com/install/opensource-install.sh
</code></pre>
<h6><b>ШАГ 2</b>: Установите Community Edition</h6>
<p>Для этого выполните следующую команду:</p>
<pre><code>bash opensource-install.sh -md yourdomain.com
</code></pre>
<p>Вы также можете использовать утилиту <a target="_blank" href="https://docs.docker.com/compose/install/#installing-compose">docker-compose</a>, чтобы установить все модули версии <b>Community Edition</b> сразу. Сначала нужно клонировать <a target="_blank" href="https://github.com/ONLYOFFICE/Docker-CommunityServer/">репозиторий GitHub</a>:</p>
<pre><code>git clone https://github.com/ONLYOFFICE/Docker-CommunityServer</code></pre>
<p>Затем перейдите в папку репозитория:</p>
<pre><code>cd Docker-CommunityServer</code></pre>
<p>Для корректной работы почтового сервера откройте <a target="_blank" href="https://github.com/ONLYOFFICE/Docker-CommunityServer/blob/master/docker-compose.yml">файл docker-compose.yml</a> и замените переменную <code>${MAIL_SERVER_HOSTNAME}</code> значением для вашего собственного <b>Почтового сервера</b>. После этого и после установки утилиты docker-compose выполните следующую команду:</p>
<pre><code>wget link-to-your-modified-docker-compose/docker-compose.yml
docker-compose up -d
</code></pre>
</div>
</div>
</div>

View File

@ -39,6 +39,7 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60029_switch_talk_to_tls/60029_switch_talk_to_tls.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60020_network_settings/60020_network_settings.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70002_community_installation/70002_community_installation.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70056_community_installation_compose/70056_community_installation_compose.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70021_migrate_to_linux/70021_migrate_to_linux.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70010_migrate_from_linux/70010_migrate_from_linux.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70045_install_docker_integrated_community/70045_install_docker_integrated_community.ascx" /></li>

View File

@ -39,6 +39,7 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60029_switch_talk_to_tls/60029_switch_talk_to_tls.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60020_network_settings/60020_network_settings.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70002_community_installation/70002_community_installation.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70056_community_installation_compose/70056_community_installation_compose.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70021_migrate_to_linux/70021_migrate_to_linux.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70010_migrate_from_linux/70010_migrate_from_linux.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70045_install_docker_integrated_community/70045_install_docker_integrated_community.ascx" /></li>

View File

@ -16,6 +16,7 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/MoreArticlesBtn/MoreArticlesBtn.ascx" />
<ul class="moreTaggedArticles">
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70010_migrate_from_linux/70010_migrate_from_linux.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70056_community_installation_compose/70056_community_installation_compose.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70021_migrate_to_linux/70021_migrate_to_linux.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70045_install_docker_integrated_community/70045_install_docker_integrated_community.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70009_upgrade_docker/70009_upgrade_docker.ascx" /></li>

View File

@ -16,6 +16,7 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/MoreArticlesBtn/MoreArticlesBtn.ascx" />
<ul class="moreTaggedArticles">
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70010_migrate_from_linux/70010_migrate_from_linux.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70056_community_installation_compose/70056_community_installation_compose.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70021_migrate_to_linux/70021_migrate_to_linux.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70045_install_docker_integrated_community/70045_install_docker_integrated_community.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70009_upgrade_docker/70009_upgrade_docker.ascx" /></li>

View File

@ -26,6 +26,7 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60036_documents_installation_snap/60036_documents_installation_snap.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70054_deploy_community_in_digitalocean/70054_deploy_community_in_digitalocean.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70002_community_installation/70002_community_installation.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70056_community_installation_compose/70056_community_installation_compose.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70045_install_docker_integrated_community/70045_install_docker_integrated_community.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70003_documents_installation/70003_documents_installation.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70031_document_server_docker_compose/70031_document_server_docker_compose.ascx" /></li>

View File

@ -26,6 +26,7 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60036_documents_installation_snap/60036_documents_installation_snap.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70054_deploy_community_in_digitalocean/70054_deploy_community_in_digitalocean.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70002_community_installation/70002_community_installation.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70056_community_installation_compose/70056_community_installation_compose.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70045_install_docker_integrated_community/70045_install_docker_integrated_community.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70003_documents_installation/70003_documents_installation.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70031_document_server_docker_compose/70031_document_server_docker_compose.ascx" /></li>

View File

@ -88,6 +88,7 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DeveloperEdition/150010_de_AMI/150010_de_AMI.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70002_community_installation/70002_community_installation.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70056_community_installation_compose/70056_community_installation_compose.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70021_migrate_to_linux/70021_migrate_to_linux.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70010_migrate_from_linux/70010_migrate_from_linux.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70045_install_docker_integrated_community/70045_install_docker_integrated_community.ascx" /></li>

View File

@ -86,6 +86,7 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DeveloperEdition/150010_de_AMI/150010_de_AMI.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70002_community_installation/70002_community_installation.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70056_community_installation_compose/70056_community_installation_compose.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70021_migrate_to_linux/70021_migrate_to_linux.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70010_migrate_from_linux/70010_migrate_from_linux.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70045_install_docker_integrated_community/70045_install_docker_integrated_community.ascx" /></li>

View File

@ -80,6 +80,7 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60023_document_troubleshooting/60023_document_troubleshooting.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70002_community_installation/70002_community_installation.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70056_community_installation_compose/70056_community_installation_compose.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70021_migrate_to_linux/70021_migrate_to_linux.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70010_migrate_from_linux/70010_migrate_from_linux.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70045_install_docker_integrated_community/70045_install_docker_integrated_community.ascx" /></li>

View File

@ -81,6 +81,7 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60023_document_troubleshooting/60023_document_troubleshooting.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70002_community_installation/70002_community_installation.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70056_community_installation_compose/70056_community_installation_compose.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70021_migrate_to_linux/70021_migrate_to_linux.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70010_migrate_from_linux/70010_migrate_from_linux.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70045_install_docker_integrated_community/70045_install_docker_integrated_community.ascx" /></li>

View File

@ -29,7 +29,7 @@
<li>specify a <a href="../UsageInstructions/SavePrintDownload.htm#printarea" onclick="onhyperlinkclick(this)">print area</a>,</li>
<li>insert <a href="../UsageInstructions/InsertHeadersFooters.htm" onclick="onhyperlinkclick(this)">headers or footers</a>,</li>
<li><a href="../UsageInstructions/ScaleToFit.htm" onclick="onhyperlinkclick(this)">scale</a> a worksheet,</li>
<li>specify if you want to <a href="../UsageInstructions/SavePrintDownload.htm#print" onclick="onhyperlinkclick(this)">print titles</a>,</li>
<li><a href="../UsageInstructions/SavePrintDownload.htm#printtitles" onclick="onhyperlinkclick(this)">print titles</a> on a page,</li>
<li>align and arrange objects (<a href="../UsageInstructions/InsertImages.htm" onclick="onhyperlinkclick(this)">images</a>, <a href="../UsageInstructions/InsertChart.htm" onclick="onhyperlinkclick(this)">charts</a>, <a href="../UsageInstructions/InsertAutoshapes.htm" onclick="onhyperlinkclick(this)">shapes</a>).</li>
</ul>
</div>

View File

@ -61,7 +61,7 @@
<p class="note"><b>Note</b>: you can also adjust the print settings on the <b>Advanced Settings...</b> page: click the <b>File</b> tab of the top toolbar and follow <b>Advanced Settings...</b> &gt;&gt; <b>Page Settings</b>.<br />Some of these settings (page <b>Margins</b>, <b>Orientation</b>, <b>Size</b>, <b>Print Area</b> as well as <a href="ScaleToFit.htm" onclick="onhyperlinkclick(this)"><b>Scale to Fit</b></a>) are also available on the <b>Layout</b> tab of the top toolbar.</p>
<p><img alt="Print Settings window" src="../images/printsettingswindow.png" /></p>
<p>Here you can adjust the following parameters:</p>
<ul>
<ul id="printtitles">
<li><b>Print Range</b> - specify what to print: the whole <b>Current Sheet</b>, <b>All Sheets</b> of your spreadsheet or previously selected range of cells (<b>Selection</b>),
<p>If you previously set a constant print area but want to print the entire sheet, check the <b>Ignore Print Area</b> box.</p>
</li>

View File

@ -0,0 +1,20 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Server/CS_Articles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="docker_version community_server">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/CommunityDockerTop/CommunityDockerTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Docker/Community/DockerComposeInstallation/DockerComposeInstallation.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="guidespage general">
<div id="SeeAlsoBlockLinks">
<div class="caption guides">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/070_configuration/070_configuration.ascx" />
</div>
</div>
</asp:Content>