forked from opensci/piflow
Update README.md
This commit is contained in:
parent
9e8e807b20
commit
8a859e456a
10
README.md
10
README.md
|
@ -117,11 +117,11 @@ Try PiFlow v0.6 with: http://piflow.cstcloud.cn/piflow-web/
|
|||
### Run Piflow Web:
|
||||
- https://github.com/cas-bigdatalab/piflow-web
|
||||
|
||||
### Use with command line:
|
||||
### Restful API:
|
||||
|
||||
- command line
|
||||
- flow json
|
||||
<details>
|
||||
<summary>flow config example</summary>
|
||||
<summary>flow example</summary>
|
||||
<pre>
|
||||
<code>
|
||||
{
|
||||
|
@ -252,9 +252,7 @@ Try PiFlow v0.6 with: http://piflow.cstcloud.cn/piflow-web/
|
|||
</code>
|
||||
</pre>
|
||||
</details>
|
||||
- flow config example
|
||||
|
||||
|
||||
- command:
|
||||
- curl -0 -X POST http://10.0.86.191:8002/flow/start -H "Content-type: application/json" -d 'this is your flow json'
|
||||
|
||||
## docker-started
|
||||
|
|
Loading…
Reference in New Issue