test-timeline/README.org

31 lines
558 B
Org Mode
Raw Normal View History

2022-04-24 09:24:02 +00:00
#+TITLE: tree_ru
#+begin_src
nix develop
#+end_src
* operations
** annotate
#+begin_src sh
# build biorg from all datums
scripts/puma -c \
"metadir/props/datum/index.csv" \
"bash scripts/build-biorg" \
"ops/biorg" \
"index.bi.org"
# annotate events in biorg
# break biorg to a temporary metadir
temp=$(cat ops/biorg/links/index.bi.org | bash scripts/break-biorg);
rm "ops/inbox";
ln -s "temp" "ops/inbox";
# merge ../ops/inbox into the metadir
bash scripts/merge ops/inbox ./metadir;
#+end_src
** serve
#+begin_src sh
timeline-backend
#+end_src