Files
i2p.www/www.i2p2/pages/download.html
2008-02-27 21:10:19 +00:00

82 lines
4.0 KiB
HTML

{% extends "_layout.html" %}
{% block title %}Download{% endblock %}
{% block content %}<h3>Clean installs</h3>
<ul>
<li>Graphical installer:<br />
<a href="http://mirror.i2p2.de/i2pinstall-0.6.1.31.exe">i2pinstall-0.6.1.31.exe</a>
(SHA1 88c81350ccde7fb58c380f2dc4388e6a8b06d4ad
<a href="http://mirror.i2p2.de/i2pinstall-0.6.1.31.exe.sig">sig</a>)<br />
Download that file and run it. If you're not on windows, you can
type <code>java -jar i2pinstall-0.6.1.31.exe</code> (yes, really)</li>
<li>Headless install:<br />
<a href="http://mirror.i2p2.de/i2pheadless-0.6.1.31.tar.bz2">i2pheadless-0.6.1.31.tar.bz2</a>
(SHA1 201cacbf5fadf8d3f29cfb422241cffab49732ee
<a href="http://mirror.i2p2.de/i2pheadless-0.6.1.31.tar.bz2.sig">sig</a>)<br />
Run <code>(tar xjvf i2pheadless-0.6.1.31.tar.bz2 ; cd i2p ; vi install-headless.txt)</code></li>
<li>Source install:<br />
<a href="http://mirror.i2p2.de/i2psource-0.6.1.31.tar.bz2">i2psource-0.6.1.31.tar.bz2</a>
(SHA1 1341a4f500c0c0644b05dd39f8ea39699af15920
<a href="http://mirror.i2p2.de/i2psource-0.6.1.31.tar.bz2.sig">sig</a>)<br />
Alternately, you can fetch the source from <a href="monotone">monotone</a>.
<br/>
Run <code>(tar xjvf i2psource-0.6.1.31.tar.bz2 ; cd i2p-0.6.1.31 ; ant dist)</code> then either
run the GUI installer or headless install as above</li>
</ul>
<h3>Post-install work</h3>
<p>After running the installer on windows, simply click on the "Run I2P" button
which will bring up the <a href="http://localhost:7657/index.jsp">router console</a>,
which has further instructions.</p>
<p>On Unix-like systems, I2P can be started as a service
using the "i2prouter" script, located in the directory you selected for I2P.
Changing to that directory in a console and issuing "sh i2prouter status"
should tell you the router's status. The arguments "start", "stop" and "restart"
control the service. The <a href="http://localhost:7657/index.jsp">router console</a>
can be accessed at its usual location.</p>
<p>When installing for the first time, please remember to <b>adjust your NAT/firewall</b>
if you can, bearing in mind the Internet-facing ports I2P uses,
<a href="http://www.i2p2.de/faq#ports">described here</a> among other ports.
If you have successfully opened your port to inbound TCP, also enable inbound TCP on the
<a href="http://localhost:7657/config.jsp">configuration page</a>.
</p>
<p>Also, please review and <b>adjust the bandwidth settings</b> on the
<a href="http://localhost:7657/config.jsp">configuration page</a>,
as the default settings of 16 KBps is fairly slow.
</p>
<h3>Updates from earlier releases:</h3>
<p>
Both automatic and manual upgrades are available for the release.
Please see
<a href="http://forum.i2p.net/viewtopic.php?t=2532">this forum post</a> (forum.i2p.net) or
<a href="http://forum.i2p/viewtopic.php?t=2532">here</a> (forum.i2p)
for important information about how to configure your router to automatically
receive the upcoming 0.6.1.31 release.
</p>
<ol>
<li>If you have configured your router following the instructions above, 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 (manual method):</h3>
<ol>
<li>Download <a href="http://mirror.i2p2.de/i2pupdate-0.6.1.31.zip">i2pupdate-0.6.1.31.zip</a>
(SHA1 eabd3590b9037cb6e9afbce24082b470f9c0bcc0
<a href="http://mirror.i2p2.de/i2pupdate-0.6.1.31.zip.sig">sig</a>) to your I2P
installation directory and rename as i2pupdate.zip.
(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>
</ol>
{% endblock %}