Files
i2p.www/pages/download.html

60 lines
2.9 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>
2005-07-27 20:52:39 +00:00
(SHA1 106ebc8db0efeeeb02de6905951adbd3234474c2
2005-02-18 15:57:38 +00:00
<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
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>
2005-07-27 20:52:39 +00:00
(SHA1 5215101e5308b5bd0156ee7fe35aca2619be4328
2005-02-18 15:57:38 +00:00
<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 />
2005-07-27 20:52:39 +00:00
<a href="http://dev.i2p.net/i2p/i2p-0.6.tar.bz2">i2p-0.6.tar.bz2</a>
(SHA1 018c700b2021abe18a72a00fa2d8fbe782ac7e5c
<a href="http://dev.i2p.net/i2p/i2p-0.6.tar.bz2.sig">sig</a>)<br />
Alternately, you can fetch the source from <a href="cvs">cvs</a> (CVS HEAD
2005-07-27 20:52:39 +00:00
gets you the most recent updates, while the tag <code>i2p_0_6</code> gets you
the release)<br/>
2005-07-27 20:52:39 +00:00
Run <code>(tar xjvf i2p-0.6.tar.bz2 ; cd i2p-0.6 ; 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
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>
</ul>
2004-09-09 03:41:16 +00:00
2005-07-27 20:52:39 +00:00
<!--
<h3>Updates from 0.5.0.4-0.5.0.7:</h3>
2005-03-30 04:01:43 +00:00
<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
2005-04-06 16:03:43 +00:00
link.</li>
2005-03-30 04:01:43 +00:00
<li>Alternately, you can use the instructions specified below.</li>
</ol>
2005-07-27 20:52:39 +00:00
-->
2005-03-30 04:01:43 +00:00
2005-07-27 20:52:39 +00:00
<h3>Updates from 0.5 through 0.5.0.7:</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-07-27 20:52:39 +00:00
(SHA1 99e20978e4e2da517cab212981c56b4ff817bfd1
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.
(alternately, you can get the source as above and run "ant updater", then copy the
2005-07-27 20:52:39 +00:00
resulting i2pupdate.zip to your I2P installation directory). You do
NOT need to unzip that file.</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>
<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>.