Docs: how to run web host and generate template yamls (#1071)

This commit is contained in:
Doug Hoskisson
2022-10-08 19:20:01 -07:00
committed by GitHub
parent 414ebf2640
commit 3cbbf905d1

View File

@@ -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