Files
i2p.www/pages/download.html
2005-08-03 20:12:13 +00:00

61 lines
3.0 KiB
HTML

<h3>Clean installs</h3>
<ul>
<li>GUI installer (requires Swing):<br />
<a href="http://dev.i2p.net/i2p/i2pinstall.jar">i2pinstall.jar</a>
(SHA1 56ccd5e5f2e6635210340329fb088e80186ff33d
<a href="http://dev.i2p.net/i2p/i2pinstall.jar.sig">sig</a>)<br />
Right-click "save as", then either double click on it or run
<code>java -jar i2pinstall.jar</code></li>
<li>Headless install:<br />
<a href="http://dev.i2p.net/i2p/i2p.tar.bz2">i2p.tar.bz2</a>
(SHA1 2db252d3efa4727856d17b44c09482ba26fddc0a
<a href="http://dev.i2p.net/i2p/i2p.tar.bz2.sig">sig</a>)<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.6.0.1.tar.bz2">i2p-0.6.0.1.tar.bz2</a>
(SHA1 1bd5bdb166f2a259bb6b9480649d5ed2909d1994
<a href="http://dev.i2p.net/i2p/i2p-0.6.0.1.tar.bz2.sig">sig</a>)<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_6_0_1</code> gets you
the release)<br/>
Run <code>(tar xjvf i2p-0.6.0.1.tar.bz2 ; cd i2p-0.6.0.1 ; 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. When
first installing, please remember to <b>adjust your NAT/firewall</b> and
<b>reseed</b>.</li>
</ul>
<h3>Updates from 0.5.0.4-0.6:</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.</li>
<li>Alternately, you can use the instructions specified below.</li>
</ol>
<h3>Updates from 0.5 through 0.6:</h3>
<ol>
<li>Download <a href="http://dev.i2p.net/i2p/i2pupdate.zip">i2pupdate.zip</a>
(SHA1 57ba4550f7cd1f89b71688b3215fecdeb075b7e6
<a href="http://dev.i2p.net/i2p/i2pupdate.zip.sig">sig</a>) 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). You do
NOT need to unzip that file.</li>
<li>Click <a href="http://localhost:7657/configservice.jsp">"Graceful restart"</a></li>
<li>Grab a cup of coffee and come back in 11 minutes</li>
<li>After it is back up, you'll want to make sure your router is
reachable on your UDP port (8887 by default), and you'll probably
need to reseed.</li>
</ol>
<h3>Updates from 0.4.2.6 and earlier:</h3>
<p>Sorry, no upgrade available. Please do a full clean install.</p>
<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> /
<a href="http://www.invisiblechat.com/">invisiblechat/</a><a href="irc://localhost:6667/#i2p">#i2p</a>.