Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify Windows and Linux startup commands #463

Merged
merged 2 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -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 @@ -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
Loading