You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A sample application created in the [Getting started with Tarantool Cluster Manager](https://www.tarantool.io/en/doc/latest/how-to/getting_started_tcm/) tutorial.
4
+
5
+
## Running
6
+
7
+
Before starting instances, set up a Tarantool EE cluster as described in the tutorial.
8
+
Then, start all instances by executing the following command in the [config](../../../config) directory:
9
+
10
+
```console
11
+
$ tt start tcm_get_started
12
+
```
13
+
14
+
>
15
+
> To publish a cluster's configuration to etcd using tt, execute `tt cluster publish`:
Copy file name to clipboardExpand all lines: doc/how-to/getting_started_tcm.rst
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ Getting started with Tarantool Cluster Manager
8
8
9
9
This tutorial uses `Tarantool Enterprise Edition <https://www.tarantool.io/compare/>`_.
10
10
11
+
**Example on GitHub**: `tcm_get_started <https://github.com/tarantool/doc/tree/latest/doc/code_snippets/snippets/config/instances.enabled/tcm_get_started>`_
12
+
11
13
In this tutorial, you get :ref:`tcm` up and running on your local system, deploy
12
14
a local Tarantool EE cluster, and learn to manage the cluster from the |tcm| web UI.
13
15
@@ -179,7 +181,7 @@ To write the cluster configuration and upload it to the etcd storage:
179
181
#. Click **+** and provide an arbitrary name for the configuration file, for example, ``all``.
180
182
#. Paste the following :ref:`YAML configuration <configuration_overview>` into the editor:
0 commit comments