gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15282 - gauger


From: gnunet
Subject: [GNUnet-SVN] r15282 - gauger
Date: Tue, 24 May 2011 05:04:48 +0200

Author: bartpolot
Date: 2011-05-24 05:04:48 +0200 (Tue, 24 May 2011)
New Revision: 15282

Modified:
   gauger/README
Log:
Documentation update


Modified: gauger/README
===================================================================
--- gauger/README       2011-05-24 02:59:57 UTC (rev 15281)
+++ gauger/README       2011-05-24 03:04:48 UTC (rev 15282)
@@ -40,8 +40,8 @@
 =====
 
  * gauger.conf: Server configuration
-  Should be placed in same directory as gauger.py. Should contain two 
sections, 
-  one with directories and one for authentication.
+  Should be placed in same directory as the server scripts. Should contain, 
+  two secitions, one with directories and one for authentication.
   * Section dir
    Should contain a path where to put the data logged from clients
   * Section hosts
@@ -57,11 +57,11 @@
   user2,pass=testhost
 
  * gauger-cli.conf: Client configuration
-  Should contain one line with the server hostname[:port], user and password.
+  Should contain one line with the server url, user and password.
   Should be placed in the same directory as gauger-cli.py or in the user's
   home, as ~/.gauger-cli.conf
   Example:
-  server.tld:10112 user 123456
+  http://server.tld/gauger/ user 123456
 
 
 Usage
@@ -70,12 +70,13 @@
 
  * Server
    Start the webserver according to your distribution instructions, making 
sure that
-   the web/ directory of gauger is reachable.
+   the server directory chosen at install time is readable by the webserver 
and that
+   the data directory set in gauger.conf is writeable.
 
  * Client
    * Command line
-    invoke with gauger-cli.py -c CATEGORY -n COUNTER_NAME -d COUNTER_VALUE -u 
UNIT
-    Run gauger-cli.py -h for full help and additional options
+    invoke with gauger -c CATEGORY -n COUNTER_NAME -d COUNTER_VALUE -u UNIT
+    Run gauger -h for full help and additional options
    * C program
      * Include "gauger.h"
      * Call the macro GAUGER("CATEGORY", "COUNTER_NAME", COUNTER_VALUE, 
"COUNTER_UNIT")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]