Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sosoll7 authored Sep 6, 2021
1 parent 6f48072 commit bb7ba68
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Try PiFlow v0.9 with: http://piflow.cstcloud.cn/
* Apache Maven 3.1.0 or newer
* Spark-2.1.0、 Spark-2.2.0、 Spark-2.3.0
* Hadoop-2.6.0
* Apache Livy-0.7.1

## Getting Started

Expand Down Expand Up @@ -98,7 +99,7 @@ Try PiFlow v0.9 with: http://piflow.cstcloud.cn/

- `run piflow server by release version`:
- download piflow.tar.gz:
https://github.com/cas-bigdatalab/piflow/releases/download/v1.0/piflow-server-v1.0.tar.gz
https://github.com/cas-bigdatalab/piflow/releases/download/v1.1/piflow-server-v1.1.tar.gz

- unzip piflow.tar.gz:
tar -zxvf piflow.tar.gz
Expand Down Expand Up @@ -149,7 +150,7 @@ Try PiFlow v0.9 with: http://piflow.cstcloud.cn/

### Run Piflow Web:
- Visit address, download the corresponding *.tar.gz file, and modify the corresponding configuration file(`The version must be consistent with piflow-server`
- https://github.com/cas-bigdatalab/piflow-web/releases/tag/v1.0
- https://github.com/cas-bigdatalab/piflow-web/releases/tag/v1.1

### Restful API:

Expand Down Expand Up @@ -224,13 +225,13 @@ Try PiFlow v0.9 with: http://piflow.cstcloud.cn/

## docker-started
- pull piflow images
docker pull registry.cn-hangzhou.aliyuncs.com/cnic_piflow/piflow:v1.0
docker pull registry.cn-hangzhou.aliyuncs.com/cnic_piflow/piflow:v1.1

- show docker images
docker images

- run a container with piflow imageID , all services run automatically. Please Set HOST_IP.
docker run -h master -itd --env HOST_IP=\*.\*.\*.\* --name piflow-v0.9.1 -p 6001:6001 -p 6002:6002 [imageID]
docker run -h master -itd --env HOST_IP=\*.\*.\*.\* --name piflow-v1.1 -p 6001:6001 -p 6002:6002 [imageID]

- please visit "HOST_IP:6001", it may take a while

Expand Down

0 comments on commit bb7ba68

Please sign in to comment.