Files
i2p.www/pages/download.html
2006-04-23 21:55:49 +00:00

49 lines
2.5 KiB
HTML

<h3>Clean installs</h3>
<ul>
<li>Graphical installer:<br />
<a href="http://dev.i2p.net/i2p/i2pinstall.exe">i2pinstall.exe</a>
(SHA1 e43954c3835b5d22a3875699cc84c42dc8e0d021
<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 3faf1949d9e9a8c265689a16ce2d69a0354b4ab0
<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.17.tar.bz2">i2p-0.6.1.17.tar.bz2</a>
(SHA1 9b6b0f0992727249f3e757b417f1d57fcd07f9e9
<a href="http://dev.i2p.net/i2p/i2p-0.6.1.17.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_17</code> gets you
the release)<br/>
Run <code>(tar xjvf i2p-0.6.1.17.tar.bz2 ; cd i2p-0.6.1.17 ; 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 4c12461001edac98ac8eaafe2ba2282a6a586f0d
<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>
</ol>