Updated README
This commit is contained in:
parent
34eb392ce0
commit
ccb4d64cde
1 changed files with 0 additions and 2 deletions
2
README
2
README
|
@ -5,8 +5,6 @@ How to get started:
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
install requiremens:
|
install requiremens:
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
create the log folder:
|
|
||||||
mkdir logs
|
|
||||||
start the program:
|
start the program:
|
||||||
venv/bin/gunicorn -b "127.0.0.1:5000" -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 main:app
|
venv/bin/gunicorn -b "127.0.0.1:5000" -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 main:app
|
||||||
You can now accses the Website on http://127.0.0.1:5000
|
You can now accses the Website on http://127.0.0.1:5000
|
||||||
|
|
Loading…
Reference in a new issue