Files
i2p.www/pages/download.html

41 lines
2.0 KiB
HTML
Raw Normal View History

<h3>Clean installs</h3>
<ul>
<li>GUI installer (requires Swing):<br />
<a href="http://dev.i2p.net/i2p/install.jar">install.jar</a>
2004-09-30 17:35:36 +00:00
(SHA1 00db8c17e26d8dfb4f654c0d7a19435ea84783c7)<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>
2004-09-30 17:35:36 +00:00
(SHA1 6d4bc189babbe7794c18c219d22a929c9ca29dbe)<br />
Run <code>(tar xjvf i2p.tar.bz2 ; cd i2p ; vi install-headless.txt)</code></li>
<li>Source install:<br />
2004-09-30 17:35:36 +00:00
<a href="http://dev.i2p.net/i2p/i2p_0_4_1.tar.bz2">i2p_0_4_1.tar.bz2</a>
(SHA1 51a53152c89f9b2c7b79c70bd04b64a243ca7342)<br />
Alternately, you can fetch the source from <a href="cvs">cvs</a> (CVS HEAD
2004-09-30 17:35:36 +00:00
gets you the most recent updates, while the tag <code>i2p_0_4_1</code> gets you
the release)<br/>
2004-09-30 17:35:36 +00:00
Run <code>(tar xjvf i2p_0_4_1.tar.bz2 ; cd i2p_0_4_1 ; ant dist)</code> then either
run the GUI installer or headless install as above</li>
2004-09-09 03:41:16 +00:00
<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>
2004-09-09 03:41:16 +00:00
2004-09-30 17:35:36 +00:00
<h3>Updates from 0.4.0.1:</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>
(SHA1 cd1d11554ccee6a18c7508adece4451d6b55996e) 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>
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>.