Blog
Creates a Dashboard instance.
After it is created, the instance can be started using the zato start command.
$ zato create web-admin \ ~/prod3/dashboard/ \ --odb-type postgresql \ --odb-host localhost \ --odb-port 5432 \ --odb-user zato1 \ --odb-db-name zatodb1 \ --odb-password <database-password> OK $