Skip to content

Commit

Permalink
modify standalone deploy doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jarviszeng-zjc committed Sep 24, 2020
1 parent 7ceac03 commit 9754981
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions standalone-deploy/doc/Fate-standalone_deployment_guide_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@

```
#获取安装包
wget https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/docker_standalone-fate-1.4.4.tar.gz
tar -xzvf docker_standalone-fate-1.4.4.tar.gz
wget https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/docker_standalone-fate-1.4.5.tar.gz
tar -xzvf docker_standalone-fate-1.4.5.tar.gz
#执行部署
cd docker_standalone-fate-1.4.4
cd docker_standalone-fate-1.4.5
bash install_standalone_docker.sh
```

Expand Down Expand Up @@ -80,14 +80,14 @@
2. 下载独立版本的压缩包并解压缩。

```
wget https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/standalone-fate-master-1.4.4.tar.gz
tar -xzvf standalone-fate-master-1.4.4.tar.gz
wget https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/standalone-fate-master-1.4.5.tar.gz
tar -xzvf standalone-fate-master-1.4.5.tar.gz
```

3. 进入FATE目录并执行init.sh。

```
cd standalone-fate-master-1.4.4
cd standalone-fate-master-1.4.5
source init.sh init
```

Expand All @@ -96,7 +96,7 @@
- 单元测试

```
cd standalone-fate-master-1.4.4
cd standalone-fate-master-1.4.5
bash ./federatedml/test/run_test.sh
```

Expand All @@ -109,7 +109,7 @@
- Toy测试

```
cd standalone-fate-master-1.4.4
cd standalone-fate-master-1.4.5
python ./examples/toy_example/run_toy_example.py 10000 10000 0
```

Expand Down

0 comments on commit 9754981

Please sign in to comment.