all repos — flounder @ a8a98dc62ceebfb9d27bc574e419066bb6f5cf16

A small site builder for the Gemini protocol

update readme
alex wennerberg alex@alexwennerberg.com
Fri, 30 Oct 2020 23:22:13 -0700
commit

a8a98dc62ceebfb9d27bc574e419066bb6f5cf16

parent

68ebfc7e91bc37a6af19fa20729280624a9fb50d

1 files changed, 6 insertions(+), 5 deletions(-)

jump to
M README.mdREADME.md

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

`go build` -## Running +To run locally, you can use the example-config.toml to start a test server. Easy! + +`./flounder serve` + +## Deploying For the Http(s) server, you have two options:

@@ -20,10 +24,7 @@ 2. Route the flounder server through a reverse proxy

This will determine how you set the values in flounder.toml -(More TBD) - -`./flounder serve` ## Admin -Flounder comes with an admin panel acessible to users with the admin db flag set. +Flounder comes with an admin panel acessible to users with the admin db flag set.