Skip to content

Add TCM to EE setup guide #3910

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions doc/enterprise/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,19 @@ at Tarantool website. Please contact ``[email protected]`` for access.
Each package is distributed as a ``tar + gzip`` archive and includes
the following components and features:

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

Archive contents:

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

Expand Down
4 changes: 2 additions & 2 deletions doc/reference/tooling/tcm/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ and individual instances, from monitoring their state to executing commands inte
in an instance's console.

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

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