forked from I2P_Developers/i2p.www
Updated README
This commit is contained in:
15
README
Normal file
15
README
Normal 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/
|
@@ -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/
|
||||
|
Reference in New Issue
Block a user