мелкие правки по статье о параметрах скрипта установки серверной версии

This commit is contained in:
alexandervnuchkov 2016-08-30 17:08:01 +03:00
parent f67cebfc13
commit 9737f074a3

View File

@ -51,7 +51,7 @@
<h2 id="ContainerName">Container name parameters</h2>
<div class="block_of_step">
<div class="screen_text">
<table class="table_portslist">
<table class="table_portslist script_parameters">
<tbody>
<tr>
<th>Parameter</th>
@ -86,7 +86,7 @@
<h2 id="ImageName">Image name parameters</h2>
<div class="block_of_step">
<div class="screen_text">
<table class="table_portslist">
<table class="table_portslist script_parameters">
<tbody>
<tr>
<th>Parameter</th>
@ -124,7 +124,7 @@
<h2 id="Version">Version parameters</h2>
<div class="block_of_step">
<div class="screen_text">
<table class="table_portslist">
<table class="table_portslist script_parameters">
<tbody>
<tr>
<th>Parameter</th>
@ -151,7 +151,7 @@
<p>These parameters can be used to install a certain component version if for some reasons you do not want to install the latest version available in the repository. By default, an image tagged as <code>latest</code> is used to run each component container.</p>
<h4>Example</h4>
<p>Open the <a target="_blank" class="links" href="https://hub.docker.com/u/onlyoffice4enterprise/">Docker Hub</a> repository in your browser, select the necessary component and go to the <b>Tags</b> tab to view all the tags available in the repository. Specify the version you want to install for the necessary components:</p>
<pre><code>bash enterprise-install.sh -ics true -cv 8.7.279 -ids false -icp true -cpv 1.0.9 -ims true -md yourdomain.com
<pre><code>bash enterprise-install.sh -ics true -cv 8.7.279 -ids false -icp true -cpv 1.0.9 -ims true -md "yourdomain.com"
</code></pre>
<p>This will install the <b>Community Server</b> 8.7.279 version, the <b>Control Panel</b> 1.0.9 version and the latest version of <b>Mail Server</b> as its version has not been specified explicitly.</p>
</div>
@ -160,7 +160,7 @@
<h2 id="ServerIP">Server IP parameters</h2>
<div class="block_of_step">
<div class="screen_text">
<table class="table_portslist">
<table class="table_portslist script_parameters">
<tbody>
<tr>
<th>Parameter</th>
@ -191,7 +191,7 @@
<h2 id="MailDomain">Mail domain name parameter</h2>
<div class="block_of_step">
<div class="screen_text">
<table class="table_portslist">
<table class="table_portslist script_parameters">
<tbody>
<tr>
<th>Parameter</th>
@ -205,7 +205,7 @@
</table>
<p>This parameter is used to specify your own domain name that will be used for <b>Mail Server</b>.</p>
<h4>Example</h4>
<pre><code>bash enterprise-install.sh -md yourdomain.com
<pre><code>bash enterprise-install.sh -md "yourdomain.com"
</code></pre>
<p>This will install all the <b><span class="enterprise_display">Enterprise</span><span class="community_display">Community</span> Edition</b> components including <b>Mail Server</b> associated with <code>yourdomain.com</code> domain name.</p>
</div>
@ -214,7 +214,7 @@
<h2 id="Update">Update parameter</h2>
<div class="block_of_step">
<div class="screen_text">
<table class="table_portslist">
<table class="table_portslist script_parameters">
<tbody>
<tr>
<th>Parameter</th>
@ -230,7 +230,7 @@
</table>
<p>This parameter is used to install the latest versions of the necessary components if the corresponding components installed on your machine are outdated.</p>
<h4>Example</h4>
<pre><code>bash enterprise-install.sh -md yourdomain.com -u true
<pre><code>bash enterprise-install.sh -md "yourdomain.com" -u true
</code></pre>
<p>This will consequently stop each container (<b>Document Server</b>, <b>Mail Server</b>, <b>Control Panel</b> and <b>Community Server</b>), remove it and then run the latest version of the corresponding <b><span class="enterprise_display">Enterprise</span><span class="community_display">Community</span> Edition</b> component. If you have skipped some components during the previous installation, they will also be downloaded and installed. The portal data should be picked up automatically.</p>
</div>
@ -239,7 +239,7 @@
<h2 id="Credentials">Credentials parameters</h2>
<div class="block_of_step">
<div class="screen_text">
<table class="table_portslist">
<table class="table_portslist script_parameters">
<tbody>
<tr>
<th>Parameter</th>
@ -257,7 +257,7 @@
</table>
<p>These parameters are used in case we provide you credentials to access a test repository so that you can run containers from images stored in it.</p>
<h4>Example</h4>
<pre><code>bash enterprise-install.sh -md yourdomain.com -un username -p password
<pre><code>bash enterprise-install.sh -md "yourdomain.com" -un username -p password
</code></pre>
</div>
</div>
@ -265,7 +265,7 @@
<h2 id="ComponentInstallation">Component installation parameters</h2>
<div class="block_of_step">
<div class="screen_text">
<table class="table_portslist">
<table class="table_portslist script_parameters">
<tbody>
<tr>
<th>Parameter</th>
@ -316,7 +316,7 @@
<h2 id="ExternalServer">Usage as external server parameter</h2>
<div class="block_of_step">
<div class="screen_text">
<table class="table_portslist">
<table class="table_portslist script_parameters">
<tbody>
<tr>
<th>Parameter</th>
@ -336,7 +336,7 @@
<li>Use the <code>false</code> value when installing <b>Community Server</b> together with <b>Control Panel</b> on a separate machine.</li>
</ul>
<h4>Examples</h4>
<pre><code>bash enterprise-install.sh -ics false -ids false -icp false -ims true -md yourdomain.com -es true
<pre><code>bash enterprise-install.sh -ics false -ids false -icp false -ims true -md "yourdomain.com" -es true
</code></pre>
<p>This will skip the installation of <b>Document Server</b>, <b>Community Server</b> and <b>Control Panel</b> and will install <b>Mail Server</b> only.</p>
<pre><code>bash enterprise-install.sh -ics true -icp true -ids false -ims false -dip 192.168.3.202 -es false
@ -348,7 +348,7 @@
<h2 id="ServiceCount">Service count parameter</h2>
<div class="block_of_step">
<div class="screen_text">
<table class="table_portslist">
<table class="table_portslist script_parameters">
<tbody>
<tr>
<th>Parameter</th>
@ -370,7 +370,7 @@
<h2 id="OpenSource">Open source parameter</h2>
<div class="block_of_step">
<div class="screen_text">
<table class="table_portslist">
<table class="table_portslist script_parameters">
<tbody>
<tr>
<th>Parameter</th>
@ -379,7 +379,7 @@
</tr>
<tr>
<td><code>-os, --opensource</code></td>
<td>install opensource version</td>
<td>install open source version</td>
<td><code>true|false</code></td>
</tr>
</tbody>