forked from I2P_Developers/i2p.www
0.4.0.1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<h3>Past announcements</h3>
|
||||
<h4>2004</h4>
|
||||
<ul>
|
||||
<li>2004-09-08 - <a href="http://dev.i2p.net/pipermail/i2p/2004-September/000440.html">0.4.0.1</a></li>
|
||||
<li>2004-09-03 - <a href="http://dev.i2p.net/pipermail/i2p/2004-September/000428.html">0.4</a></li>
|
||||
<li>2004-08-20 - <a href="http://dev.i2p.net/pipermail/i2p/2004-August/000416.html">0.3.4.3</a></li>
|
||||
<li>2004-08-12 - <a href="http://dev.i2p.net/pipermail/i2p/2004-August/000405.html">0.3.4.2</a></li>
|
||||
|
@@ -2,22 +2,55 @@
|
||||
<ul>
|
||||
<li>GUI installer (requires Swing):<br />
|
||||
<a href="http://dev.i2p.net/i2p/install.jar">install.jar</a>
|
||||
(SHA1 becffc59c400ecb5df93fa8126909481ca06f100)<br />
|
||||
(SHA1 a85ad25d4fa5ce4c914fb287bde0605e97a3c1a6)<br />
|
||||
Right-click "save as", then either double click on it or run
|
||||
<code>java -jar install.jar</code></li>
|
||||
<li>Headless install:<br />
|
||||
<a href="http://dev.i2p.net/i2p/i2p.tar.bz2">i2p.tar.bz2</a>
|
||||
(SHA1 d768fd72af17c6bb82865717f9755fd73ecb7edc)<br />
|
||||
(SHA1 75b97e12dde6f0d4061944b1ee34d06975d936d7)<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_4.tar.bz2">i2p_0_4.tar.bz2</a>
|
||||
(SHA1 faa7f040b5ace56e728508a9dbab65f67a0dc8de)<br />
|
||||
<a href="http://dev.i2p.net/i2p/i2p_0_4_0_1.tar.bz2">i2p_0_4_0_1.tar.bz2</a>
|
||||
(SHA1 58c822e45662c94dc3cfff1d91fb84e1cb457233)<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_4</code> gets you
|
||||
gets you the most recent updates, while the tag <code>i2p_0_4_0_1</code> gets you
|
||||
the release)<br/>
|
||||
Run <code>(tar xjvf i2p_0_4.tar.bz2 ; cd i2p_0_4 ; ant dist)</code> then either
|
||||
Run <code>(tar xjvf i2p_0_4_0_1.tar.bz2 ; cd i2p_0_4_0_1 ; ant dist)</code> then either
|
||||
run the GUI installer or headless install as above</li>
|
||||
<li>After running one of the above installs, you will want to go to
|
||||
the <a href="http://127.0.0.1:7657/">router console</a> and follow the
|
||||
instructions (be sure to enter your IP address / domain name, check any NAT/firewall,
|
||||
and reseed)</li>
|
||||
</ul>
|
||||
<i><b>Important:</b> if you had a 0.3 install running in the last day, you
|
||||
must use the update procedure</i>
|
||||
|
||||
<h3>Updates from 0.4:</h3>
|
||||
<ol>
|
||||
<li>If you previously set I2P to run as a windows service, we need to
|
||||
temporarily remove that. Go to
|
||||
<a href="http://127.0.0.1:7657/configservice.jsp">http://127.0.0.1:7657/configservice.jsp</a>
|
||||
and select "Don't run I2P on startup".</li>
|
||||
<li>Go to <a href="http://127.0.0.1:7657/configservice.jsp">http://127.0.0.1:7657/configservice.jsp</a> and
|
||||
select "Shutdown gracefully"</li>
|
||||
<li>Download <a href="http://dev.i2p.net/i2p/i2pupdate.zip">http://dev.i2p.net/i2p/i2pupdate.zip</a>
|
||||
(SHA1 1376d3410c49006ce55f51ebe4d496b55ec90762) to
|
||||
your I2P installation directory and extract it there (it will overwrite files such as <code>lib/i2p.jar</code> and
|
||||
<code>i2prouter.bat</code>).<br />
|
||||
<i>If you have modified your <code>wrapper.conf</code>, please merge that with the new
|
||||
<code>wrapper.config</code></i></li>
|
||||
<li>Go grab a beer (aka wait 10 minutes - there was a bug in the 0.4 graceful
|
||||
shutdown code)</li>
|
||||
<li>If you removed the windows service in step 1 above, lets add it back
|
||||
in - run <code>install_i2p_service_winnt.bat</code></li>
|
||||
<li>Start the router back up<ul>
|
||||
<li><b>on *nix:</b> <code>sh i2prouter start</code></li>
|
||||
<li><b>on windows:</b> <code>Start-->Run-->net start i2p</code></li>
|
||||
<li><b>on windows 9x:</b> click on <code>i2prouter-win9x.bat</code> (make sure
|
||||
"javaw" is in your path)</li>
|
||||
</ul></li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h3>Updates from 0.3.1.1-0.3.4.3:</h3>
|
||||
<ul>
|
||||
|
@@ -3,8 +3,8 @@
|
||||
<p>A distributed anonymous and secure communication network.</p>
|
||||
|
||||
<p><b>Latest version:</b><br />
|
||||
2004-09-03 - 0.4 -
|
||||
<a href="http://dev.i2p.net/pipermail/i2p/2004-September/000428.html">Announcement</a>
|
||||
2004-09-08 - 0.4.0.1 -
|
||||
<a href="http://dev.i2p.net/pipermail/i2p/2004-September/000440.html">Announcement</a>
|
||||
- <a href="download">Download</a>
|
||||
</p>
|
||||
<p><b>Weekly updates:</b><br />
|
||||
|
Reference in New Issue
Block a user