From 4ae60b3c22d02395fbac8a1a769fef3c318cf12a Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 30 Apr 2021 14:22:04 +0200 Subject: [PATCH] Auto: misc. --- promnesia-howto.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/promnesia-howto.md b/promnesia-howto.md index 3fab0e5f3..b2480fbf7 100644 --- a/promnesia-howto.md +++ b/promnesia-howto.md @@ -18,14 +18,14 @@ I would myself qualify this a bit and say that Promnesia is a tool with several - On Windows: unsure. I have a Windows install so I might give it a try soon and report back; [[let me know]] if you are interested and I'll prioritize this. - Configure the local process. - `promnesia config` to seed a config in `.config/promnesia/config.py` - - Edit to your liking. I started from [[promnesia config]]. + - 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` - - add `*/10 * * * * promnesia index >/tmp/promnesia-index-stdout.log 2>/tmp/promnesia-index-stderr.log` and save + - `crontab -e` and add the following + - `*/10 * * * * promnesia index >/tmp/promnesia-index-stdout.log 2>/tmp/promnesia-index-stderr.log` - Enjoy! ## Thoughts / asides: