I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
install-headless.txt 1.08 KiB
Newer Older
  • Learn to ignore specific revisions
  • jrandom's avatar
    jrandom committed
    $Id: install-headless.txt,v 1.5 2005/09/29 14:19:23 jrandom Exp $
    
    jrandom's avatar
    jrandom committed
    Headless I2P installation instructions
    
    1) tar xjf i2p.tar.bz2                     (you've already done this)
    
    jrandom's avatar
    jrandom committed
    2) cd i2p ; vi install-headless.txt        (you're doing this now)
    
    jrandom's avatar
    jrandom committed
    3) sh postinstall.sh                       (this launches the router)
    4) lynx http://localhost:7657/index.jsp    (configure the router)
    
    jrandom's avatar
    jrandom committed
    
    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:
    
    jrandom's avatar
    jrandom committed
       (*nix): sh i2prouter start
    
    jrandom's avatar
    jrandom committed
       (win*): I2P.exe
    
    jrandom's avatar
    jrandom committed
    
    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
    
    jrandom's avatar
    jrandom committed
               (or any subsequent releases)