2004-09-02 02:20:03 +00:00
|
|
|
Headless I2P installation instructions
|
|
|
|
|
|
|
|
1) tar xjf i2p.tar.bz2 (you've already done this)
|
2009-06-01 20:03:00 +00:00
|
|
|
2) cd i2p ; vi INSTALL-headless.txt (you're doing this now)
|
2005-10-05 23:24:33 +00:00
|
|
|
3) sh postinstall.sh (this launches the router)
|
|
|
|
4) lynx http://localhost:7657/index.jsp (configure the router)
|
2004-09-02 02:20:03 +00:00
|
|
|
|
|
|
|
If you're having trouble, swing by http://forum.i2p.net/, check the
|
|
|
|
website at http://www.i2p.net/, or get on irc://irc.freenode.net/#i2p
|
|
|
|
|
|
|
|
To run I2P explicitly:
|
2004-12-21 16:32:49 +00:00
|
|
|
(*nix): sh i2prouter start
|
2005-09-29 19:19:22 +00:00
|
|
|
(win*): I2P.exe
|
2004-09-02 02:20:03 +00:00
|
|
|
|
|
|
|
To stop the router (gracefully):
|
|
|
|
lynx http://localhost:7657/configservice.jsp ("Shutdown gracefully")
|
|
|
|
|
|
|
|
To stop the router (immediately):
|
|
|
|
sh i2prouter stop
|
|
|
|
|
|
|
|
To uninstall I2P:
|
|
|
|
rm -rf $i2pInstallDir
|
|
|
|
|
|
|
|
Supported JVMs:
|
2008-10-14 14:26:40 +00:00
|
|
|
Windows: Latest available from http://java.sun.com/ (1.5+ supported)
|
|
|
|
Linux: Latest available from http://java.sun.com/ (1.5+ supported)
|
|
|
|
FreeBSD: Sun 1.5-compatible (NIO required)
|
|
|
|
various: http://www.kaffe.org/ Sun 1.5-compatible (NIO required)
|