2004-09-03 20:05:56 +00:00
|
|
|
<h3>Clean installs</h3>
|
2004-07-12 16:03:56 +00:00
|
|
|
<ul>
|
2004-09-03 20:05:56 +00:00
|
|
|
<li>GUI installer (requires Swing):<br />
|
|
|
|
<a href="http://dev.i2p.net/i2p/install.jar">install.jar</a>
|
|
|
|
(SHA1 becffc59c400ecb5df93fa8126909481ca06f100)<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 d768fd72af17c6bb82865717f9755fd73ecb7edc)<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.tar.bz2">i2p_0_4.tar.bz2</a>
|
|
|
|
(SHA1 faa7f040b5ace56e728508a9dbab65f67a0dc8de)<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</code> gets you
|
|
|
|
the release)<br/>
|
|
|
|
Run <code>(tar xjvf i2p_0_4.tar.bz2 ; cd i2p_0_4 ; ant dist)</code> then either
|
|
|
|
run the GUI installer or headless install as above</li>
|
2004-07-12 16:03:56 +00:00
|
|
|
</ul>
|
|
|
|
|
2004-09-03 20:05:56 +00:00
|
|
|
<h3>Updates from 0.3.1.1-0.3.4.3:</h3>
|
2004-07-12 16:03:56 +00:00
|
|
|
<ul>
|
2004-09-03 20:05:56 +00:00
|
|
|
<li>If you can use a different external port (the old default was "8887"), simply do
|
|
|
|
a clean install into a brand new directory.</li>
|
|
|
|
<li>If you cannot use a different external port:<ul>
|
2004-09-03 20:16:49 +00:00
|
|
|
<li>Stop the old router</li>
|
2004-09-03 20:05:56 +00:00
|
|
|
<li>Do a clean install into a brand new directory</li>
|
|
|
|
<li>Stop the router <a href="http://localhost:7657/configservice.jsp">gracefully</a></li>
|
|
|
|
<li>Copy the following files from the old directory into the new one:<ul>
|
|
|
|
<li>router.info</li>
|
|
|
|
<li>router.keys</li>
|
|
|
|
<li>sam.keys</li>
|
|
|
|
<li>keyBackup/*</li>
|
|
|
|
</ul></li>
|
|
|
|
<li>Go to <a href="http://localhost:7657/config.jsp">http://localhost:7657/config.jsp</a>
|
|
|
|
and tell it to use your old external host and port number</li>
|
|
|
|
</ul></li>
|
|
|
|
<li>If you were running any I2PTunnel servers, please see the
|
|
|
|
<a href="i2ptunnel_migration">migration guide</a></li>
|
2004-07-12 16:03:56 +00:00
|
|
|
</ul>
|
|
|
|
|
2004-07-12 16:22:18 +00:00
|
|
|
<h3>Updates from 0.3.1 and earlier</h3>
|
2004-07-20 11:27:32 +00:00
|
|
|
<blockquote>
|
|
|
|
<p>Sorry, no upgrade available. Please do a full clean install.</p>
|
|
|
|
</blockquote>
|
2004-09-03 20:05:56 +00:00
|
|
|
|
|
|
|
<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>.
|