Author: sandervanderburg
Date: Mon Jan 31 11:25:52 2011
New Revision: 25736
URL: https://svn.nixos.org/websvn/nix/?rev=25736&sc=1

Log:
Additional instructions describing how to run this thing

Modified:
   disnix/examples/disnix-proxy-example/trunk/doc/usage.xml

Modified: disnix/examples/disnix-proxy-example/trunk/doc/usage.xml
==============================================================================
--- disnix/examples/disnix-proxy-example/trunk/doc/usage.xml    Mon Jan 31 
09:42:48 2011        (r25735)
+++ disnix/examples/disnix-proxy-example/trunk/doc/usage.xml    Mon Jan 31 
11:25:52 2011        (r25736)
@@ -104,4 +104,27 @@
                        can be performed and thus the locking mechanism cannot 
be used.
                </para>
        </section>
+       
+       <section>
+               <title>Running the system</title>
+               
+               <para>
+                       After the system has been deployed, the hello world 
client can be started from the command-line
+                       on the machine on which it is deployed, by typing the 
following instruction:
+                       
+<screen>
+$ /nix/var/nix/profiles/disnix/default/bin/hello-world-client
+</screen>
+
+                       By typing: 'hello' the server returns 'Hello world'. By 
typing 'quit' the clients disconnects.
+               </para>
+               
+               <para>
+                       If the system is using the proxy, try to upgrade the 
system while a client is connected, e.g.
+                       by moving the hello world server from one machine to 
another. You will notice that the upgrade
+                       does not start while the client is still connected. If 
you try to connect to the server with
+                       another client, the connection is queued. If you 
disconnect the client, then the upgrade will
+                       start.
+               </para>
+       </section>
 </chapter>
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to