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

Diff for /mtctl/README.md between version 1.1.1.2 and 1.4

version 1.1.1.2, 2021/08/31 17:01:08 version 1.4, 2021/10/19 10:05:56
Line 9  The mtctl is using the following pattern:
Line 9  The mtctl is using the following pattern:
   
 `$ mtctl <action> [worldname]`  `$ mtctl <action> [worldname]`
   
 * action: start|stop|restart|status|list|help  * action: start|stop|restart|status|create|backup|list|help
 * worldname: worldname to control  * worldname: worldname to control
   
   
   # Features:
   
   This command has some extra features:
   - Per-user config, so you can run per user your own server
   - Live backup thanks to Minix: You can make backups whilst the server is running (without restart)
   
   
 # Install:  # Install:
   
 This script is easy to install, thanks to a one-line-installer.  This script is easy to install, thanks to a one-line-installer.
Line 22  This installer will detect your OS and based on that i
Line 29  This installer will detect your OS and based on that i
   
 The command itself is the following:  The command itself is the following:
   
 `$ curl 'https://cvsweb.planetofnix.com/cgi-bin/cvsweb/~checkout~/mtctl/installer.sh?content-type=text/plain' 2> /dev/null | $SHELL`  `$ curl -sSL https://ircforever.org/mtctl.php | $SHELL`
   
   
 # Setup worlds:  # Setup worlds:

Legend:
Removed from v.1.1.1.2  
changed lines
  Added in v.1.4

CVSweb