cd .
python -m venv flask
. flask/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
# this dev version needs to be used on WSL in order to get around
# the SO_REUSEPORT bug until next PyPi Release (beyond 0.21.0)
pip install -U https://github.com/eventlet/eventlet/archive/master.zip
pip install -U https://github.com/benoitc/gunicorn/archive/master.zip
./db_create.py
./db_upgrade.py
# ./run.py
gunicorn --worker-class eventlet -w 1 --certfile cert.pem --keyfile key.pem -b 0.0.0.0:5500 app:app
-
Notifications
You must be signed in to change notification settings - Fork 0
chisaipete/fusion-artable
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published