Files
i2p.www/pages/download.html

63 lines
3.1 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>
2007-08-24 01:33:05 +00:00
(SHA1 28468a2c1e27f9d8e28b9f5088bc4ea655277dd1
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>
2007-08-24 01:33:05 +00:00
(SHA1 a8fc07bd33a355bdb0add9615ee2ac9bc1602340
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 />
2007-08-24 01:33:05 +00:00
<a href="http://dev.i2p.net/i2p/i2p-0.6.1.29.tar.bz2">i2p-0.6.1.29.tar.bz2</a>
(SHA1 e68debfcb67cecc09321d502da5e0fc182bb788d
<a href="http://dev.i2p.net/i2p/i2p-0.6.1.29.tar.bz2.sig">sig</a>)<br />
Alternately, you can fetch the source from <a href="cvs">cvs</a> (CVS HEAD
2007-08-24 01:33:05 +00:00
gets you the most recent updates, while the tag <code>i2p_0_6_1_29</code> gets you
the release)<br/>
2007-08-24 01:33:05 +00:00
Run <code>(tar xjvf i2p-0.6.1.29.tar.bz2 ; cd i2p-0.6.1.29 ; ant dist)</code> then either
run the GUI installer or headless install as above</li>
</ul>
2004-09-09 03:41:16 +00:00
<h3>Post-install work</h3>
<p>After running the installer on windows, simply click on the "Run I2P" button
which will bring up the <a href="http://localhost:7657/index.jsp">router console</a>,
which has further instructions.</p>
<p>On Unix-like systems, I2P can be started as a service
using the "i2prouter" script, located in the directory you selected for I2P.
Changing to that directory in a console and issuing "sh i2prouter status"
should tell you the router's status. The arguments "start", "stop" and "restart"
control the service. The <a href="http://localhost:7657/index.jsp">router console</a>
can be accessed at its usual location.</p>
<p>When installing for the first time, please remember to <b>adjust your NAT/firewall</b>
if you can, bearing in mind the Internet-facing ports I2P uses,
<a href="http://www.i2p.net/faq#ports">described here</a> among other ports.</p>
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>
2007-08-24 01:33:05 +00:00
(SHA1 f0d6b5210b3bcf4bcd913d7b3c3c6228cc6fb367
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>