diff --git a/README b/README new file mode 100644 index 0000000000000000000000000000000000000000..e6eae6158733566ea7f4ba7c17771c092d83a624 --- /dev/null +++ b/README @@ -0,0 +1,15 @@ +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/ diff --git a/www.i2p2/README b/www.i2p2/README deleted file mode 100644 index 1b8ba45db61cb967cb7b23d24c18eba37879b623..0000000000000000000000000000000000000000 --- a/www.i2p2/README +++ /dev/null @@ -1,14 +0,0 @@ -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/ -