Typo in Chinese installation guides.

This commit is contained in:
Zhang Huangbin 2016-10-22 00:12:49 +08:00
parent 305720530a
commit 3306134863
4 changed files with 12 additions and 14 deletions

View File

@ -110,11 +110,10 @@ mx.example.com
<p>现在可以运行 iRedMail 安装程序了,它会问你几个简单的问题,仅此而已。</p>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>由于 iredmail.org 域名在国内无法访问,所以需要指定 <code>IREDMAIL_MIRROR</code> 参数
使用另外的镜像站点。</p>
<p>由于 iredmail.org 域名在国内无法访问,所以需要指定 <code>IREDMAIL_MIRROR</code> 参数使用 IP 地址。</p>
</div>
<pre><code># cd /root/iRedMail-x.y.z/
# IREDMAIL_MIRROR='http://42.159.241.31' bash iRedMail.sh
# IREDMAIL_MIRROR='http://173.254.22.21' bash iRedMail.sh
</code></pre>
<h2 id="_3">安装过程的截图</h2>

View File

@ -121,12 +121,13 @@ mx.example.com
<p>现在可以运行 iRedMail 安装程序了,它会问你几个简单的问题,仅此而已。</p>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>由于 iredmail.org 域名在国内无法访问,所以需要指定 <code>IREDMAIL_MIRROR</code> 参数
使用国内镜像站点。<code>IREDMAIL_EPEL_MIRROR</code> 参数则是为了加快安装速度而选择的
国内阿里云提供的 EPEL 软件包仓库镜像。</p>
<ul>
<li>由于 iredmail.org 域名在国内无法访问,所以需要指定 <code>IREDMAIL_MIRROR</code> 参数使用 IP 地址。</li>
<li>IREDMAIL_EPEL_MIRROR` 参数则是为了加快安装速度而选用阿里云提供的 EPEL 软件包仓库镜像。</li>
</ul>
</div>
<pre><code># cd /root/iRedMail-x.y.z/
# IREDMAIL_MIRROR='http://42.159.241.31' IREDMAIL_EPEL_MIRROR='http://mirrors.aliyun.com/epel' bash iRedMail.sh
# IREDMAIL_MIRROR='http://173.254.22.21' IREDMAIL_EPEL_MIRROR='http://mirrors.aliyun.com/epel' bash iRedMail.sh
</code></pre>
<h2 id="_3">安装过程的截图</h2>

View File

@ -84,12 +84,11 @@ mx.example.com
!!! warning
由于 iredmail.org 域名在国内无法访问,所以需要指定 `IREDMAIL_MIRROR` 参数
使用另外的镜像站点。
由于 iredmail.org 域名在国内无法访问,所以需要指定 `IREDMAIL_MIRROR` 参数使用 IP 地址。
```
# cd /root/iRedMail-x.y.z/
# IREDMAIL_MIRROR='http://42.159.241.31' bash iRedMail.sh
# IREDMAIL_MIRROR='http://173.254.22.21' bash iRedMail.sh
```
## 安装过程的截图

View File

@ -101,13 +101,12 @@ SELINUX=permissive
!!! warning
由于 iredmail.org 域名在国内无法访问,所以需要指定 `IREDMAIL_MIRROR` 参数
使用国内镜像站点。`IREDMAIL_EPEL_MIRROR` 参数则是为了加快安装速度而选择的
国内阿里云提供的 EPEL 软件包仓库镜像。
* 由于 iredmail.org 域名在国内无法访问,所以需要指定 `IREDMAIL_MIRROR` 参数使用 IP 地址。
* IREDMAIL_EPEL_MIRROR` 参数则是为了加快安装速度而选用阿里云提供的 EPEL 软件包仓库镜像。
```
# cd /root/iRedMail-x.y.z/
# IREDMAIL_MIRROR='http://42.159.241.31' IREDMAIL_EPEL_MIRROR='http://mirrors.aliyun.com/epel' bash iRedMail.sh
# IREDMAIL_MIRROR='http://173.254.22.21' IREDMAIL_EPEL_MIRROR='http://mirrors.aliyun.com/epel' bash iRedMail.sh
```
## 安装过程的截图