Skip to content

Commit

Permalink
minor edit to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Oct 7, 2015
1 parent 61524e5 commit c187f75
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ Install
Setup Network
-------------

Given a network of computers you run the ``dcenter`` command on one of them::
Given a network of computers ``192.168.0.{100,101,102}`` we run the ``dcenter``
command on one of them::

$ ssh 192.168.1.100
$ dcenter
Start center at 192.168.1.100:8787

You run ``dworker`` on several others::
We run ``dworker`` on the others::

$ ssh 192.168.1.101
$ dworker 192.168.1.100:8787
Expand All @@ -32,6 +34,9 @@ These processes talk to each other. Each worker can serve data and run
arbitrary functions on that data. The workers can share data with each other.
The center knows who all of the workers are and what data they have.

If you want to do this on your local computer then omit the ``ssh`` commands
and replace the IP addresses above with ``127.0.0.1``.


User Clients
------------
Expand Down

0 comments on commit c187f75

Please sign in to comment.