# SETUP MTSatellite \[WIP\] 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**. Consult [COMPILE](https://bitbucket.org/s_l_teichmann/mtsatellite/src/default/COMPILE.md) how to build these. Setting up MTSatellite takes six steps: 1. [Convert world database into interleaved format](#markdown-header-convert-world-database-into-interleaved-format) 2. [Configure the Minetest server](#markdown-header-configure-the-minetest-server) 3. [Start `mtredisalize`](#markdown-header-start-mtredisalize) 4. [Pre-compute the map tiles with `mtseeder`](#markdown-header-pre-compute-the-map-tiles-with-mtseeder) 5. [Start the web server `mtwebmapper`](#markdown-header-start-the-web-server-mtwebmapper) 6. [Start the Minetest server](#markdown-header-start-the-minetest-server) ## Convert world database into interleaved format **TODO: Write me!** ## Configure the Minetest server **TODO: Write me!** ## Start mtredisalize **TODO: Write me!** ## Pre-compute the map tiles with mtseeder **TODO: Write me!** ## Start the web server mtwebmapper **TODO: Write me!** ## Start the Minetest server **TODO: Write me!**