Skip to content

Commit 7fdb88f

Browse files
authored
Merge pull request #5205 from FederatedAI/dev-2.0.0-beta
Update deployment document
2 parents d1a1c80 + 4bc9d2b commit 7fdb88f

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

deploy/standalone-deploy/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ pipeline init --ip 127.0.0.1 --port 9380
5151

5252
```shell
5353
fate_flow start
54+
fate_flow status # make sure fate_flow service is started
55+
```
56+
57+
FATE-Flow also provides other instructions like stop and restart, use only if users want to stop/restart fate_flow services.
58+
```shell
59+
# Warning: normal installing process does not need to execute stop/restart instructions.
60+
fate_flow stop
61+
fate_flow restart
5462
```
5563

5664
#### 2.2.1.4 Testing

deploy/standalone-deploy/README.zh.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ pipeline --ip 127.0.0.1 --port 9380
5050
#### 2.2.1.3 服务启动
5151
```shell
5252
fate_flow start
53+
fate_flow status # 通过该指令确认FATE-Flow服务的状态
54+
```
55+
56+
FATE-Flow还提供了停止服务和重启服务指令,可以在必要时使用:
57+
58+
```shell
59+
# 注意:正常的部署流程不需要执行stop/restart指令
60+
fate_flow stop
61+
fate_flow restart
5362
```
5463

5564
#### 2.2.1.4 测试

doc/2.0/quick_start.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ after installing packages successfully, initialize fate_flow service and fate_cl
1111
mkdir fate_workspace
1212
fate_flow init --ip 127.0.0.1 --port 9380 --home $(pwd)/fate_workspace
1313
pipeline init --ip 127.0.0.1 --port 9380
14+
15+
fate_flow start
16+
fate_flow status # make sure fate_flow service is started
1417
```
1518

1619

0 commit comments

Comments
 (0)