2P is a Java program, but they named the file *.exe so that Windows users would have less problems making it work. It's really just a *.jar, though, so do the following:
- Open a Terminal
- sudo apt-get install sun-java6-jre
- get the latest install package from http://www.i2p2.de/download
- java -jar i2pinstall-x.x.x.exe
- Follow the prompts
This ends up installing to ~/i2p. If you had run it as root you could install to /usr/local so all users could use it, but that causes problems of it's own. This is best.
Configuring I2P in your machine
I2P automatically starts as soon as the installation is complete. I2P is configured using any web browser by connecting to http://localhost:7657. Click the "Configure" link on the left to configure the options. You shouldn't need to change anything.
No comments:
Post a Comment