Files
i2p.i2p/debian/README.Debian

33 lines
911 B
Plaintext
Raw Normal View History

QUICK START:
$ i2prouter start
(do NOT use sudo or run it as root!)
Then your web browser will start and show http://localhost:7657 (or you may run it manually).
You can configure i2p (run on boot, memory limit, using apparmor) via debconf:
# dpkg-configure -plow i2p
See also: https://geti2p.net/en/download/debian
-----
2011-05-25 23:09:58 +00:00
There are a few changes in this package from upstream.
- eepget and i2prouter are installed to /usr/bin.
- runplain.sh is installed as /usr/bin/i2prouter-nowrapper
2011-05-25 23:09:58 +00:00
- If I2P is run using the i2prouter or i2prouter-nowrapper scripts, the
wrapper.log is in /tmp and the other logs are in ~/.i2p/logs.
2011-05-25 23:09:58 +00:00
2011-05-27 09:45:42 +00:00
- If I2P is run with the initscript in /etc/init.d/i2p, all logs are written
2018-04-14 12:15:28 +00:00
to /var/log/i2p with the timestamps in UTC
2011-05-25 23:09:58 +00:00
- The config file for the wrapper can be found at /etc/i2p/wrapper.config
To use I2P with the wrapper (recommended), the package i2p must be installed.