let windows users install/remove the service through the /configservice.jsp page

This commit is contained in:
jrandom
2004-08-31 21:25:23 +00:00
committed by zzz
parent bbdf1a0b30
commit a0499451a5
3 changed files with 36 additions and 15 deletions

View File

@@ -21,10 +21,12 @@ linked together).</p>
<p>With the I2P install we've bundled some scripts and code (from the cool folks at
<a href="http://wrapper.tanukisoftware.org/doc/english/">tanukisoftware</a>) to let you
run I2P as a service on windows machines (a daemon, for you *nix geeks). To install it,
just run install_i2p_service_winnt.bat (or install_i2p_service_unix, as root). To uninstall
it, run uninstall_i2p_service_winnt.bat (or uninstall_i2p_service_unix, as root). To uninstall
I2P altogether, simply wipe the I2P installation directory.</p>
run I2P as a service on windows machines (a daemon, for you *nix geeks). Windows users can
add or remove the I2P service on the <a href="/configservice.jsp">service control page</a>, or
through the install_i2p_service_winnt.bat and uninstall_i2p_service_winnt.bat scripts. *nix
users can use the install_i2p_service_unix and uninstall_i2p_service_unix scripts included, but
they must be run as root. To uninstall I2P altogether, simply wipe the I2P installation
directory.</p>
<h2>What next?</h2>