diff --git a/documentation20/cn/02.getting-started/docs.md b/documentation20/cn/02.getting-started/docs.md index f61b401aacc3a8cfc0babd86674b3c68a1b17eb8..ad31063b65cf9d21f225dfd9db139d1bf76e6995 100644 --- a/documentation20/cn/02.getting-started/docs.md +++ b/documentation20/cn/02.getting-started/docs.md @@ -10,7 +10,7 @@ TDengine 支持 X64/ARM64/MIPS64/Alpha64 硬件平台,后续将支持 ARM32、 请参考我们的 [TDengine github 主页](https://github.com/taosdata/TDengine) 下载源码并安装. -### 通过 Docker 容器运行 TDengine +### 通过 Docker 容器安装 ``` docker run -d -p 6030-6049:6030-6049 -p 6030-6049:6030-6049/udp tdengine/tdengine @@ -34,7 +34,7 @@ TDengine 的安装非常简单,从下载到安装成功仅仅只要几秒钟 -## taosTools +## 安装 taosTools taosTools 是多个用于 TDengine 的辅助工具软件集合。目前包含用于数据备份恢复的 taosdump 和用于安装 grafanaplugin 和 dashboard 的脚本 TDinsight.sh。 diff --git a/documentation20/en/02.getting-started/docs.md b/documentation20/en/02.getting-started/docs.md index 26795c06329844a863247e52a995dd9e4f8f7699..cd3e64c554ecce80f3188ee760b6f22f5c3007ea 100644 --- a/documentation20/en/02.getting-started/docs.md +++ b/documentation20/en/02.getting-started/docs.md @@ -10,7 +10,7 @@ TDengine supports X64/ARM64/MIPS64/Alpha64 hardware platforms and will support A Please visit our [TDengine github page](https://github.com/taosdata/TDengine) for instructions on installation from the source code. -### Run TDengine with Docker Container +### Install with Docker Container ``` docker run -d -p 6030-6049:6030-6049 -p 6030-6049:6030-6049/udp tdengine/tdengine @@ -28,7 +28,7 @@ TDengine is very easy to install, from download to successful installation in ju For details of the installation process, please refer to [Installation and Uninstallation of TDengine Multiple Installers](https://www.taosdata.com/en/documentation/install). -## Install TDengine client only +## Install client only If the client and server are running on different computers, you can install the client separately. When downloading, please note that the selected client version number should strictly match the server version number downloaded above. Linux and Windows installation packages are as follows (the lite version of the installer comes with connection support for the C/C++ language only, while the standard version of the installer also contains and sample code):