iredmail-doc/html/upgrade.mlmmjadmin.html

53 lines
2.6 KiB
HTML
Raw Normal View History

2018-04-11 02:53:20 -05:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>mlmmjadmin upgrade tutorial (RESTful API server used to manage mlmmj mailing list)</title>
<link rel="stylesheet" type="text/css" href="./css/markdown.css" />
</head>
<body>
2018-04-11 02:53:20 -05:00
<div id="navigation">
<a href="https://www.iredmail.org" target="_blank">
<img alt="iRedMail web site"
src="./images/logo-iredmail.png"
style="vertical-align: middle; height: 30px;"
/>&nbsp;
<span>iRedMail</span>
</a>
&nbsp;&nbsp;//&nbsp;&nbsp;<a href="./index.html">Document Index</a></div><h1 id="mlmmjadmin-upgrade-tutorial-restful-api-server-used-to-manage-mlmmj-mailing-list">mlmmjadmin upgrade tutorial (RESTful API server used to manage mlmmj mailing list)</h1>
<h2 id="summary">Summary</h2>
<ul>
<li>mlmmjadmin is a RESTful API server used to manage <a href="http://mlmmj.org">mlmmj</a> mailing list.</li>
<li>Source code is hosted on <a href="https://github.com/iredmail/mlmmjadmin">GitHub</a>.</li>
<li>Download the <a href="https://github.com/iredmail/mlmmjadmin/releases">latest stable release</a>
and check its release notes.</li>
</ul>
<h2 id="upgrade-mlmmjadmin">Upgrade mlmmjadmin</h2>
<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>2.1</code> for example here, <code>2.1.tar.gz</code>.</li>
2018-04-11 02:53:20 -05:00
</ul>
<pre><code>cd /root/
wget https://github.com/iredmail/mlmmjadmin/archive/2.1.tar.gz
tar zxf 2.1.tar.gz
cd mlmmjadmin-2.1/tools/
2018-04-11 02:53:20 -05:00
bash upgrade_mlmmjadmin.sh
</code></pre>
<ul>
<li>That's all.</li>
</ul><div class="footer">
2019-09-06 00:54:43 -05:00
<p style="text-align: center; color: grey;">All documents are available in <a href="https://github.com/iredmail/docs/">BitBucket repository</a>, and published under <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">Creative Commons</a> license. You can <a href="https://github.com/iredmail/docs/archive/master.zip">download the latest version</a> for offline reading. If you found something wrong, please do <a href="https://www.iredmail.org/contact.html">contact us</a> to fix it.</p>
2018-04-11 02:53:20 -05:00
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-3293801-21"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-3293801-21');
</script>
</body></html>