diff --git a/SETUP.md b/SETUP.md index 82924f4..90dc2ac 100644 --- a/SETUP.md +++ b/SETUP.md @@ -1,4 +1,4 @@ -# SETUP MTSatellite \[WIP\] +# SETUP MTSatellite You will need a Minetest server with Redis support compiled in. Consult the Minetest documentation to figure out how to get such build. Furthermore you need the binaries `mtdbconverter`, `mtseeder`, `mtredisalize` and `mtwebmapper` in your **PATH**. @@ -118,7 +118,20 @@ To see all the available options use `mtwebmapper --help`. The `GOMAXPROCS=`/`-workers=` setting has to be adjusted to your system capacity. Do not give to much ressources to this if you planning to run the mapping webserver on the -same machine as the Minetest server. +same machine as the Minetest server. On the other hand assigning more cores to it definitely +helps to boost up the performance. ## Configure and restart the Minetest server -**TODO: Write me!** + +Now everything is in place and the only thing left ist to re-configure the Minetest server +itself. You have to open your `/path/to/your/world.mt` file in your text editor and replace the +backend with a Redis configuration: + + backend = redis + redis_hash = IGNORED + redis_address = localhost + +You may have to set `redis_port` too if you run `mtredisalize` not on port 6379. + +Now we are all done and you can fire your Minetest server up again. :-) +