Files
i2p.www/www.i2p2
kytv d3b5a0ec50 Add -k "" to the mtn pull command
If someone has a monotone key but does not have push rights, the server will
restrict the pull; by specifying a "" as the key, the pull will succeed.
2011-12-27 23:08:37 +00:00
..
2011-06-23 18:20:15 +00:00
2011-12-27 23:08:37 +00:00
2009-01-27 21:05:12 +00:00

To run locally (for testing purposes):

$ python app.py
This will run a webserver on http://localhost:5009/

If you get python import errors when trying to run the local web server, you
might need to install required dependencies: jinja and werkzeug. If you are
using Linux, they might be in the repository of your distribution. Otherwise
you will have to install them yourself. Please see the homepages of these
projects:

http://jinja.pocoo.org/
http://werkzeug.pocoo.org/