
2005-09-29 jrandom * Let syndie users modify their metadata. * Reseed the router on startup if there aren't enough peer references known locally. This can be disabled by creating the file .i2pnoreseed in your home directory, and the existing detection and reseed handling on the web interface is unchanged.
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
$Id: install-headless.txt,v 1.4 2004/12/21 11:32:50 jrandom Exp $
|
|
Headless I2P installation instructions
|
|
|
|
1) tar xjf i2p.tar.bz2 (you've already done this)
|
|
2) cd i2p ; vi install-headless.txt (you're doing this now)
|
|
3) java -jar lib/reseed.jar (optional)
|
|
4) sh postinstall.sh (this launches the router)
|
|
5) lynx http://localhost:7657/index.jsp (configure the router)
|
|
|
|
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:
|
|
(*nix): sh i2prouter start
|
|
(win*): I2P.exe
|
|
|
|
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:
|
|
Windows: Latest available from http://java.sun.com/ (1.3+ supported)
|
|
Linux: Latest available from http://java.sun.com/ (1.3+ supported)
|
|
FreeBSD: /usr/ports/java/linux-sun-jdk1.4
|
|
various: http://www.kaffe.org/ using CVS HEAD as of Sept 1, 2004
|
|
(or any subsequent releases)
|