Skip to content

Commit 9d6e46f

Browse files
authored
Modify Windows and Linux startup commands (#463)
* Modify Windows and Linux startup commands * 1.3.2 Workbench adds 1.5.1 version description
1 parent b9dcaf8 commit 9d6e46f

File tree

6 files changed

+10
-4
lines changed

6 files changed

+10
-4
lines changed

src/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ The visualization console is one of the supporting tools for IoTDB (similar to N
211211
212212
| Workbench Version Number | Release Note | Supports IoTDB Versions |
213213
| :------------------------: | :------------------------------------------------------------: | :-------------------------: |
214+
| V1.5.1 | Add AI analysis function and pattern matching function | V1.3.2 and above versions |
214215
| V1.4.0 | New tree model display and internationalization | V1.3.2 and above versions |
215216
| 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 |
216217
| V1.3.0 | Add database configuration function |V1.3.2 and above versions |

src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/workbench-deployment_timecho.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ The visualization console is one of the supporting tools for IoTDB (similar to N
236236

237237
| Workbench Version Number | Release Note | Supports IoTDB Versions |
238238
| :------------------------: | :------------------------------------------------------------: | :-------------------------: |
239+
| V1.5.1 | Add AI analysis function and pattern matching function | V1.3.2 and above versions |
239240
| V1.4.0 | New tree model display and internationalization | V1.3.2 and above versions |
240241
| 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 |
241242
| V1.3.0 | Add database configuration function |V1.3.2 and above versions |

src/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ The visualization console is one of the supporting tools for IoTDB (similar to N
211211
212212
| Workbench Version Number | Release Note | Supports IoTDB Versions |
213213
| :------------------------: | :------------------------------------------------------------: | :-------------------------: |
214+
| V1.5.1 | Add AI analysis function and pattern matching function | V1.3.2 and above versions |
214215
| V1.4.0 | New tree model display and internationalization | V1.3.2 and above versions |
215216
| 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 |
216217
| V1.3.0 | Add database configuration function |V1.3.2 and above versions |

src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,13 @@
169169
Windows版:
170170
```shell
171171
# 后台启动Workbench
172-
start.sh -d
172+
start.bat -d
173173
```
174174

175175
Linux版:
176176
```shell
177177
# 后台启动Workbench
178-
start.bat -d
178+
./start.sh -d
179179
```
180180

181181
4. 可以通过`jps`命令进行启动是否成功,如图所示即为启动成功:
@@ -191,6 +191,7 @@
191191

192192
| 控制台版本号 | 版本说明 | 可支持IoTDB版本 |
193193
| :------------: | :------------------------------------------------------------: | :----------------: |
194+
| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上版本 |
194195
| V1.4.0 | 新增树模型展示及国际化 | V1.3.2及以上版本 |
195196
| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上版本 |
196197
| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上版本 |

src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/workbench-deployment_timecho.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232

233233
| 控制台版本号 | 版本说明 | 可支持IoTDB版本 |
234234
| :------------: | :------------------------------------------------------------: | :----------------: |
235+
| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上版本 |
235236
| V1.4.0 | 新增树模型展示及国际化 | V1.3.2及以上版本 |
236237
| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上版本 |
237238
| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上版本 |

src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,13 @@
169169
Windows版:
170170
```shell
171171
# 后台启动Workbench
172-
start.sh -d
172+
start.bat -d
173173
```
174174

175175
Linux版:
176176
```shell
177177
# 后台启动Workbench
178-
start.bat -d
178+
./start.sh -d
179179
```
180180

181181
4. 可以通过`jps`命令进行启动是否成功,如图所示即为启动成功:
@@ -191,6 +191,7 @@
191191

192192
| 控制台版本号 | 版本说明 | 可支持IoTDB版本 |
193193
| :------------: | :------------------------------------------------------------: | :----------------: |
194+
| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上版本 |
194195
| V1.4.0 | 新增树模型展示及国际化 | V1.3.2及以上版本 |
195196
| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上版本 |
196197
| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上版本 |

0 commit comments

Comments
 (0)