This is an automated email from the ASF dual-hosted git repository.
zhaoxinyi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 9d6e46fe Modify Windows and Linux startup commands (#463)
9d6e46fe is described below
commit 9d6e46fee6e800b4cf4aec17cefe813c3fc1378b
Author: majialin <[email protected]>
AuthorDate: Fri Dec 13 11:13:10 2024 +0800
Modify Windows and Linux startup commands (#463)
* Modify Windows and Linux startup commands
* 1.3.2 Workbench adds 1.5.1 version description
---
.../Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md | 1 +
.../Deployment-and-Maintenance/workbench-deployment_timecho.md | 1 +
.../Deployment-and-Maintenance/workbench-deployment_timecho.md | 1 +
.../Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md | 5 +++--
.../Deployment-and-Maintenance/workbench-deployment_timecho.md | 1 +
.../Deployment-and-Maintenance/workbench-deployment_timecho.md | 5 +++--
6 files changed, 10 insertions(+), 4 deletions(-)
diff --git
a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md
b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md
index 9f96df00..a99a70bc 100644
---
a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md
+++
b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md
@@ -211,6 +211,7 @@ The visualization console is one of the supporting tools
for IoTDB (similar to N
| Workbench Version Number | Release Note
| Supports IoTDB Versions |
| :------------------------: |
:------------------------------------------------------------: |
:-------------------------: |
+| V1.5.1 | Add AI analysis function and pattern matching function
| V1.3.2 and above versions |
| V1.4.0 | New tree model display and internationalization
| V1.3.2 and above versions |
| V1.3.1 |New analysis methods have been added to the analysis function,
and functions such as optimizing import templates have been optimized
|V1.3.2 and above versions |
| V1.3.0 | Add database configuration function
|V1.3.2 and above versions |
diff --git
a/src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/workbench-deployment_timecho.md
b/src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/workbench-deployment_timecho.md
index a34d60aa..5eefb6c9 100644
---
a/src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/workbench-deployment_timecho.md
+++
b/src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/workbench-deployment_timecho.md
@@ -236,6 +236,7 @@ The visualization console is one of the supporting tools
for IoTDB (similar to N
| Workbench Version Number | Release Note
| Supports IoTDB Versions |
| :------------------------: |
:------------------------------------------------------------: |
:-------------------------: |
+| V1.5.1 | Add AI analysis function and pattern matching function
| V1.3.2 and above versions |
| V1.4.0 | New tree model display and internationalization
| V1.3.2 and above versions |
| V1.3.1 |New analysis methods have been added to the analysis function,
and functions such as optimizing import templates have been optimized
|V1.3.2 and above versions |
| V1.3.0 | Add database configuration function
|V1.3.2 and above versions |
diff --git
a/src/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md
b/src/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md
index 9f96df00..a99a70bc 100644
---
a/src/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md
+++
b/src/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md
@@ -211,6 +211,7 @@ The visualization console is one of the supporting tools
for IoTDB (similar to N
| Workbench Version Number | Release Note
| Supports IoTDB Versions |
| :------------------------: |
:------------------------------------------------------------: |
:-------------------------: |
+| V1.5.1 | Add AI analysis function and pattern matching function
| V1.3.2 and above versions |
| V1.4.0 | New tree model display and internationalization
| V1.3.2 and above versions |
| V1.3.1 |New analysis methods have been added to the analysis function,
and functions such as optimizing import templates have been optimized
|V1.3.2 and above versions |
| V1.3.0 | Add database configuration function
|V1.3.2 and above versions |
diff --git
a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md
b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md
index 9f3611e0..cf17d08d 100644
---
a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md
+++
b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md
@@ -169,13 +169,13 @@
Windows版:
```shell
# 后台启动Workbench
- start.sh -d
+ start.bat -d
```
Linux版:
```shell
# 后台启动Workbench
- start.bat -d
+ ./start.sh -d
```
4. 可以通过`jps`命令进行启动是否成功,如图所示即为启动成功:
@@ -191,6 +191,7 @@
| 控制台版本号 | 版本说明 |
可支持IoTDB版本 |
| :------------: |
:------------------------------------------------------------: |
:----------------: |
+| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上版本 |
| V1.4.0 | 新增树模型展示及国际化 | V1.3.2及以上版本 |
| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上版本 |
| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上版本 |
diff --git
a/src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/workbench-deployment_timecho.md
b/src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/workbench-deployment_timecho.md
index 88720d23..0976604e 100644
---
a/src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/workbench-deployment_timecho.md
+++
b/src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/workbench-deployment_timecho.md
@@ -232,6 +232,7 @@
| 控制台版本号 | 版本说明 |
可支持IoTDB版本 |
| :------------: |
:------------------------------------------------------------: |
:----------------: |
+| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上版本 |
| V1.4.0 | 新增树模型展示及国际化 | V1.3.2及以上版本 |
| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上版本 |
| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上版本 |
diff --git
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md
index 9f3611e0..cf17d08d 100644
---
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md
+++
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md
@@ -169,13 +169,13 @@
Windows版:
```shell
# 后台启动Workbench
- start.sh -d
+ start.bat -d
```
Linux版:
```shell
# 后台启动Workbench
- start.bat -d
+ ./start.sh -d
```
4. 可以通过`jps`命令进行启动是否成功,如图所示即为启动成功:
@@ -191,6 +191,7 @@
| 控制台版本号 | 版本说明 |
可支持IoTDB版本 |
| :------------: |
:------------------------------------------------------------: |
:----------------: |
+| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上版本 |
| V1.4.0 | 新增树模型展示及国际化 | V1.3.2及以上版本 |
| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上版本 |
| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上版本 |