From e5af42806c851c6180c18917b5ddc33cd76ba6f1 Mon Sep 17 00:00:00 2001 From: colons Date: Fri, 22 Oct 2021 11:06:41 +0100 Subject: [PATCH 1/3] THEY'RE NOT GNOMES --- PANIC.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PANIC.md b/PANIC.md index 960e41c4..6474f974 100644 --- a/PANIC.md +++ b/PANIC.md @@ -73,8 +73,8 @@ to accept votes and generally be responsible, though: - Make Peter an account with staff and admin permissions. - You can do this from the admin interface at /admin. Make them a super user. -- Make non-staff accounts for the gnomes who gather tracks, so that they can - get to the request list +- Make non-staff accounts for the elves who gather tracks, so that they can get + to the request list ---- From 2f79e11271c09d971a2526ed4be93e9e5a1c89f1 Mon Sep 17 00:00:00 2001 From: colons Date: Fri, 22 Oct 2021 11:07:44 +0100 Subject: [PATCH 2/3] Link to Python's venv tutorial. --- PANIC.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PANIC.md b/PANIC.md index 6474f974..2ae84807 100644 --- a/PANIC.md +++ b/PANIC.md @@ -15,7 +15,7 @@ installed. want if you're going to set up a replacement instance. - Make sure you have Python 3.8 or newer and some kind of recent version of npm. -- Make and activate a virtualenv. +- Make and activate a [virtualenv][venv]. - I use [virtualenvwrapper][vew], but it's up to you how to set this up. - Clone the repository. - Run `pip install -r requirements.txt` from the repository root to install @@ -84,5 +84,6 @@ do that too. [lastfmapikeys]: http://www.last.fm/api/account/create [db]: https://docs.djangoproject.com/en/dev/ref/settings/#databases +[venv]: https://docs.python.org/3.8/tutorial/venv.html#tut-venv [vew]: http://virtualenvwrapper.readthedocs.org/ [pl]: http://django-pipeline.readthedocs.org/ From 3eedf4439aec890c1f218e92b6e2c15d76fdcdc9 Mon Sep 17 00:00:00 2001 From: colons Date: Fri, 22 Oct 2021 11:08:08 +0100 Subject: [PATCH 3/3] Be consistent about what Python version we use. --- PANIC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PANIC.md b/PANIC.md index 2ae84807..6bce5583 100644 --- a/PANIC.md +++ b/PANIC.md @@ -8,7 +8,7 @@ cool if the site could continue to work. Here, then, are some instructions that I'm pretty sure should be all you need to do to get the site up and running on your own server. A passing familiarity with Django will help greatly. I'm assuming you have a server of some kind that -has Python 3.7 and Apache or nginx or some httpd capable of hosting WSGI apps +has Python 3.8 and Apache or nginx or some httpd capable of hosting WSGI apps installed. - Talk to Peter. They have some passwords and keys and other things that you'll