Files
i2p.www/pages/download.html

40 lines
2.1 KiB
HTML
Raw Normal View History

<h3>Clean installs</h3>
<ul>
<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>
(SHA1 fadb9e606aed0b708c09191e1d4874e9be4baca4)<br />
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>
<li>Headless install:<br />
<a href="http://dev.i2p.net/i2p/i2p.tar.bz2">i2p.tar.bz2</a>
2004-12-21 19:33:07 +00:00
(SHA1 9123dbd0cfd4b1b050b7a5f5c3778557f5dccf98)<br />
Run <code>(tar xjvf i2p.tar.bz2 ; cd i2p ; vi install-headless.txt)</code></li>
<li>Source install:<br />
2004-12-21 19:33:07 +00:00
<a href="http://dev.i2p.net/i2p/i2p-0.4.2.5.tar.bz2">i2p-0.4.2.5.tar.bz2</a>
(SHA1 80152291e6c92c40519bb1b55d155111140defac)<br />
Alternately, you can fetch the source from <a href="cvs">cvs</a> (CVS HEAD
2004-12-21 19:33:07 +00:00
gets you the most recent updates, while the tag <code>i2p_0_4_2_5</code> gets you
the release)<br/>
2004-12-21 19:33:07 +00:00
Run <code>(tar xjvf i2p-0.4.2.5.tar.bz2 ; cd i2p-0.4.2.5 ; ant dist)</code> then either
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
which will bring up the router console, which has further instructions.</li>
</ul>
2004-09-09 03:41:16 +00:00
2004-10-10 19:57:08 +00:00
<h3>Updates from 0.4.0.1 or later:</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>
2004-12-21 19:33:07 +00:00
(SHA1 0af6e04266cf62538ab7c3e56b0d0c5d31ea774c) 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>
2004-09-30 17:35:36 +00:00
<li>Click <a href="http://localhost:7657/configservice.jsp">"Graceful restart"</a></li>
2004-09-09 03:41:16 +00:00
</ol>
2004-09-30 17:35:36 +00:00
<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>.