From 10f51a724c421d97b97de9ced2ff0431b7d0f550 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 30 Apr 2021 14:22:55 +0200 Subject: [PATCH] Auto: misc. --- promnesia-howto.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/promnesia-howto.md b/promnesia-howto.md index b2480fbf7..3f305fa19 100644 --- a/promnesia-howto.md +++ b/promnesia-howto.md @@ -19,13 +19,14 @@ 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. -- Start the local process. - - `promnesia serve` -- Make the local process sticky across reboots. - - `promnesia install-server` - 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` +- 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`). +- Make the local process sticky across reboots. + - `promnesia install-server` - Enjoy! ## Thoughts / asides: