Files
i2p.www/pages/download.html
jrandom c805bd5fd5 0.4.2
2004-11-26 15:54:12 +00:00

44 lines
2.4 KiB
HTML

<h3>Clean installs</h3>
<ul>
<li>GUI installer (requires Swing):<br />
<a href="http://dev.i2p.net/i2p/install.jar">install.jar</a>
(SHA1 dcd7db8cb1ce02e943f0b70748c89a5402bb909f)<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 67576badb93cdf081cf7bf6aa738aa6b977a881e)<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.tar.bz2">i2p_0_4_2.tar.bz2</a>
(SHA1 edb67ea2edd19cd0f974670d3b7e7a965a92d2b6)<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</code> gets you
the release)<br/>
Run <code>(tar xjvf i2p_0_4_2.tar.bz2 ; cd i2p_0_4_2 ; 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>
</ul>
<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 b36014d775b406e8854257703db3ff3da50af516) 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>
<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>.