mirror of http://git.simp.i2p/simp/i2pnews.git
readme update
parent
6c450f8ca4
commit
8937de048b
|
@ -23,8 +23,7 @@ Activate the environment, then run `pip3 install -r requirements.txt`
|
|||
|
||||
Something like this should work:
|
||||
|
||||
git clone --config http.proxy=127.0.0.1:4444 http://git.simp.i2p/simp/i2pnews.git && cd i2pnews
|
||||
python3 -m venv ./ && cd bin && source activate && cd .. && pip3 install -r requirements.txt
|
||||
git clone --config http.proxy=127.0.0.1:4444 http://git.simp.i2p/simp/i2pnews.git && cd i2pnews && python3 -m venv ./ && cd bin && source activate && cd .. && pip3 install -r requirements.txt
|
||||
|
||||
After requirements are installed, while in your venv running `python3 wsgi.py` should work, which will run gunicorn. Running `python3 app.py` will just run the flask app withou gunicorn. Useful for debugging not much else.
|
||||
|
||||
|
|
Loading…
Reference in New Issue