2004-09-02 02:20:03 +00:00
|
|
|
Headless I2P installation instructions
|
|
|
|
|
2009-06-11 13:31:27 +00:00
|
|
|
1) java -jar i2pinstall.exe -console (you've already done this)
|
2004-09-02 02:20:03 +00:00
|
|
|
|
2009-06-11 13:31:27 +00:00
|
|
|
This will run the installer in text mode, including running the postinstall.sh
|
2009-10-07 17:12:00 +00:00
|
|
|
script. After that, you may run 'sh i2prouter start'
|
|
|
|
which will start the router and attempt to launch a browser.
|
2009-06-11 13:31:27 +00:00
|
|
|
|
2009-10-07 17:12:00 +00:00
|
|
|
If you do not have an X server running, the browser launch will probably fail, and
|
2009-06-11 13:31:27 +00:00
|
|
|
you may use:
|
|
|
|
lynx http://localhost:7657/index.jsp
|
|
|
|
to configure the router.
|
|
|
|
|
|
|
|
If you're having trouble, swing by http://forum.i2p2.de/, check the
|
|
|
|
website at http://www.i2p2.de/, or get on irc://irc.freenode.net/#i2p
|
2004-09-02 02:20:03 +00:00
|
|
|
|
|
|
|
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)
|