Files
i2p.www/pages/download.html

49 lines
2.5 KiB
HTML
Raw Normal View History

<h3>Clean installs</h3>
<ul>
2005-09-18 02:18:12 +00:00
<li>Graphical installer:<br />
<a href="http://dev.i2p.net/i2p/i2pinstall.exe">i2pinstall.exe</a>
2006-09-09 21:09:55 +00:00
(SHA1 25fec7158b1b0d6112f4c02f9125e5ba452298d0
2005-09-18 02:18:12 +00:00
<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
2005-10-14 14:35:44 +00:00
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>
2006-09-09 21:09:55 +00:00
(SHA1 39992f945e8087989409fcbe2cf23434e3b7915a
2005-02-18 15:57:38 +00:00
<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 />
2006-09-09 21:09:55 +00:00
<a href="http://dev.i2p.net/i2p/i2p-0.6.1.25.tar.bz2">i2p-0.6.1.25.tar.bz2</a>
(SHA1 ad12a281667c48372a17a5fbe295b71e4bd2d2ce
<a href="http://dev.i2p.net/i2p/i2p-0.6.1.25.tar.bz2.sig">sig</a>)<br />
Alternately, you can fetch the source from <a href="cvs">cvs</a> (CVS HEAD
2006-09-09 21:09:55 +00:00
gets you the most recent updates, while the tag <code>i2p_0_6_1_25</code> gets you
the release)<br/>
2006-09-09 21:09:55 +00:00
Run <code>(tar xjvf i2p-0.6.1.25.tar.bz2 ; cd i2p-0.6.1.25 ; ant dist)</code> then either
run the GUI installer or headless install as above</li>
2005-09-18 02:18:12 +00:00
<li>After running the installer on windows, simply click on the "Run I2P" button
2005-02-18 15:57:38 +00:00
which will bring up the router console, which has further instructions. When
2005-09-29 20:07:34 +00:00
first installing, please remember to <b>adjust your NAT/firewall</b> if you can.</li>
</ul>
2004-09-09 03:41:16 +00:00
2005-09-18 02:18:12 +00:00
<h3>Updates from earlier releases:</h3>
2005-03-30 04:01:43 +00:00
<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
2005-04-06 16:03:43 +00:00
link.</li>
2005-03-30 04:01:43 +00:00
<li>Alternately, you can use the instructions specified below.</li>
</ol>
2005-09-18 02:18:12 +00:00
<h3>Updates from earlier releases (alternate method):</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>
2006-09-09 21:09:55 +00:00
(SHA1 8e50f531f8a52693880e4a1f2c16eac39b57dac0
2005-02-18 15:57:38 +00:00
<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
2005-07-27 20:52:39 +00:00
resulting i2pupdate.zip to your I2P installation directory). You do
NOT need to unzip that file.</li>
2004-09-30 17:35:36 +00:00
<li>Click <a href="http://localhost:7657/configservice.jsp">"Graceful restart"</a></li>
2005-02-23 05:28:17 +00:00
<li>Grab a cup of coffee and come back in 11 minutes</li>
2004-09-09 03:41:16 +00:00
</ol>