Updated README

This commit is contained in:
str4d
2013-08-15 08:10:42 +00:00
parent 53e242e93a
commit 536134c7bd
2 changed files with 15 additions and 14 deletions

15
README Normal file
View File

@@ -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/

View File

@@ -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/