2004-09-03 20:05:56 +00:00
|
|
|
<h3>Clean installs</h3>
|
2004-07-12 16:03:56 +00:00
|
|
|
<ul>
|
2004-09-03 20:05:56 +00:00
|
|
|
<li>GUI installer (requires Swing):<br />
|
2004-12-21 19:33:07 +00:00
|
|
|
<a href="http://dev.i2p.net/i2p/i2pinstall.jar">i2pinstall.jar</a>
|
2005-03-30 04:01:43 +00:00
|
|
|
(SHA1 34962d346bf607c99d7b67e484dcfaea2ea28711
|
2005-02-18 15:57:38 +00:00
|
|
|
<a href="http://dev.i2p.net/i2p/i2pinstall.jar.sig">sig</a>)<br />
|
2004-09-03 20:05:56 +00:00
|
|
|
Right-click "save as", then either double click on it or run
|
2004-12-21 19:33:07 +00:00
|
|
|
<code>java -jar i2pinstall.jar</code></li>
|
2004-09-03 20:05:56 +00:00
|
|
|
<li>Headless install:<br />
|
|
|
|
<a href="http://dev.i2p.net/i2p/i2p.tar.bz2">i2p.tar.bz2</a>
|
2005-03-30 04:01:43 +00:00
|
|
|
(SHA1 faabd06d081e1ff338b83bf2c52077cb1a6f8c26
|
2005-02-18 15:57:38 +00:00
|
|
|
<a href="http://dev.i2p.net/i2p/i2p.tar.bz2.sig">sig</a>)<br />
|
2004-09-03 20:05:56 +00:00
|
|
|
Run <code>(tar xjvf i2p.tar.bz2 ; cd i2p ; vi install-headless.txt)</code></li>
|
|
|
|
<li>Source install:<br />
|
2005-03-30 04:01:43 +00:00
|
|
|
<a href="http://dev.i2p.net/i2p/i2p-0.5.0.5.tar.bz2">i2p-0.5.0.5.tar.bz2</a>
|
|
|
|
(SHA1 9e7cb30bdf7b061ed10193fe8b031bb04503c7ee
|
|
|
|
<a href="http://dev.i2p.net/i2p/i2p-0.5.0.5.tar.bz2.sig">sig</a>)<br />
|
2004-09-03 20:05:56 +00:00
|
|
|
Alternately, you can fetch the source from <a href="cvs">cvs</a> (CVS HEAD
|
2005-03-30 04:01:43 +00:00
|
|
|
gets you the most recent updates, while the tag <code>i2p_0_5_0_5</code> gets you
|
2004-09-03 20:05:56 +00:00
|
|
|
the release)<br/>
|
2005-03-30 04:01:43 +00:00
|
|
|
Run <code>(tar xjvf i2p-0.5.0.5.tar.bz2 ; cd i2p-0.5.0.5 ; ant dist)</code> then either
|
2004-09-03 20:05:56 +00:00
|
|
|
run the GUI installer or headless install as above</li>
|
2004-11-26 15:54:12 +00:00
|
|
|
<li>After running the GUI install on windows, simply click on the "Run I2P" button
|
2005-02-18 15:57:38 +00:00
|
|
|
which will bring up the router console, which has further instructions. When
|
|
|
|
first installing, please remember to <b>adjust your NAT/firewall</b> and
|
|
|
|
<b>reseed</b>.</li>
|
2004-07-12 16:03:56 +00:00
|
|
|
</ul>
|
2004-09-09 03:41:16 +00:00
|
|
|
|
2005-03-30 04:01:43 +00:00
|
|
|
<h3>Updates from 0.5.0.4:</h3>
|
|
|
|
<ol>
|
|
|
|
<li>With the new announcement system, you should see a link on your
|
|
|
|
<a href="http://localhost:7657/index.jsp">router console</a> allowing
|
|
|
|
you to download and install the new release by just clicking on that
|
|
|
|
link. There is a bug in the 0.5.0.4 code though, so you may need to
|
|
|
|
delete the file <code>docs/news.xml</code> from your I2P installation
|
|
|
|
directory and wait a few minutes for a new news.xml to be retrieved.</li>
|
|
|
|
<li>Alternately, you can use the instructions specified below.</li>
|
|
|
|
</ol>
|
|
|
|
|
|
|
|
<h3>Updates from 0.5 through 0.5.0.4:</h3>
|
2004-09-09 03:41:16 +00:00
|
|
|
<ol>
|
2004-09-30 17:35:36 +00:00
|
|
|
<li>Download <a href="http://dev.i2p.net/i2p/i2pupdate.zip">i2pupdate.zip</a>
|
2005-03-30 04:01:43 +00:00
|
|
|
(SHA1 549fb362c7bceee5c4bf9063c7280a650242851f
|
2005-02-18 15:57:38 +00:00
|
|
|
<a href="http://dev.i2p.net/i2p/i2pupdate.zip.sig">sig</a>) to your I2P
|
|
|
|
installation directory.
|
2004-09-30 19:20:59 +00:00
|
|
|
(alternately, you can get the source as above and run "ant updater", then copy the
|
|
|
|
resulting i2pupdate.zip to your I2P installation directory)</li>
|
2004-09-30 17:35:36 +00:00
|
|
|
<li>Click <a href="http://localhost:7657/configservice.jsp">"Graceful restart"</a></li>
|
2005-02-23 05:28:17 +00:00
|
|
|
<li>Grab a cup of coffee and come back in 11 minutes</li>
|
2004-09-09 03:41:16 +00:00
|
|
|
</ol>
|
|
|
|
|
2005-02-23 05:28:17 +00:00
|
|
|
<h3>Updates from 0.4.2.6 and earlier:</h3>
|
2004-07-20 11:27:32 +00:00
|
|
|
<p>Sorry, no upgrade available. Please do a full clean install.</p>
|
2004-09-03 20:05:56 +00:00
|
|
|
|
|
|
|
<p>If you're having trouble, swing by the <a href="http://forum.i2p.net/">forum</a>,
|
|
|
|
post to the <a href="http://dev.i2p.net/pipermail/i2p/">mailing list</a>, or get on
|
|
|
|
<a href="irc://irc.freenode.net/#i2p">irc.freenode.net/#i2p</a> /
|
2004-09-11 04:18:04 +00:00
|
|
|
<a href="http://www.invisiblechat.com/">invisiblechat/</a><a href="irc://localhost:6667/#i2p">#i2p</a>.
|