Browse Source

docs: deploy

main
decentral1se 5 days ago
parent
commit
3b69462164
No known key found for this signature in database GPG Key ID: 3789458B3D0C410
  1. 7
      README.md

7
README.md

@ -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…
Cancel
Save