(previous izpack was 3.7.2 from 2005-04-22) izpack 4.3.0 from : http://dist.codehaus.org/izpack/releases/4.3.0/IzPack-install-4.3.0.jar SHA1 f06da6b26ac2c68fed64ab38980352989b8d8841 (no signatures or sha1sums found on website, and the jar is unsigned) License: Apache 2.0 upack izpack: java -jar IzPack-install-4.3.0.jar or java -jar IzPack-install-4.3.0.jar -console get the standalone-compiler.jar from the installation lib/ directory: SHA1 6d2b4a5657bfb864a333b1c4b1c0f8223aa57d80 (no signatures or sha1sums found on website, and the jar is unsigned) This fixes the bug with the install windows centered in all the workspaces, not the current workspace. And who knows what other bugs in the last 4 years. To fix Vista (and presumably Windows 7) permissiom problems, add a run-privileged flag for those, and run the new fixperms.bat which calls icacls to add the privileges to the install directory. Add support for 6 more language packs found in the new release. Change from ISO3 codes to native language names. Disable creation of the i2p.tar.bz2 file in build.xml (distributed as i2pheadless-0.7.x.tar.bz2), as izpack 4.3.0 now supports headless installation with java -jar i2pinstall.exe -console. Update INSTALL.txt and INSTALL-headless.txt accordingly.
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
Headless I2P installation instructions
|
|
|
|
1) java -jar i2pinstall.exe -console (you've already done this)
|
|
|
|
This will run the installer in text mode, including running the postinstall.sh
|
|
script, which will start the router and launch a browser.
|
|
|
|
If you do not have an X server running, the browser launch will fail, and
|
|
you may use:
|
|
lynx http://localhost:7657/index.jsp
|
|
to configure the router.
|
|
|
|
If you're having trouble, swing by http://forum.i2p2.de/, check the
|
|
website at http://www.i2p2.de/, 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.5+ supported)
|
|
Linux: Latest available from http://java.sun.com/ (1.5+ supported)
|
|
FreeBSD: Sun 1.5-compatible (NIO required)
|
|
various: http://www.kaffe.org/ Sun 1.5-compatible (NIO required)
|