cerca

lean forum software (pmc local branch)
Log | Files | Refs | README | LICENSE

commit 17d58876efa50b532be2508b62c5f64d90508342
parent a15cde1cc9f3283cf4449c5564fc8ccea84ed1cf
Author: Thomasorus <contact@thomasorus.com>
Date:   Tue, 11 Jan 2022 22:16:55 +0100

Added instructions for local development in the README

Diffstat:
MREADME.md | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -14,3 +14,15 @@ tinge of nostalgia that comes with the terrain, from having grown up in pace wit phpBB forum communities of the mid naughties. It was written for the purpose of powering the nascent [Merveilles community forums](https://forum.merveilles.town). + +## Local development + +Install [golang](https://go.dev/). + +To launch a local instance of the forum, run those commands (linux): + +- `touch temp.txt` +- `mkdir data` +- `go run run.go --authkey 0 --allowlist temp.txt` + +It should respond `Serving forum on :8272`. Just go on [https:localhost:8272](https:localhost:8272). +\ No newline at end of file