forked from I2P_Developers/i2p.www
0.4.1.3
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<h3>Past announcements</h3>
|
||||
<h4>2004</h4>
|
||||
<ul>
|
||||
<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>
|
||||
<li>2004-09-30 - <a href="http://dev.i2p.net/pipermail/i2p/2004-September/000456.html">0.4.1</a></li>
|
||||
|
@@ -2,20 +2,20 @@
|
||||
<ul>
|
||||
<li>GUI installer (requires Swing):<br />
|
||||
<a href="http://dev.i2p.net/i2p/install.jar">install.jar</a>
|
||||
(SHA1 5a92ffdac4edce942faa2f8fa3b9c468f646a6db)<br />
|
||||
(SHA1 9e903f7103f5e433c55d2b0f5f894f5b15895a60)<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 455b936f0b49ee58ab50739e7b00a482678b9291)<br />
|
||||
(SHA1 e2956d5ac6eaf2f8e3a2682c0c301deaa64a987d)<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_2.tar.bz2">i2p_0_4_1_2.tar.bz2</a>
|
||||
(SHA1 124ce2e680f8a194d573edc9e688c6ab1f085d05)<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 />
|
||||
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_2</code> gets you
|
||||
gets you the most recent updates, while the tag <code>i2p_0_4_1_3</code> gets you
|
||||
the release)<br/>
|
||||
Run <code>(tar xjvf i2p_0_4_1_2.tar.bz2 ; cd i2p_0_4_1_2 ; ant dist)</code> then either
|
||||
Run <code>(tar xjvf i2p_0_4_1_3.tar.bz2 ; cd i2p_0_4_1_3 ; 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 e6f140f9a4ccdb59e3784510c9bff5d336dafca4) to your I2P installation directory.
|
||||
(SHA1 da875130f7dcbaaf055716a6c62818465ce4302f) 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>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<h2>Announcements</h2>
|
||||
<p><b>Latest version:</b><br />
|
||||
2004-10-10 - 0.4.1.2 -
|
||||
<a href="http://dev.i2p.net/pipermail/i2p/2004-October/000464.html">Announcement</a>
|
||||
2004-10-18 - 0.4.1.3 -
|
||||
<a href="http://dev.i2p.net/pipermail/i2p/2004-October/000468.html">Announcement</a>
|
||||
- <a href="download">Download</a>
|
||||
</p>
|
||||
<p><b>Weekly updates:</b><br />
|
||||
|
Reference in New Issue
Block a user