Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 245 Bytes

File metadata and controls

13 lines (11 loc) · 245 Bytes

to run:

pip install -r requirements.txt
pip install -e ./
cp ./.env.template ./.env
gunicorn -w 1 capytcha_server.app:create_app --bind localhost:8080 --worker-class aiohttp.GunicornWebWorker --reload