43 lines
2.2 KiB
HTML
43 lines
2.2 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 b66ab8d335b4aec2ce5a7b6f76e95637688cc47a)<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 c31e25b24770486e6a5bc35fba1f8f9c2cf8113c)<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_1_1.tar.bz2">i2p_0_4_1_1.tar.bz2</a>
|
|
(SHA1 0b75e13aa4c08c6eee76b9149c8d150e62ad2edd)<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_1</code> gets you
|
|
the release)<br/>
|
|
Run <code>(tar xjvf i2p_0_4_1_1.tar.bz2 ; cd i2p_0_4_1_1 ; ant dist)</code> then either
|
|
run the GUI installer or headless install as above</li>
|
|
<li>After running one of the above installs, you will want to go to
|
|
the <a href="http://127.0.0.1:7657/">router console</a> and follow the
|
|
instructions (be sure to enter your IP address / domain name, check any NAT/firewall,
|
|
and reseed)</li>
|
|
</ul>
|
|
|
|
<h3>Updates from 0.4.1 or 0.4.0.1:</h3>
|
|
<ol>
|
|
<li>Download <a href="http://dev.i2p.net/i2p/i2pupdate.zip">i2pupdate.zip</a>
|
|
(SHA1 8fc33385e05ae108365b591b0f9847bdac39e5af) 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>Wait about 2 minutes, and its done.</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>.
|