This commit is contained in:
jrandom
2004-11-07 03:29:09 +00:00
committed by zzz
parent 28cdb44df7
commit 8268a2fc3b
3 changed files with 10 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
<h3>Past announcements</h3>
<h4>2004</h4>
<ul>
<li>2004-11-06 - <a href="http://dev.i2p.net/pipermail/i2p/2004-November/000484.html">0.4.1.4</a></li>
<li>2004-10-18 - <a href="http://dev.i2p.net/pipermail/i2p/2004-October/000468.html">0.4.1.3</a></li>
<li>2004-10-10 - <a href="http://dev.i2p.net/pipermail/i2p/2004-October/000464.html">0.4.1.2</a></li>
<li>2004-10-01 - <a href="http://dev.i2p.net/pipermail/i2p/2004-October/000458.html">0.4.1.1</a></li>

View File

@@ -2,20 +2,20 @@
<ul>
<li>GUI installer (requires Swing):<br />
<a href="http://dev.i2p.net/i2p/install.jar">install.jar</a>
(SHA1 9e903f7103f5e433c55d2b0f5f894f5b15895a60)<br />
(SHA1 d6325bd18761824bc2b6bb59855e965ce7ce412f)<br />
Right-click "save as", then either double click on it or run
<code>java -jar install.jar</code></li>
<li>Headless install:<br />
<a href="http://dev.i2p.net/i2p/i2p.tar.bz2">i2p.tar.bz2</a>
(SHA1 e2956d5ac6eaf2f8e3a2682c0c301deaa64a987d)<br />
(SHA1 d9df18fa7c10eeef7242c71b5547c9158a04353a)<br />
Run <code>(tar xjvf i2p.tar.bz2 ; cd i2p ; vi install-headless.txt)</code></li>
<li>Source install:<br />
<a href="http://dev.i2p.net/i2p/i2p_0_4_1_3.tar.bz2">i2p_0_4_1_3.tar.bz2</a>
(SHA1 24e5a3ec8f3efa8b52d4f42c78de72697ed35105)<br />
<a href="http://dev.i2p.net/i2p/i2p_0_4_1_4.tar.bz2">i2p_0_4_1_4.tar.bz2</a>
(SHA1 f1318930bc5ef1114a3d367a96cb27ada690238e)<br />
Alternately, you can fetch the source from <a href="cvs">cvs</a> (CVS HEAD
gets you the most recent updates, while the tag <code>i2p_0_4_1_3</code> gets you
gets you the most recent updates, while the tag <code>i2p_0_4_1_4</code> gets you
the release)<br/>
Run <code>(tar xjvf i2p_0_4_1_3.tar.bz2 ; cd i2p_0_4_1_3 ; ant dist)</code> then either
Run <code>(tar xjvf i2p_0_4_1_4.tar.bz2 ; cd i2p_0_4_1_4 ; ant dist)</code> then either
run the GUI installer or headless install as above</li>
<li>After running one of the above installs, you will want to go to
the <a href="http://127.0.0.1:7657/">router console</a> and follow the
@@ -26,7 +26,7 @@
<h3>Updates from 0.4.0.1 or later:</h3>
<ol>
<li>Download <a href="http://dev.i2p.net/i2p/i2pupdate.zip">i2pupdate.zip</a>
(SHA1 da875130f7dcbaaf055716a6c62818465ce4302f) to your I2P installation directory.
(SHA1 044f2a50d5df9b75f9067f74f6046ab3cf012fb7) to your I2P installation directory.
(alternately, you can get the source as above and run "ant updater", then copy the
resulting i2pupdate.zip to your I2P installation directory)</li>
<li>Click <a href="http://localhost:7657/configservice.jsp">"Graceful restart"</a></li>

View File

@@ -1,7 +1,7 @@
<h2>Announcements</h2>
<p><b>Latest version:</b><br />
2004-10-18 - 0.4.1.3 -
<a href="http://dev.i2p.net/pipermail/i2p/2004-October/000468.html">Announcement</a>
2004-11-06 - 0.4.1.4 -
<a href="http://dev.i2p.net/pipermail/i2p/2004-November/000484.html">Announcement</a>
- <a href="download">Download</a>
</p>
<p><b>Weekly updates:</b><br />