Advertisement
Guest User

Untitled

a guest
Sep 25th, 2013
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. Here is a Portable I2P howto (windows version):
  2.  
  3. (I2P will run even if Java isn't installed on the host PC)
  4.  
  5.  
  6. 1. (optional) you can download the portable apps platform if you want, this will give you a nice launcher menu.
  7.  
  8. Here is the link: link: http://portableapps.com/download (platform only is enough).
  9.  
  10. As I said above, this is only for convenience and is optional (you can then also make a nice launcher link in the menu for i2p as in point 5 below).
  11.  
  12. 2. Install portable java: link: http://portableapps.com/apps/utilities/java_portable
  13.  
  14. (if you use the portable apps menu in point 1, select the install file from the options menu and it will install it in the right place)
  15.  
  16. 3. Copy your I2P directory to your PortableApps base dir\PortableApps
  17.  
  18. (this is the default dir structure installed by the portable apps platform in point 1)
  19.  
  20. 4. in your i2p directory, edit wrapper.config to use the portable java:
  21.  
  22. Code:
  23.  
  24. #wrapper.java.command=java
  25. wrapper.java.command=../CommonFiles/Java/bin/java.exe
  26.  
  27.  
  28.  
  29. 5. That's it. You can now start i2p with
  30.  
  31. Code:
  32.  
  33. I2Psvc.exe -c wrapper.config
  34.  
  35.  
  36.  
  37.  
  38. (If you want you can put this in a bat file. Furthermore, you can then also use a bat to exe compiler to make an exe which will show up in the portable apps menu, if you are using it. This would make a clean menu integrated launcher).
  39.  
  40.  
  41. Enjoy Smile
  42.  
  43.  
  44.  
  45. OPTIONAL:
  46.  
  47. 6. And to make this even more complete, if the i2p included jetty webserver is not enough, you can also add the full blown portable server suite (Apache, Tomcat, Mysql, php with zend optimizer, perl, ssl, sqlite, etc...):
  48.  
  49. link: http://portableapps.com/apps/development/xampp
  50.  
  51. For portable use you need the zip package, read "Installation without the Installer (Use this for portable use)"
  52.  
  53. This way you will always have your eepsite with you, wherever you go. Isn't this nice? Very Happy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement