fix virtualenv setup

This commit is contained in:
2023-03-18 17:25:20 +00:00
committed by idk
parent 2f768fd6d2
commit f544a40229
3 changed files with 14 additions and 3 deletions

View File

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