Files
i2p.www/pages/download.html
2005-11-16 04:51:06 +00:00

52 lines
2.6 KiB
HTML

<h3>Clean installs</h3>
<ul>
<li>Graphical installer:<br />
<a href="http://dev.i2p.net/i2p/i2pinstall.exe">i2pinstall.exe</a>
(SHA1 c5f48b4d9a0b176e289477a39e666dc06c3107dc
<a href="http://dev.i2p.net/i2p/i2pinstall.exe.sig">sig</a>)<br />
Download that file and run it. If you're not on windows, you can
type <code>java -jar i2pinstall.exe</code> (yes, really)</li>
<li>Headless install:<br />
<a href="http://dev.i2p.net/i2p/i2p.tar.bz2">i2p.tar.bz2</a>
(SHA1 6e001087902efb66dd2fa4b17a8c3464a366fddd
<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.1.5.tar.bz2">i2p-0.6.1.5.tar.bz2</a>
(SHA1 4318576461bf5c09653e9e06fa65c5be39f9c1e4
<a href="http://dev.i2p.net/i2p/i2p-0.6.1.5.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_1_5</code> gets you
the release)<br/>
Run <code>(tar xjvf i2p-0.6.1.5.tar.bz2 ; cd i2p-0.6.1.5 ; ant dist)</code> then either
run the GUI installer or headless install as above</li>
<li>After running the installer 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> if you can.</li>
</ul>
<h3>Updates from earlier releases:</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 earlier releases (alternate method):</h3>
<ol>
<li>Download <a href="http://dev.i2p.net/i2p/i2pupdate.zip">i2pupdate.zip</a>
(SHA1 02b0b656ed4ea583f3356edd2e7109ebde3cc988
<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>