forked from I2P_Developers/i2p.www
fix virtualenv setup
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
To run locally (for testing purposes):
|
||||
|
||||
- Install proxychains, configure it for Tor
|
||||
- Install virtualenv and Python 2.7
|
||||
|
||||
- (Optional) Install proxychains, configure it for Tor
|
||||
|
||||
- Pull in the dependencies:
|
||||
|
||||
@@ -21,9 +23,13 @@ To run locally (for testing purposes):
|
||||
- Start the webserver:
|
||||
|
||||
```
|
||||
$ source env/bin/activate # activates virtualenv
|
||||
$ ./runserver.py
|
||||
$ deactivate # ..s virtualenv
|
||||
```
|
||||
|
||||
(if the shell in use is not bash, you can append its name to the activator if supported: `...ivate.fish`)
|
||||
|
||||
- Open the site at http://localhost:5000/
|
||||
|
||||
## Running a mirror
|
||||
|
Reference in New Issue
Block a user