From 817f6d49e8197d9659d7f9c6c6def7386bd06a54 Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Sat, 27 Jan 2024 00:21:58 -0600 Subject: Bump md4c dependecy --- README.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5ff9959..28981b9 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,23 @@ An attempt to implement a blog in C, using the [kore.io](https://kore.io) framew ## Running ```sh -make fetch-dependencies docker compose up ``` +## Build and run locally + +Install kore & then: + +```sh +make +``` + +Make sure a database is up & then + +```sh +./run-local.sh +``` + ## Notes To run locally modify `conf/clog.conf`, comment out `root /var/chroot/` and uncomment @@ -16,11 +29,11 @@ the `skip chroot` section: ```conf privsep worker { - runas clog + runas clog - # root /var/chroot/ + # root /var/chroot/ - skip chroot + skip chroot } ``` -- cgit v1.2.3