Blog
Creates Zato components, such server or schedulers.
Compare with zato quickstart which creates an entire environment in a single command - when you create a quickstart cluster, under the hood, it automatically runs all of the commands below.
To create a new environment manually, component-by-component, the order of commands to execute is:
Command | Notes |
---|---|
zato create odb | Use it once to create SQL tables and indexes |
zato create cluster | Use it once to populate the SQL database with initial configuration |
zato create server | Create as many servers as required, each possibly in a different system |
zato create load-balancer | Use it once only to create the load-balancer |
zato create web-admin | Use it once only to create a Dashboard instance |
zato create scheduler | Use it once only to create the scheduler |