Update mlmmjadmin version number: 1.9 -> 2.0.

This commit is contained in:
Zhang Huangbin 2019-01-22 12:39:19 +08:00
parent 58087091b1
commit 2cf04fd56f
10 changed files with 41 additions and 41 deletions

View File

@ -230,14 +230,14 @@ We will setup `mlmmjadmin` program to make managing mailing lists easier.
!!! attention
We use version `1.9` for example below.
We use version `2.0` for example below.
```
cd /root/
wget https://github.com/iredmail/mlmmjadmin/archive/1.9.tar.gz
tar zxf 1.9.tar.gz -C /opt
rm -f 1.9.tar.gz
ln -s /opt/mlmmjadmin-1.9 /opt/mlmmjadmin
wget https://github.com/iredmail/mlmmjadmin/archive/2.0.tar.gz
tar zxf 2.0.tar.gz -C /opt
rm -f 2.0.tar.gz
ln -s /opt/mlmmjadmin-2.0 /opt/mlmmjadmin
```
* Generate config file by copying sample file, `settings.py.sample`:

View File

@ -248,14 +248,14 @@ We will setup `mlmmjadmin` program to make managing mailing lists easier.
!!! attention
We use version `1.9` for example below.
We use version `2.0` for example below.
```
cd /root/
wget https://github.com/iredmail/mlmmjadmin/archive/1.9.tar.gz
tar zxf 1.9.tar.gz -C /opt
rm -f 1.9.tar.gz
ln -s /opt/mlmmjadmin-1.9 /opt/mlmmjadmin
wget https://github.com/iredmail/mlmmjadmin/archive/2.0.tar.gz
tar zxf 2.0.tar.gz -C /opt
rm -f 2.0.tar.gz
ln -s /opt/mlmmjadmin-2.0 /opt/mlmmjadmin
```
* Generate config file by copying sample file, `settings.py.sample`:

View File

@ -249,14 +249,14 @@ We will setup `mlmmjadmin` program to make managing mailing lists easier.
!!! attention
We use version `1.9` for example below.
We use version `2.0` for example below.
```
cd /root/
wget https://github.com/iredmail/mlmmjadmin/archive/1.9.tar.gz
tar zxf 1.9.tar.gz -C /opt
rm -f 1.9.tar.gz
ln -s /opt/mlmmjadmin-1.9 /opt/mlmmjadmin
wget https://github.com/iredmail/mlmmjadmin/archive/2.0.tar.gz
tar zxf 2.0.tar.gz -C /opt
rm -f 2.0.tar.gz
ln -s /opt/mlmmjadmin-2.0 /opt/mlmmjadmin
```
* Generate config file by copying sample file, `settings.py.sample`:

View File

@ -46,7 +46,7 @@ Please follow this tutorial to upgrade iRedAdmin open source edition to the
latest stable release:
[Upgrade iRedAdmin to the latest stable release](./migrate.or.upgrade.iredadmin.html)
### Upgrade mlmmjadmin to the latest stable release (1.9)
### Upgrade mlmmjadmin to the latest stable release (2.0)
Please follow below tutorial to upgrade mlmmjadmin to the latest stable release:
[Upgrade mlmmjadmin to the latest stable release](./upgrade.mlmmjadmin.html)

View File

@ -12,13 +12,13 @@
* Login to the iRedMail server first, and switch to root user with `su` or `sudo`.
* Download the latest package with `wget` command, extract download package and
run a script to upgrade it. Note: We use version `1.9` for example here, `1.9.tar.gz`.
run a script to upgrade it. Note: We use version `2.0` for example here, `2.0.tar.gz`.
```
cd /root/
wget https://github.com/iredmail/mlmmjadmin/archive/1.9.tar.gz
tar zxf 1.9.tar.gz
cd mlmmjadmin-1.9/tools/
wget https://github.com/iredmail/mlmmjadmin/archive/2.0.tar.gz
tar zxf 2.0.tar.gz
cd mlmmjadmin-2.0/tools/
bash upgrade_mlmmjadmin.sh
```

View File

@ -245,15 +245,15 @@ fully integrated.</p>
extract downloaded package to <code>/opt/</code> directory, and create a symbol link:</p>
<div class="admonition attention">
<p class="admonition-title">Attention</p>
<p>We use version <code>1.9</code> for example below.</p>
<p>We use version <code>2.0</code> for example below.</p>
</div>
</li>
</ul>
<pre><code>cd /root/
wget https://github.com/iredmail/mlmmjadmin/archive/1.9.tar.gz
tar zxf 1.9.tar.gz -C /opt
rm -f 1.9.tar.gz
ln -s /opt/mlmmjadmin-1.9 /opt/mlmmjadmin
wget https://github.com/iredmail/mlmmjadmin/archive/2.0.tar.gz
tar zxf 2.0.tar.gz -C /opt
rm -f 2.0.tar.gz
ln -s /opt/mlmmjadmin-2.0 /opt/mlmmjadmin
</code></pre>
<ul>

View File

