From 17e9336e577d1453ac468956e04048c721306826 Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Thu, 5 Jan 2023 21:53:12 -0600 Subject: Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index db9f091..0030466 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ An attempt to reimplement flog, using the [kore.io](https://kore.io) framework. +# Building + +``` +make fetch-dependencies +docker compose up +``` + # Notes To run locally comment out the `privsep worker` section in `conf/clog.conf`: @@ -28,7 +35,5 @@ seccomp_tracing no ## TODO -* Determine how to handle `lib`/dependencies (document interim steps). -* Connecting to postgres via docker DNS name. - +* Have `tests.py` load and drop database. -- cgit v1.2.3