52 lines
2.6 KiB
HTML
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 7f6db58c01662751ccb4f34cc1b33fbfe5f0a6ca
|
|
<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 f7db191469e37318a879e299bc1ee87c6752d5f8
|
|
<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.4.tar.bz2">i2p-0.6.1.4.tar.bz2</a>
|
|
(SHA1 16b0dd3b0b3a903ca2a9d1eaeeacd38e5d22ff06
|
|
<a href="http://dev.i2p.net/i2p/i2p-0.6.1.4.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_4</code> gets you
|
|
the release)<br/>
|
|
Run <code>(tar xjvf i2p-0.6.1.4.tar.bz2 ; cd i2p-0.6.1.4 ; 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 3e9c4cb08cfa6908fb4e3c596554fc27ddde9a5e
|
|
<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>
|