diff options
author | Michael McVady <femtonaut@gmail.com> | 2023-01-05 21:53:12 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2023-01-05 21:53:12 -0600 |
commit | 17e9336e577d1453ac468956e04048c721306826 (patch) | |
tree | 8f18d63ce4d22c1befc4ed24fe0a28b92a09766f | |
parent | 500a79611fc2a0bba6a66ea3e94360019a78a997 (diff) |
Update README.md
-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. |