all repos — flounder @ 1ae1b257b1e3b959734656f8d48c0207aec01980

A small site builder for the Gemini protocol

flounder serve
alex wennerberg alex@alexwennerberg.com
Mon, 26 Oct 2020 22:01:25 -0700
commit

1ae1b257b1e3b959734656f8d48c0207aec01980

parent

ac124764adb5f9658b621e3e0b39fbef8356d519

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
M README.mdREADME.md

@@ -10,7 +10,8 @@ Requires go 1.15 and sqlite3 development libraries.

`go build` -## Hosting +## Running -tbd +For local development, generate some ssl certs, copy `example-config.toml` to `flounder.toml` and set the env variables, then run: +`./flounder serve`