This commit is contained in:
jrandom
2004-12-08 21:45:03 +00:00
committed by zzz
parent 4de4d4b3d6
commit eeaffb5a30
3 changed files with 10 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
<h3>Past announcements</h3>
<h4>2004</h4>
<ul>
<li>2004-12-08 - <a href="http://dev.i2p.net/pipermail/i2p/2004-December/000512.html">0.4.2.3</a></li>
<li>2004-12-01 - <a href="http://dev.i2p.net/pipermail/i2p/2004-December/000494.html">0.4.2.2</a></li>
<li>2004-12-01 - <a href="http://dev.i2p.net/pipermail/i2p/2004-December/000493.html">0.4.2.1</a></li>
<li>2004-11-26 - <a href="http://dev.i2p.net/pipermail/i2p/2004-November/000491.html">0.4.2</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 282c29d4c9d8c52604ca2c664ebc6a36214e65ef)<br />
(SHA1 63ef5a4e1f499db0b269c72959719c78c85902dc)<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 4de4a45805ff3776a4be011d966172818f5208e7)<br />
(SHA1 f77a7021fa5e18e9a7125e5dd8bb83e023efa435)<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_2_2.tar.bz2">i2p_0_4_2_2.tar.bz2</a>
(SHA1 096e9aeb8c7501cfef1dd0230e26c14f4adcd104)<br />
<a href="http://dev.i2p.net/i2p/i2p-0.4.2.3.tar.bz2">i2p-0.4.2.3.tar.bz2</a>
(SHA1 f505afcc7f8f34e771cc7de6bb9cf1dd1058bb44)<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_2_2</code> gets you
gets you the most recent updates, while the tag <code>i2p_0_4_2_3</code> gets you
the release)<br/>
Run <code>(tar xjvf i2p_0_4_2_2.tar.bz2 ; cd i2p_0_4_2_2 ; ant dist)</code> then either
Run <code>(tar xjvf i2p-0.4.2.3.tar.bz2 ; cd i2p-0.4.2.3 ; ant dist)</code> then either
run the GUI installer or headless install as above</li>
<li>After running the GUI install on windows, simply click on the "Run I2P" button
which will bring up the router console, which has further instructions.</li>
@@ -24,14 +24,10 @@
<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 bd1e1606dff07f17d6db18cd2712e4598c93fe1f) to your I2P installation directory.
(SHA1 4edc182741be38752a050d1cbfeaeb3ad4e52e7c) 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>
<li>3 minutes after it restarts, it will have updated your I2P installation. However,
since it has to update the wrapper configuration file, it will shut down your router
completely - <b>you will need to restart your router manually</b> ("sh i2prouter start",
clicking on the i2prouter.bat, or running "net start i2p")</li>
</ol>
<h3>Updates from 0.4 and earlier:</h3>

View File

@@ -1,7 +1,7 @@
<h2>Announcements</h2>
<p><b>Latest version:</b><br />
2004-12-01 - 0.4.2.2 -
<a href="http://dev.i2p.net/pipermail/i2p/2004-December/000494.html">Announcement</a>
2004-12-08 - 0.4.2.3 -
<a href="http://dev.i2p.net/pipermail/i2p/2004-December/000512.html">Announcement</a>
- <a href="download">Download</a>
</p>
<p><b>Weekly updates:</b><br />