File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed
doc/reference/tooling/tt_cli Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Installing Tarantool software
5
5
6
6
.. code-block :: bash
7
7
8
- tt install PROGRAM_NAME[ = version] [flags]
8
+ tt install PROGRAM_NAME [ version] [flags]
9
9
10
10
``tt install `` installs the latest or an explicitly specified version of Tarantool
11
11
or ``tt ``. The possible values of ``PROGRAM_NAME `` are:
29
29
:widths: 20 80
30
30
:header-rows: 0
31
31
32
+ * - ``--dynamic ``
33
+ - (``tarantool `` and ``tarantool-ee ``) Use dynamic linking for building Tarantool
32
34
* - ``-f ``
33
35
34
36
``--force ``
42
44
* - ``--reinstall ``
43
45
- Reinstall a previously installed program
44
46
* - ``--use-docker ``
45
- - Build Tarantool in an Ubuntu 16 .04 Docker container
47
+ - (`` tarantool `` and `` tarantool-ee ``) Build Tarantool in an Ubuntu 18 .04 Docker container
46
48
47
49
Details
48
50
-------
@@ -72,14 +74,14 @@ Example
72
74
73
75
tt install tarantool
74
76
75
- * Install Tarantool 2.10.5 from the local repository:
77
+ * Install Tarantool 2.11.0 from the local repository:
76
78
77
79
.. code-block :: bash
78
80
79
- tt install tarantool=2.10.5 --local-repo
81
+ tt install tarantool 2.11.0 --local-repo
80
82
81
- * Reinstall Tarantool 2.10.5 :
83
+ * Reinstall Tarantool 2.10.7 :
82
84
83
85
.. code-block :: bash
84
86
85
- tt install tarantool= 2.10.5 --reinstall
87
+ tt install tarantool 2.10.7 --reinstall
Original file line number Diff line number Diff line change @@ -29,10 +29,14 @@ Flags
29
29
:widths: 20 80
30
30
:header-rows: 0
31
31
32
+ * - ``--debug ``
33
+ - (``tarantool-ee `` only) Search for debug builds of Tarantool Enterprise SDK
32
34
* - ``--local-repo ``
33
35
- Search in the local repository, which is specified in the
34
36
:ref: `repo section <tt-config_file_repo >` of the ``tt ``
35
- configuration file.
37
+ configuration file
38
+ * - ``--version ``
39
+ - (``tarantool-ee `` only) Tarantool Enterprise version
36
40
37
41
Example
38
42
--------
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Uninstalling Tarantool software
5
5
6
6
.. code-block :: bash
7
7
8
- tt uninstall PROGRAM_NAME
8
+ tt uninstall PROGRAM_NAME [version]
9
9
10
10
``tt uninstall `` uninstalls a previously :doc: `installed <install >` Tarantool version.
11
11
@@ -16,4 +16,4 @@ Uninstall Tarantool 2.10.4:
16
16
17
17
.. code-block :: bash
18
18
19
- tt uninstall tarantool= 2.10.4
19
+ tt uninstall tarantool 2.10.4
You can’t perform that action at this time.
0 commit comments