I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 536134c7 authored by str4d's avatar str4d
Browse files

Updated README

parent 53e242e9
No related branches found
No related tags found
No related merge requests found
README 0 → 100644
To run locally (for testing purposes):
- Install proxychains, configure it for Tor
- Pull in the dependencies:
$ proxychains ./setup_venv.sh
(you can also pull them non-anon by leaving out proxychains)
- Compile translations (if you want to see them):
$ ./compile-messages.sh
- Start the webserver:
$ ./runserver.py
- Open the site at http://localhost:5000/
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/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment