docs: deploy
This commit is contained in:
parent
e4227cc358
commit
3b69462164
@ -5,3 +5,10 @@ Requires Python >= 3.11.x 👍
|
|||||||
* install dependencies: `pip install -r requirements.txt`
|
* install dependencies: `pip install -r requirements.txt`
|
||||||
* create static images folder: `mkdir -p ./static/images`
|
* create static images folder: `mkdir -p ./static/images`
|
||||||
* launch the application: `python upload.py`
|
* launch the application: `python upload.py`
|
||||||
|
|
||||||
|
# deploy
|
||||||
|
|
||||||
|
```
|
||||||
|
pip install gunicorn
|
||||||
|
gunicorn --bind 127.0.0.1:5000 upload:APP
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user