README.md update

This commit is contained in:
Pentium44 2021-02-01 20:47:21 -08:00
parent d0e70f6605
commit 028fd61f10

View File

@ -17,29 +17,32 @@ Setup
* Modify config.php to your needs * Modify config.php to your needs
* Visit page to generate mtm_db for flat file user database * Visit page to generate mtm_db for flat file user database
* Execute MTSM backend as SU: sudo ./start-mtsm start * Execute MTSM backend as SU: sudo ./start-mtsm start
* Copy a fresh minetest source tree (compiled with binaries) into servers/ in a .tgz archive (THIS MUST BE DONE FOR THE SCRIPT TO COPY AND START A FRESH VM) * Copy a fresh minetest source tree (compiled with binaries) into servers/ in a .tgz archive
**(THIS MUST BE DONE FOR THE SCRIPT TO COPY AND START A FRESH SERVER)**
minetest-current.tgz archive tree minetest-current.tgz archive tree
------ --
* servers/minetest-current.tgz * servers/minetest-current.tgz
- bin/ - bin/
---->
- minetestserver - minetestserver
- games/ - games/
... -devtest
-minetest_game
-...
and so on! and so on!
multicraft.tgz tree multicraft.tgz archive tree
------ --
* servers/multicraft.tgz * servers/multicraft.tgz
- bin/ - bin/
---->
- multicraftserver - multicraftserver
- games/ - games/
... -devtest
-minetest_game
-...
and so on! and so on!
@ -69,4 +72,5 @@ Licensing
---- ----
MTSM (C) Chris Dorman, 2021. MTSM is released under CC-BY-SA version 3.0 and is MTSM (C) Chris Dorman, 2021. MTSM is released under CC-BY-SA version 3.0 and is
released as is. released as is. Any games / mods that are within the MTSM file tree are subject
to their own license agreements and are in no way mine!