@ -263,15 +263,15 @@ fully integrated.</p>
extract downloaded package to <code>/opt/</code> directory, and create a symbol link:</p>
<div class="admonition attention">
<p class="admonition-title">Attention</p>
<p>We use version <code>1.9</code> for example below.</p>
<p>We use version <code>2.0</code> for example below.</p>
</div>
</li>
</ul>
<pre><code>cd /root/
wget https://github.com/iredmail/mlmmjadmin/archive/1.9.tar.gz
tar zxf 1.9.tar.gz -C /opt
rm -f 1.9.tar.gz
ln -s /opt/mlmmjadmin-1.9 /opt/mlmmjadmin
wget https://github.com/iredmail/mlmmjadmin/archive/2.0.tar.gz
tar zxf 2.0.tar.gz -C /opt
rm -f 2.0.tar.gz
ln -s /opt/mlmmjadmin-2.0 /opt/mlmmjadmin
</code></pre>
<ul>

View File

@ -264,15 +264,15 @@ fully integrated.</p>
extract downloaded package to <code>/opt/</code> directory, and create a symbol link:</p>
<div class="admonition attention">
<p class="admonition-title">Attention</p>
<p>We use version <code>1.9</code> for example below.</p>
<p>We use version <code>2.0</code> for example below.</p>
</div>
</li>
</ul>
<pre><code>cd /root/
wget https://github.com/iredmail/mlmmjadmin/archive/1.9.tar.gz
tar zxf 1.9.tar.gz -C /opt
rm -f 1.9.tar.gz
ln -s /opt/mlmmjadmin-1.9 /opt/mlmmjadmin
wget https://github.com/iredmail/mlmmjadmin/archive/2.0.tar.gz
tar zxf 2.0.tar.gz -C /opt
rm -f 2.0.tar.gz
ln -s /opt/mlmmjadmin-2.0 /opt/mlmmjadmin
</code></pre>
<ul>

View File

@ -24,7 +24,7 @@
<li><a href="#update-etciredmail-release-with-new-iredmail-version-number">Update /etc/iredmail-release with new iRedMail version number</a></li>
<li><a href="#upgrade-iredapd-postfix-policy-server-to-the-latest-stable-release-24">Upgrade iRedAPD (Postfix policy server) to the latest stable release (2.4)</a></li>
<li><a href="#upgrade-iredadmin-open-source-edition-to-the-latest-stable-release-094">Upgrade iRedAdmin (open source edition) to the latest stable release (0.9.4)</a></li>
<li><a href="#upgrade-mlmmjadmin-to-the-latest-stable-release-19">Upgrade mlmmjadmin to the latest stable release (1.9)</a></li>
<li><a href="#upgrade-mlmmjadmin-to-the-latest-stable-release-20">Upgrade mlmmjadmin to the latest stable release (2.0)</a></li>
<li><a href="#upgrade-roundcube-webmail-to-the-latest-stable-release-138">Upgrade Roundcube webmail to the latest stable release (1.3.8)</a></li>
<li><a href="#upgrade-netdata-to-the-latest-stable-release-1111">Upgrade netdata to the latest stable release (1.11.1)</a></li>
<li><a href="#fix-improper-nginx-config-files-for-roundcube">Fix improper Nginx config files for Roundcube</a></li>
@ -93,7 +93,7 @@ restart the service ("iredadmin").</p>
<p>Please follow this tutorial to upgrade iRedAdmin open source edition to the
latest stable release:
<a href="./migrate.or.upgrade.iredadmin.html">Upgrade iRedAdmin to the latest stable release</a></p>
<h3 id="upgrade-mlmmjadmin-to-the-latest-stable-release-19">Upgrade mlmmjadmin to the latest stable release (1.9)</h3>
<h3 id="upgrade-mlmmjadmin-to-the-latest-stable-release-20">Upgrade mlmmjadmin to the latest stable release (2.0)</h3>
<p>Please follow below tutorial to upgrade mlmmjadmin to the latest stable release:
<a href="./upgrade.mlmmjadmin.html">Upgrade mlmmjadmin to the latest stable release</a></p>
<h3 id="upgrade-roundcube-webmail-to-the-latest-stable-release-138">Upgrade Roundcube webmail to the latest stable release (1.3.8)</h3>

View File

@ -27,12 +27,12 @@
<ul>
<li>Login to the iRedMail server first, and switch to root user with <code>su</code> or <code>sudo</code>.</li>
<li>Download the latest package with <code>wget</code> command, extract download package and
run a script to upgrade it. Note: We use version <code>1.9</code> for example here, <code>1.9.tar.gz</code>.</li>
run a script to upgrade it. Note: We use version <code>2.0</code> for example here, <code>2.0.tar.gz</code>.</li>
</ul>
<pre><code>cd /root/
wget https://github.com/iredmail/mlmmjadmin/archive/1.9.tar.gz
tar zxf 1.9.tar.gz
cd mlmmjadmin-1.9/tools/
wget https://github.com/iredmail/mlmmjadmin/archive/2.0.tar.gz
tar zxf 2.0.tar.gz
cd mlmmjadmin-2.0/tools/
bash upgrade_mlmmjadmin.sh
</code></pre>