doc/book/en/admin/config.rst
branchstable
changeset 7529 2fdc310be7cd
parent 7230 edd2a575a8e7
child 7597 c6cf2a9b2331
--- a/doc/book/en/admin/config.rst	Fri Jun 17 09:37:49 2011 +0200
+++ b/doc/book/en/admin/config.rst	Thu Jun 16 12:31:27 2011 +0200
@@ -209,6 +209,8 @@
 Pyro configuration
 ------------------
 
+Pyro name server
+~~~~~~~~~~~~~~~~
 If you want to use Pyro to access your instance remotely, or to have multi-source
 or distributed configuration, it is required to have a Pyro name server running
 on your network. By default it is detected by a broadcast request, but you can
@@ -216,9 +218,13 @@
 
 To do so, you need to :
 
+* be sure to have installed it (see :ref:`InstallDependencies`)
+
 * launch the pyro name server with `pyro-nsd start` before starting cubicweb
 
 * under debian, edit the file :file:`/etc/default/pyro-nsd` so that the name
   server pyro will be launched automatically when the machine fire up
 
+Note that you can use the pyro server without a running pyro nameserver.
+Refer to `pyro-ns-host` server configuration option for details.