Skip to content

Commit

Permalink
modify doc
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbaogang committed Dec 25, 2019
1 parent b3b49b1 commit 18e1fb7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
22 changes: 11 additions & 11 deletions cluster-deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,21 +150,21 @@ This script file puts each module and configuration file into the FATE/cluster-d

```
packages
├── eggroll-api-1.1.1.tar.gz
├── eggroll-computing-1.1.1.tar.gz
├── eggroll-conf-1.1.1.tar.gz
├── eggroll-egg-1.1.1.tar.gz
├── eggroll-meta-service-1.1.1.tar.gz
├── eggroll-roll-1.1.1.tar.gz
├── eggroll-storage-service-cxx-1.1.1.tar.gz
├── fateboard-1.1.jar
├── fate-federation-1.1.1.tar.gz
├── fate-proxy-1.1.1.tar.gz
├── eggroll-api-1.2.0.tar.gz
├── eggroll-computing-1.2.0.tar.gz
├── eggroll-conf-1.2.0.tar.gz
├── eggroll-egg-1.2.0.tar.gz
├── eggroll-meta-service-1.2.0.tar.gz
├── eggroll-roll-1.2.0.tar.gz
├── eggroll-storage-service-cxx-1.2.0.tar.gz
├── fateboard-1.2.0.jar
├── fate-federation-1.2.0.tar.gz
├── fate-proxy-1.2.0.tar.gz
├── __init__.py
├── jdk-8u192-linux-x64.tar.gz
├── Miniconda3-4.5.4-Linux-x86_64.sh
├── mysql-8.0.13-linux-glibc2.12-x86_64.tar.xz
├── pip-packages-fate-1.1.tar.gz
├── pip-packages-fate-1.2.0.tar.gz
├── redis-5.0.2.tar.gz
├── third_party_eggrollv1.tar.gz
└── third_party_eggrollv1_ubuntu.tar.gz
Expand Down
14 changes: 7 additions & 7 deletions standalone-deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ It is strongly recommended to use docker, which greatly reduces the possibility

```
#Get code
FATE $ wget https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/docker_standalone-fate-1.1.1.tar.gz
FATE $tar -xvf docker_standalone-fate-1.1.1.tar.gz
FATE $ wget https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/docker_standalone-fate-1.2.0.tar.gz
FATE $tar -xvf docker_standalone-fate-1.2.0.tar.gz
#Execute the command
FATE $ cd docker_standalone-fate-1.1.1
FATE $ cd docker_standalone-fate-1.2.0
FATE $ bash install_standalone_docker.sh
#Validation results
Expand Down Expand Up @@ -61,21 +61,21 @@ Http://hostip:8080.
2. Download the compressed package of stand-alone version and decompress it.

```
wget https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/standalone-fate-master-1.1.1.tar.gz
tar -xvf standalone-fate-master-1.1.1.tar.gz
wget https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/standalone-fate-master-1.2.0.tar.gz
tar -xvf standalone-fate-master-1.2.0.tar.gz
```

3. Enter FATE directory and execute the init.sh.

```
cd standalone-fate-master-1.1.1
cd standalone-fate-master-1.2.0
source init.sh init
```

4. Execution test.

```
cd standalone-fate-master-1.1.1
cd standalone-fate-master-1.2.0
bash ./federatedml/test/run_test.sh
```

Expand Down

0 comments on commit 18e1fb7

Please sign in to comment.