Skip to content

Navigation Menu

Sign in
Sign up

fix doc bug in Stand-Alone-Deployment_apache.md #1220

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

Open
enkilee wants to merge 1 commit into apache:main
base: main
Choose a base branch
Loading
from enkilee:fix-doc-bug
Open
Show file tree
Hide file tree
Changes from all commits
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
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -172,19 +172,19 @@ Navigate to the `sbin` directory of IoTDB and start the DataNode:

```Bash
# Unix/OS X
./sbin/start-datanode.sh -d # The "-d" flag starts the process in the background.
./start-datanode.sh -d # The "-d" flag starts the process in the background.

# Windows
# Before version V2.0.4.x
.\sbin\start-datanode.bat
.\start-datanode.bat

# V2.0.4.x and later versions
.\sbin\windows\start-datanode.bat
.\windows\start-datanode.bat
```

### 2.6 Start CLI

Enter the IoTDB CLI.
Navigate to the `sbin` directory of IoTDB and start the IoTDB CLI.

```SQL
# For Linux or macOS
Expand Down
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -154,18 +154,18 @@ DataNode 配置

```shell
# Unix/OS X
./sbin/start-datanode.sh -d #"-d"参数将在后台进行启动
./start-datanode.sh -d #"-d"参数将在后台进行启动

# Windows
# V2.0.4.x 版本之前
.\sbin\start-datanode.bat
.\start-datanode.bat

# V2.0.4.x 版本及之后
.\sbin\windows\start-datanode.bat
.\windows\start-datanode.bat
```
### 2.6 启动 CLI

表模型 CLI 进入命令:
进入iotdb的sbin目录下,启动表模型 CLI :

```SQL
# Linux或MACOS系统
Expand Down

AltStyle によって変換されたページ (->オリジナル) /