Skip to content

Commit

Permalink
edit doc
Browse files Browse the repository at this point in the history
Signed-off-by: nemirorox <[email protected]>
  • Loading branch information
nemirorox committed Nov 24, 2020
1 parent 9c9953f commit dbae7a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions examples/pipeline/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ Here is a general guide to quick start a FATE job.

.. code-block:: bash
# provide ip and port information
# optionally, set logs directory
pipeline init --ip 127.0.0.1 --port 9380
# configure by conf file
pipeline init -c pipeline/config.yaml
# alternatively, input real ip address and port info to initialize pipeline
# optionally, set log directory for Pipeline
pipeline init --ip 127.0.0.1 --port 9380 --log-directory ./logs
4. upload data with FATE-Pipeline

Expand Down
8 changes: 5 additions & 3 deletions python/fate_client/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ Initial Configuration

.. code-block:: bash
# configure values in pipeline/config.yaml
# use real ip address to configure pipeline
# configure by conf file
pipeline init -c pipeline/config.yaml
# alternatively, input real ip address and port info to initialize pipeline
# optionally, set log directory for Pipeline
pipeline init --ip 127.0.0.1 --port 9380 --log-directory ./logs
Expand All @@ -55,6 +57,6 @@ Initial Configuration
# configure values in conf/service_conf.yaml
flow init -c /data/projects/fate/conf/service_conf.yaml
# use real ip address to initialize cli
# alternatively, input real ip address and port info to initialize cli
flow init --ip 127.0.0.1 --port 9380

0 comments on commit dbae7a7

Please sign in to comment.