Add reseed URL to the download page

This commit is contained in:
zzz
2008-02-01 18:03:05 +00:00
parent 3145d83953
commit 7ca3d9e88e

View File

@@ -17,9 +17,8 @@
<a href="http://mirror.i2p2.de/i2p-0.6.1.30.tar.bz2">i2p-0.6.1.30.tar.bz2</a> <a href="http://mirror.i2p2.de/i2p-0.6.1.30.tar.bz2">i2p-0.6.1.30.tar.bz2</a>
(SHA1 6b82dcd305a819a3eb9236a70a9e125897bba048 (SHA1 6b82dcd305a819a3eb9236a70a9e125897bba048
<a href="http://mirror.i2p2.de/i2p-0.6.1.30.tar.bz2.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2p-0.6.1.30.tar.bz2.sig">sig</a>)<br />
Alternately, you can fetch the source from <a href="cvs">cvs</a> (CVS HEAD Alternately, you can fetch the source from <a href="monotone">monotone</a>.
gets you the most recent updates, while the tag <code>i2p_0_6_1_30</code> gets you <br/>
the release)<br/>
Run <code>(tar xjvf i2p-0.6.1.30.tar.bz2 ; cd i2p-0.6.1.30 ; ant dist)</code> then either Run <code>(tar xjvf i2p-0.6.1.30.tar.bz2 ; cd i2p-0.6.1.30 ; ant dist)</code> then either
run the GUI installer or headless install as above</li> run the GUI installer or headless install as above</li>
</ul> </ul>
@@ -37,6 +36,14 @@ 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> control the service. The <a href="http://localhost:7657/index.jsp">router console</a>
can be accessed at its usual location.</p> can be accessed at its usual location.</p>
<p><b>Important - the reseed URL has changed. If this is your first install, you must change it and then
click "Reseed" on the console to find other routers.
After your router is running,
on <a href="http://localhost:7657/configadvanced.jsp">configadvanced.jsp</a>,
add the line <tt>i2p.reseedURL=http://i2pdb.tin0.de/netDb/</tt> ,
then click "Apply", then click the "Reseed" link on the left.
</b></p>
<p>When installing for the first time, please remember to <b>adjust your NAT/firewall</b> <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, if you can, bearing in mind the Internet-facing ports I2P uses,
<a href="http://www.i2p2.de/faq#ports">described here</a> among other ports.</p> <a href="http://www.i2p2.de/faq#ports">described here</a> among other ports.</p>
@@ -62,4 +69,4 @@ if you can, bearing in mind the Internet-facing ports I2P uses,
<li>Click <a href="http://localhost:7657/configservice.jsp">"Graceful restart"</a></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>Grab a cup of coffee and come back in 11 minutes</li>
</ol> </ol>
{% endblock %} {% endblock %}