More readme.md stuff for the install section.
This commit is contained in:
parent
f5a6228100
commit
ca8bd77c7f
11
readme.md
11
readme.md
@ -63,6 +63,14 @@ Run `make` in this folder to create the binary `mtschemsrv`.
|
|||||||
Several example config and service units are provided as an example
|
Several example config and service units are provided as an example
|
||||||
on how to deploy this service.
|
on how to deploy this service.
|
||||||
|
|
||||||
|
It is recommended to use the mtmediasrv.service and cp that file to
|
||||||
|
/etc/systemd/system, and then enable it with `systemctl daemon-reload;
|
||||||
|
systemctl enable mtmediasrv`.
|
||||||
|
|
||||||
|
Copy the `mtmediasrv.yaml` file to `/etc/`, and configure the paths
|
||||||
|
to point to the right locations. Your webroot should be empty, as
|
||||||
|
it will be filled by the daemon automatically.
|
||||||
|
|
||||||
Once you have configured your web server properly so that it serves
|
Once you have configured your web server properly so that it serves
|
||||||
up the static content files by hash, point the mtmediasrv to the
|
up the static content files by hash, point the mtmediasrv to the
|
||||||
same folder and it will talk to minetest clients that request media
|
same folder and it will talk to minetest clients that request media
|
||||||
@ -75,6 +83,9 @@ Copy and edit the `mtmediasrv.yaml` file and point it at the proper
|
|||||||
webroot, socket path, and mediapath entries. Place it in /etc/ or
|
webroot, socket path, and mediapath entries. Place it in /etc/ or
|
||||||
~/.config/.
|
~/.config/.
|
||||||
|
|
||||||
|
Once everything is in place, do `systemctl start mtmediasrv` and check
|
||||||
|
the output of `journalctl -u mtmediasrv` for errors and log output.
|
||||||
|
|
||||||
|
|
||||||
### logging
|
### logging
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user