Updates: corrected the article about the installation of Community Edition on Docker

This commit is contained in:
alexandervnuchkov 2019-04-22 18:46:34 +03:00
parent 1c08408129
commit 8b857bccb3
2 changed files with 10 additions and 2 deletions

View File

@ -144,7 +144,11 @@
<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. For the mail server correct work clone the <a target="_blank" href="https://github.com/ONLYOFFICE/Docker-CommunityServer/">GitHub repository</a>, 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>
<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>

View File

@ -146,7 +146,11 @@
<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>, откройте <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>
<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>