8cbc0666 by 周伟奇

update REAMDE

1 parent 89293f87
......@@ -21,11 +21,11 @@
### 2.1 授权管理
- 获取服务器信息,发给授权人员生成授权文件(已有授权文件忽略此步骤)
```shell
```
bin/control.sh systeminfo
```
- 授权文件更新
```shell
```
bin/control.sh update_license /path_to/xxx.secret
```
......@@ -52,27 +52,27 @@
```
### 2.3 启动
```shell
```
bin/control.sh start all
```
### 2.4 停止
```shell
```
bin/control.sh stop all
```
### 2.5 重启
- 重启后端服务,适用于只更新了授权文件
```shell
```
bin/control.sh restart backend
```
- 重启所有,适用于更新了repo文件夹
```shell
```
bin/control.sh restart all
```
### 2.6 日志查看
```shell
```
bin/control.sh logs triton
bin/control.sh logs backend
```
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!