docs: release 3.0.3.1
This commit is contained in:
parent
93e50588ce
commit
238fe38ce8
|
@ -14,7 +14,7 @@ import PkgListV3 from "/components/PkgListV3";
|
||||||
|
|
||||||
Once the package is unzipped, you will see the following files in the directory:
|
Once the package is unzipped, you will see the following files in the directory:
|
||||||
- _ install_client.sh_: install script
|
- _ install_client.sh_: install script
|
||||||
- _ taos.tar.gz_: client driver package
|
- _ package.tar.gz_: client driver package
|
||||||
- _ driver_: TDengine client driver
|
- _ driver_: TDengine client driver
|
||||||
- _examples_: some example programs of different programming languages (C/C#/go/JDBC/MATLAB/python/R)
|
- _examples_: some example programs of different programming languages (C/C#/go/JDBC/MATLAB/python/R)
|
||||||
You can run `install_client.sh` to install it.
|
You can run `install_client.sh` to install it.
|
||||||
|
|
|
@ -10,6 +10,10 @@ For TDengine 2.x installation packages by version, please visit [here](https://w
|
||||||
|
|
||||||
import Release from "/components/ReleaseV3";
|
import Release from "/components/ReleaseV3";
|
||||||
|
|
||||||
|
## 3.0.3.1
|
||||||
|
|
||||||
|
<Release type="tdengine" version="3.0.3.1" />
|
||||||
|
|
||||||
## 3.0.3.0
|
## 3.0.3.0
|
||||||
|
|
||||||
<Release type="tdengine" version="3.0.3.0" />
|
<Release type="tdengine" version="3.0.3.0" />
|
||||||
|
|
|
@ -10,6 +10,10 @@ For other historical version installers, please visit [here](https://www.taosdat
|
||||||
|
|
||||||
import Release from "/components/ReleaseV3";
|
import Release from "/components/ReleaseV3";
|
||||||
|
|
||||||
|
## 2.4.10
|
||||||
|
|
||||||
|
<Release type="tools" version="2.4.10" />
|
||||||
|
|
||||||
## 2.4.9
|
## 2.4.9
|
||||||
|
|
||||||
<Release type="tools" version="2.4.9" />
|
<Release type="tools" version="2.4.9" />
|
||||||
|
|
|
@ -14,7 +14,7 @@ import PkgListV3 from "/components/PkgListV3";
|
||||||
|
|
||||||
解压软件包之后,会在解压目录下看到以下文件(目录):
|
解压软件包之后,会在解压目录下看到以下文件(目录):
|
||||||
- _ install_client.sh_:安装脚本,用于应用驱动程序
|
- _ install_client.sh_:安装脚本,用于应用驱动程序
|
||||||
- _ taos.tar.gz_:应用驱动安装包
|
- _ package.tar.gz_:应用驱动安装包
|
||||||
- _ driver_:TDengine 应用驱动 driver
|
- _ driver_:TDengine 应用驱动 driver
|
||||||
- _examples_: 各种编程语言的示例程序(c/C#/go/JDBC/MATLAB/python/R)
|
- _examples_: 各种编程语言的示例程序(c/C#/go/JDBC/MATLAB/python/R)
|
||||||
运行 install_client.sh 进行安装。
|
运行 install_client.sh 进行安装。
|
||||||
|
|
|
@ -10,6 +10,10 @@ TDengine 2.x 各版本安装包请访问[这里](https://www.taosdata.com/all-do
|
||||||
|
|
||||||
import Release from "/components/ReleaseV3";
|
import Release from "/components/ReleaseV3";
|
||||||
|
|
||||||
|
## 3.0.3.1
|
||||||
|
|
||||||
|
<Release type="tdengine" version="3.0.3.1" />
|
||||||
|
|
||||||
## 3.0.3.0
|
## 3.0.3.0
|
||||||
|
|
||||||
<Release type="tdengine" version="3.0.3.0" />
|
<Release type="tdengine" version="3.0.3.0" />
|
||||||
|
|
|
@ -10,6 +10,10 @@ taosTools 各版本安装包下载链接如下:
|
||||||
|
|
||||||
import Release from "/components/ReleaseV3";
|
import Release from "/components/ReleaseV3";
|
||||||
|
|
||||||
|
## 2.4.10
|
||||||
|
|
||||||
|
<Release type="tools" version="2.4.10" />
|
||||||
|
|
||||||
## 2.4.9
|
## 2.4.9
|
||||||
|
|
||||||
<Release type="tools" version="2.4.9" />
|
<Release type="tools" version="2.4.9" />
|
||||||
|
|
Loading…
Reference in New Issue