未验证 提交 f2482b93 编写于 作者: H HouliangQi 提交者: GitHub

add some instructions (#1023)

上级 f6e4535a
......@@ -146,12 +146,17 @@ Users can start IoTDB by the start-server script under the sbin folder.
```
# Unix/OS X
> sbin/start-server.sh
> sbin/start-server.sh -c <conf_path> -rpc_port <rpc_port>
# Windows
> sbin\start-server.bat
> sbin\start-server.bat -c <conf_path> -rpc_port <rpc_port>
```
- "-c" and "-rpc_port" are optional.
- option "-c" specifies the system configuration file directory.
- option "-rpc_port" specifies the rpc port.
- if both option specified, the *rpc_port* will overrides the rpc_port in *conf_path*.
### Use IoTDB
......
......@@ -143,11 +143,15 @@ git checkout release/x.x.x
```
# Unix/OS X
> sbin/start-server.sh
> sbin/start-server.sh -c <conf_path> -rpc_port <rpc_port>
# Windows
> sbin\start-server.bat
> sbin\start-server.bat -c <conf_path> -rpc_port <rpc_port>
```
- "-c" and "-rpc_port" 都是可选的。
- 选项 "-c" 指定了配置文件所在的文件夹。
- 选项 "-rpc_port" 指定了启动的 rpc port。
- 如果两个选项同时指定,那么*rpc_port*将会覆盖*conf_path*下面的配置。
### 使用 IoTDB
......
......@@ -84,12 +84,17 @@ Users can start IoTDB by the start-server script under the sbin folder.
```
# Unix/OS X
> sbin/start-server.sh
> sbin/start-server.sh -c <conf_path> -rpc_port <rpc_port>
# Windows
> sbin\start-server.bat
> sbin\start-server.bat -c <conf_path> -rpc_port <rpc_port>
```
- "-c" and "-rpc_port" are optional.
- option "-c" specifies the system configuration file directory.
- option "-rpc_port" specifies the rpc port.
- if both option specified, the *rpc_port* will overrides the rpc_port in *conf_path*.
if you want to use JMX to connect IOTDB, you may need to add
```
......
......@@ -25,8 +25,12 @@ Users can start IoTDB by the start-server script under the sbin folder.
```
# Unix/OS X
> sbin/start-server.sh
> sbin/start-server.sh -c <conf_path> -rpc_port <rpc_port>
# Windows
> sbin\start-server.bat
```
\ No newline at end of file
> sbin\start-server.bat -c <conf_path> -rpc_port <rpc_port>
```
- "-c" and "-rpc_port" are optional.
- option "-c" specifies the system configuration file directory.
- option "-rpc_port" specifies the rpc port.
- if both option specified, the *rpc_port* will overrides the rpc_port in *conf_path*.
\ No newline at end of file
......@@ -86,14 +86,18 @@ IoTDB支持多种安装途径。用户可以使用三种方式对IoTDB进行安
Linux系统与MacOS系统启动命令如下:
```
> sbin/start-server.sh
> sbin/start-server.sh -c <conf_path> -rpc_port <rpc_port>
```
Windows系统启动命令如下:
```
> sbin\start-server.bat
> sbin\start-server.bat -c <conf_path> -rpc_port <rpc_port>
```
- "-c" and "-rpc_port" 都是可选的。
- 选项 "-c" 指定了配置文件所在的文件夹。
- 选项 "-rpc_port" 指定了启动的 rpc port。
- 如果两个选项同时指定,那么*rpc_port*将会覆盖*conf_path*下面的配置。
### 操作IoTDB
......
......@@ -25,8 +25,13 @@
```
# Unix/OS X
> sbin/start-server.sh
> sbin/start-server.sh -c <conf_path> -rpc_port <rpc_port>
# Windows
> sbin\start-server.bat
```
\ No newline at end of file
> sbin\start-server.bat -c <conf_path> -rpc_port <rpc_port>
```
- "-c" and "-rpc_port" 都是可选的。
- 选项 "-c" 指定了配置文件所在的文件夹。
- 选项 "-rpc_port" 指定了启动的 rpc port。
- 如果两个选项同时指定,那么*rpc_port*将会覆盖*conf_path*下面的配置。
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册