https://github.com/sethblack/gunicorn-lesson
Quick how-to for gunicorn
https://github.com/sethblack/gunicorn-lesson
gunicorn gunicorn-web-server python python3 tutorial
Last synced: about 1 year ago
JSON representation
Quick how-to for gunicorn
- Host: GitHub
- URL: https://github.com/sethblack/gunicorn-lesson
- Owner: sethblack
- License: apache-2.0
- Created: 2018-03-30T22:28:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T00:57:56.000Z (about 8 years ago)
- Last Synced: 2025-01-30T23:42:48.883Z (over 1 year ago)
- Topics: gunicorn, gunicorn-web-server, python, python3, tutorial
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gunicorn Lesson
`python3 -m venv .`
`source bin/activate`
`pip3 install -r requirements.txt`
`gunicorn server:app`