Skip to content

Commit 9cd61a8

Browse files
authored
Add TCM to EE setup guide (#3910)
Resolves #3630
1 parent b837702 commit 9cd61a8

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

doc/enterprise/setup.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,19 @@ at Tarantool website. Please contact ``[email protected]`` for access.
120120
Each package is distributed as a ``tar + gzip`` archive and includes
121121
the following components and features:
122122

123-
* static Tarantool binary for simplified deployment in Linux environments,
124-
* selection of open and closed source modules,
125-
* sample application walking you through all included modules.
123+
* Static Tarantool binary for simplified deployment in Linux environments.
124+
* ``tt`` command-line utility that provides a unified command-line interface for
125+
managing Tarantool-based applications. See :ref:`tt-cli` for details.
126+
* |tcm_full_name| -- a web-based interface for managing Tarantool EE clusters.
127+
See :ref:`tcm` for details.
128+
* Selection of open and closed source modules.
129+
* Sample application walking you through all included modules
126130

127131
Archive contents:
128132

129133
* ``tarantool`` is the main executable of Tarantool.
130-
* ``tt`` is the utility that provides a unified command-line interface for managing Tarantool-based applications.
134+
* ``tt`` command-line utility.
135+
* ``tcm`` is the |tcm_full_name| executable.
131136
* ``tarantoolctl`` is the utility script for installing supplementary modules
132137
and connecting to the administrative console.
133138

doc/reference/tooling/tcm/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ and individual instances, from monitoring their state to executing commands inte
1414
in an instance's console.
1515

1616
|tcm| is a standalone application included in the Tarantool Enterprise Edition
17-
distribution package. It is shipped as an executable that is ready to run on Linux
18-
and macOS platforms.
17+
:ref:`distribution package <enterprise-package-contents>`. It is shipped as ready-to-run
18+
executable for Linux platforms.
1919

2020
|tcm| works only with Tarantool EE clusters that use :ref:`etcd as a configuration storage <configuration_etcd>`.
2121
When you create or edit a cluster's configuration in |tcm|, it publishes the saved

0 commit comments

Comments
 (0)