Skip to content

Commit

Permalink
Modify Windows and Linux startup commands (#463)
Browse files Browse the repository at this point in the history
* Modify Windows and Linux startup commands

* 1.3.2 Workbench adds 1.5.1 version description
  • Loading branch information
mal117 authored Dec 13, 2024
1 parent b9dcaf8 commit 9d6e46f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,13 @@
Windows版:
```shell
# 后台启动Workbench
start.sh -d
start.bat -d
```

Linux版:
```shell
# 后台启动Workbench
start.bat -d
./start.sh -d
```

4. 可以通过`jps`命令进行启动是否成功,如图所示即为启动成功:
Expand All @@ -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及以上版本 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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及以上版本 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,13 @@
Windows版:
```shell
# 后台启动Workbench
start.sh -d
start.bat -d
```

Linux版:
```shell
# 后台启动Workbench
start.bat -d
./start.sh -d
```

4. 可以通过`jps`命令进行启动是否成功,如图所示即为启动成功:
Expand All @@ -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及以上版本 |
Expand Down

0 comments on commit 9d6e46f

Please sign in to comment.