Files
i2p.i2p/INSTALL-headless.txt

48 lines
1.8 KiB
Plaintext
Raw Permalink Normal View History

2011-05-22 14:31:56 +00:00
Headless (console mode) I2P installation instructions
2004-09-02 02:20:03 +00:00
1) java -jar i2pinstall.exe -console (you've already done this)
2004-09-02 02:20:03 +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.
2011-05-22 14:31:56 +00:00
If you do not have an X server running, the browser launch may fail, and
you may use:
2011-05-22 14:31:56 +00:00
lynx http://localhost:7657/
to configure the router.
2017-06-11 16:26:25 +00:00
If you're having trouble, check the
website at https://geti2p.net/, or get on irc://irc.freenode.net/#i2p
2004-09-02 02:20:03 +00:00
2009-10-09 13:55:15 +00:00
I2P will create and store files and configuration data in the user directory
~/.i2p/ on Linux and %LOCALAPPDATA%\I2P\ on Windows. This directory is created
2009-10-09 13:55:15 +00:00
when I2P is run for the first time. It also creates files in the system
temporary directory specified by the Java Virtual Machine.
To change the location of these directories, or to configure I2P to
put all files in this directory (the so-called "portable" configuration),
edit the files i2prouter (Linux) and wrapper.config (Linux and Windows)
where there are comments labeled "PORTABLE". Do this before you
run I2P for the first time.
2011-05-22 14:31:56 +00:00
To start I2P:
2015-11-19 17:11:26 +00:00
(*nix, BSD, Mac): sh i2prouter start
(win*): I2P.exe
2015-11-19 17:11:26 +00:00
(platforms without wrapper support): sh runplain.sh
2004-09-02 02:20:03 +00:00
2011-05-22 14:31:56 +00:00
To stop I2P (gracefully):
lynx http://localhost:7657/summaryframe (click "Shutdown")
2015-11-19 17:11:26 +00:00
or (*nix, BSD, Mac) sh i2prouter graceful
2004-09-02 02:20:03 +00:00
2011-05-22 14:31:56 +00:00
To stop I2P immediately:
2015-11-19 17:11:26 +00:00
(*nix, BSD, Mac) sh i2prouter stop
2004-09-02 02:20:03 +00:00
To uninstall I2P:
2011-05-22 14:31:56 +00:00
rm -rf $I2PInstallDir ~/.i2p
2004-09-02 02:20:03 +00:00
Supported JVMs:
All platforms: Java 1.8 or higher required
Windows: OpenJDK or Oracle from http://java.com/download
Linux: OpenJDK or Oracle from http://java.com/download
FreeBSD: OpenJDK or Oracle from http://java.com/download
2025-03-04 10:20:56 -05:00
Other operating systems and JVMs: See https://geti2p.net/download