From 3cbbf905d14ac95b9c1b3f85bc96f7ffc005f2b1 Mon Sep 17 00:00:00 2001 From: Doug Hoskisson Date: Sat, 8 Oct 2022 19:20:01 -0700 Subject: [PATCH] Docs: how to run web host and generate template yamls (#1071) --- docs/running from source.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/running from source.md b/docs/running from source.md index 24486146..2bda62ec 100644 --- a/docs/running from source.md +++ b/docs/running from source.md @@ -19,6 +19,10 @@ After this, you should be able to run the programs. * With yaml(s) in the `Players` folder, `Generate.py` will generate the multiworld archive. * `MultiServer.py`, with the filename of the generated archive as a command line parameter, will host the multiworld locally. * `--log_network` is a command line parameter useful for debugging. + * `WebHost.py` will host the website on your computer. + * You can copy `docs/webhost configuration sample.yaml` to `config.yaml` + to change WebHost options (like the web hosting port number). + * As a side effect, `WebHost.py` creates the template yamls for all the games in `WebHostLib/static/generated`. ## Windows