Skip to content

Commit

Permalink
Merge pull request #5205 from FederatedAI/dev-2.0.0-beta
Browse files Browse the repository at this point in the history
Update deployment document
  • Loading branch information
dylan-fan committed Sep 19, 2023
2 parents d1a1c80 + 4bc9d2b commit 7fdb88f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deploy/standalone-deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ pipeline init --ip 127.0.0.1 --port 9380

```shell
fate_flow start
fate_flow status # make sure fate_flow service is started
```

FATE-Flow also provides other instructions like stop and restart, use only if users want to stop/restart fate_flow services.
```shell
# Warning: normal installing process does not need to execute stop/restart instructions.
fate_flow stop
fate_flow restart
```

#### 2.2.1.4 Testing
Expand Down
9 changes: 9 additions & 0 deletions deploy/standalone-deploy/README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ pipeline --ip 127.0.0.1 --port 9380
#### 2.2.1.3 服务启动
```shell
fate_flow start
fate_flow status # 通过该指令确认FATE-Flow服务的状态
```

FATE-Flow还提供了停止服务和重启服务指令,可以在必要时使用:

```shell
# 注意:正常的部署流程不需要执行stop/restart指令
fate_flow stop
fate_flow restart
```

#### 2.2.1.4 测试
Expand Down
3 changes: 3 additions & 0 deletions doc/2.0/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ after installing packages successfully, initialize fate_flow service and fate_cl
mkdir fate_workspace
fate_flow init --ip 127.0.0.1 --port 9380 --home $(pwd)/fate_workspace
pipeline init --ip 127.0.0.1 --port 9380

fate_flow start
fate_flow status # make sure fate_flow service is started
```


Expand Down

0 comments on commit 7fdb88f

Please sign in to comment.