Initialize and Configure a Server
Produce an editable input config folder for a Tabsdata instance.
See tdkserver init for the full option list.
How To Create a Tabsdata Server
- Quickstart
- Manual
the quickstart command bundles several commands and deploys a Tabsdata Instance with a single command.
tdkserver quickstart --instance myinstance
Run init to produce an editable config folder for the instance, pre-filled with default values.
Tweak configs if needed
tdkserver init --instance myinstance
Run create to build the Tabsdata instance from the config files init produced.
tdkserver create --instance myinstance
Start your Tabsdata Instance
tdkserver start --instance myinstance
How to start a server
tdkserver start --instance myinstance
How to check server status
tdkserver status --instance myinstance
How to stop a server
tdkserver stop --instance myinstance
How to delete a server
tdkserver trash --instance myinstance