diff options
-rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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. |