Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.32 KB

File metadata and controls

55 lines (42 loc) · 1.32 KB

Welcome to gumicorn

WSGI HTTP Server for UNIX

This project is a gunicorn fork for systemd free distributions like devuan

pip install gumicorn

if you want make the packege yourself

git clone https://github.com/ecxod/gumicorn

cd gumicorn

python3 -m venv venv
source venv/bin/activate
pip install build
python -m build

you find the package in dist/

<repository_root>/
├── gumicorn/
│   ├── dist/
│   │   ├── gumicorn-23.0.5-py3-none-any.whl
│   │   ├── gumicorn-23.0.5.tar.gz
│   ├── gumicorn_23.0.5_all/
│   │   ├── DEBIAN/
│   │   │   ├── control
│   │   ├── usr/
│   │   │   ├── bin/
│   │   │   │   ├── gumicorn
│   │   │   ├── lib/
│   │   │   │   ├── python3/
│   │   │   │   │   ├── dist-packages/
│   │   │   │   │   │   ├── gumicorn/
│   │   │   │   │   │   ├── ...
│   ├── gumicorn_23.0.5_all.deb
├── .gitlab-ci.yml