diff --git a/apps/i2psnark/readme-standalone.txt b/apps/i2psnark/readme-standalone.txt index fa35c65ee..7eb75c519 100644 --- a/apps/i2psnark/readme-standalone.txt +++ b/apps/i2psnark/readme-standalone.txt @@ -4,9 +4,24 @@ java -jar i2psnark.jar I2PSnark web ui will be at http://127.0.0.1:8002/i2psnark/ -Please note that http://127.0.0.1:8002/ will 404, to be fixed - I2PSnark is GPL'ed software, based on Snark (http://www.klomp.org/) to run on top of I2P (https://geti2p.net/) within a webserver (such as the bundled Jetty from https://www.eclipse.org/jetty/). For more information about I2PSnark, get in touch with the folks at http://forum.i2p2.de/ + + +To add RPC support: + +1) Stop i2psnark standalone if running. + +2a) If you have the i2psnark-rpc plugin installed in your router already, + copy the file ~/.i2p/plugins/i2psnark-rpc/console/webapps/transmission.war + to the webapps/ directory in your standalone install. + +2b) If you do not have the i2psnark-rpc plugin installed, get the i2p.plugins.i2psnark-rpc + branch out of monotone, build with 'ant war', and copy the file src/build/transmission.war.jar + to the file webapps/transmission.war in your standalone install. + +3) Start i2psnark standalone as usual. The transmission web interface will be at + http://127.0.0.1:8002/transmission/web/ or if you have transmission-remote installed, + test with 'transmission-remote 8002 -l'