mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-30 01:38:55 +00:00
set the stage for the example in the intro
This commit is contained in:
parent
c9de1ee757
commit
f52cd4363a
@ -241,6 +241,11 @@ Manager. Example::
|
||||
Example Setup of a New Managed Grid
|
||||
-----------------------------------
|
||||
|
||||
This example creates an actual grid, but it's all just on one machine
|
||||
with different "node directories" and a separate tahoe process for
|
||||
each node. Usually of course each storage server would be on a
|
||||
separate computer.
|
||||
|
||||
Note that we use the ``daemonize`` command in the following but that's
|
||||
only one way to handle "running a command in the background". You
|
||||
could instead run commands that start with ``daemonize ...`` in their
|
||||
@ -251,10 +256,6 @@ We'll store our Grid Manager configuration on disk, in
|
||||
|
||||
tahoe grid-manager --config ./gm0 create
|
||||
|
||||
This example creates an actual grid, but it's all just on one machine
|
||||
with different "node directories". Usually of course each storage
|
||||
server would be on a separate computer.
|
||||
|
||||
(If you already have a grid, you can :ref:`skip ahead <skip_ahead>`.)
|
||||
|
||||
First of all, create an Introducer. Note that we actually have to run
|
||||
|
Loading…
Reference in New Issue
Block a user