update readme
alex wennerberg alex@alexwennerberg.com
Fri, 30 Oct 2020 23:22:13 -0700
1 files changed,
6 insertions(+),
5 deletions(-)
jump to
M
README.md
→
README.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.