Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
situ-ocr
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
18c81758
authored
2022-11-18 16:47:15 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update README.md
1 parent
b0e4531d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
README.md
README.md
View file @
18c8175
...
...
@@ -20,17 +20,23 @@
## 2.服务部署
### 2.1 授权管理
-
获取服务器信息,发给授权人员生成授权文件(已有授权文件忽略此步骤)
```
bin/control.sh systeminfo
```
-
授权文件更新
```
bin/control.sh update_license /path_to/xxx.secret
```
### 2.2 配置文件
-
编辑
`configs/settings.sh`
```
# 日志目录
LOG_BASE_DIR=${BASE_DIR}/logs
...
...
@@ -52,21 +58,27 @@ TRITON_GPUS=0
```
### 2.3 启动
```
bin/control.sh start all
```
### 2.4 停止
```
bin/control.sh stop all
```
### 2.5 重启
-
重启后端服务,适用于只更新了授权文件
```
bin/control.sh restart backend
```
-
重启所有,适用于更新了repo文件夹
```
bin/control.sh restart all
```
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment