From 514c146642a122b293df040c3244e24e4574b961 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 30 Apr 2021 14:52:11 +0200 Subject: [PATCH] Auto: misc. --- promnesia-howto.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/promnesia-howto.md b/promnesia-howto.md index 3f305fa19..cf177adb6 100644 --- a/promnesia-howto.md +++ b/promnesia-howto.md @@ -19,9 +19,10 @@ I would myself qualify this a bit and say that Promnesia is a tool with several - Configure the local process. - `promnesia config` to seed a config in `.config/promnesia/config.py` - Edit to your liking. Refer to [[promnesia config]] for examples. + - You can install additional sources by referring to https://github.com/karlicoss/promnesia/blob/master/doc/SOURCES.org. - Configure the periodic indexer. This means adding a [[cronjob]] that runs `promnesia index`. I run mine every 10 minutes. - `crontab -e` and add the following - - `*/10 * * * * promnesia index >/tmp/promnesia-index-stdout.log 2>/tmp/promnesia-index-stderr.log` + - `*/10 * * * * ~/.local/bin/promnesia index >/tmp/promnesia-index-stdout.log 2>/tmp/promnesia-index-stderr.log` - Start the local process. - `promnesia serve` - Note that the indexer must have run at least once for this to work; run it manually once if in doubt (`promnesia index`).