From 96eb3a05f6b00c76e0723ea276d95b0f427d4e00 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 31 Jul 2022 03:07:11 -0400 Subject: [PATCH] doc update --- doc/GUIDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/GUIDE.md b/doc/GUIDE.md index f6b095a7..7f0325f7 100644 --- a/doc/GUIDE.md +++ b/doc/GUIDE.md @@ -77,6 +77,10 @@ python3 manage.py sass common/static/sass/boofilsic.sass common/static/css/boofi python3 manage.py collectstatic ``` +Add Cron Jobs +------------- +add `python manage.py refresh_mastodon` to crontab to run hourly, it will refresh cached users' follow/mute/block from mastodon + Index and Search ---------------- Install TypeSense or Meilisearch, change `SEARCH_BACKEND` and coniguration for search server in `settings.py`