summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2021-02-20 16:07:02 +0000
committerStephen Finucane <stephen@that.guru>2021-02-20 16:16:54 +0000
commit5a2f429debd549aac457006a51d50cca88405ab9 (patch)
treec2821ce463094776e9f59a389c24b73895164c23 /lib
parent99f5e88e521806c8d1a711ef4eea71ae9c288024 (diff)
downloadpatchwork-5a2f429debd549aac457006a51d50cca88405ab9.tar
patchwork-5a2f429debd549aac457006a51d50cca88405ab9.tar.gz
docs: Refresh the guide for Ubuntu 20.04
Nothing changes wrt package names, which is nice. We take the opportunity to clarify some wording, however. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'lib')
-rw-r--r--lib/uwsgi/patchwork.ini10
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/uwsgi/patchwork.ini b/lib/uwsgi/patchwork.ini
index 39ffbd6..95a0613 100644
--- a/lib/uwsgi/patchwork.ini
+++ b/lib/uwsgi/patchwork.ini
@@ -1,6 +1,4 @@
[uwsgi]
-
-# change this to python27 if running Patchwork under Python 2.7
plugins = python3
project = patchwork
@@ -9,6 +7,14 @@ user = www-data
group = www-data
url = /
+# env = DJANGO_SECRET_KEY=
+# env = DATABASE_NAME=
+# env = DATABASE_USER=
+# env = DATABASE_PASS=
+# env = DATABASE_HOST=
+# env = DATABASE_PORT=
+# env = STATIC_ROOT=
+
chdir = %(base)/%(project)
pythonpath = %(base)/%(project)
module = %(project).wsgi:application