Skip to content

Instantly share code, notes, and snippets.

View davidlesieur's full-sized avatar

David Lesieur davidlesieur

View GitHub Profile
@davidlesieur
davidlesieur / deploying-kerkoapp-on-ubuntu-20.04.md
Last active December 30, 2023 21:05
Deploying KerkoApp on Ubuntu 20.04 with nginx and gunicorn

Deploying KerkoApp 0.9 on Ubuntu 20.04 with nginx and gunicorn

⚠️ Update: The instructions below are superseded by the Kerko documentation.

These instructions will detail the steps and configurations required to get [KerkoApp] running on an Ubuntu 20.04 web server, using Gunicorn as the WSGI container and nginx as a HTTP proxy.

The general setup is the same as any [Flask] application, but some