mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 23:16:21 +00:00
Auto: misc.
This commit is contained in:
+2
-1
@@ -19,9 +19,10 @@ I would myself qualify this a bit and say that Promnesia is a tool with several
|
|||||||
- Configure the local process.
|
- Configure the local process.
|
||||||
- `promnesia config` to seed a config in `.config/promnesia/config.py`
|
- `promnesia config` to seed a config in `.config/promnesia/config.py`
|
||||||
- Edit to your liking. Refer to [[promnesia config]] for examples.
|
- 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.
|
- 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
|
- `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.
|
- Start the local process.
|
||||||
- `promnesia serve`
|
- `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`).
|
- Note that the indexer must have run at least once for this to work; run it manually once if in doubt (`promnesia index`).
|
||||||
|
|||||||
Reference in New Issue
Block a user