[BACK]Return to README.md CVS log [TXT][DIR] Up to [local] / mtctl

Annotation of mtctl/README.md, Revision 1.1

1.1     ! bountyht    1: mtctl: A minetest server control command
        !             2:
        !             3: Based on: systemctl (linux) and rcctl (openbsd)
        !             4:
        !             5: !! Usage:
        !             6:
        !             7: `$ mtctl <action> [worldname]`
        !             8:
        !             9: action: start|stop|restart|status|list|help
        !            10: worldname: worldname to control
        !            11:
        !            12:
        !            13: !! Install:
        !            14:
        !            15: $ curl 'https://cvsweb.planetofnix.com/cgi-bin/cvsweb/~checkout~/mtctl/installer.sh?content-type=text/plain' 2> /dev/null | $SHELL
        !            16:
        !            17: and follow the instructions
        !            18:
        !            19:
        !            20: !! Setup worlds:
        !            21:
        !            22: !!! For existing worlds:
        !            23:
        !            24: Put your minetest.conf in your worlds/<yourworldname> as world.conf
        !            25: Also specify the port in the world.conf
        !            26:
        !            27: !!! For new worlds:
        !            28:
        !            29: Use $ mtctl create <worldname>
        !            30: Or use the instruction for the existing worlds
        !            31:

CVSweb