Skip to content

Commit e00ef9e

Browse files
committed
Modify Windows and Linux startup commands
1 parent 5987d09 commit e00ef9e

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-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/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/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)