[Checkins] SVN: grokui.admin/branches/ulif-securitynotifications/src/grokui/admin/README.txt Update docs.

Uli Fouquet uli at gnufix.de
Tue Dec 23 05:32:52 EST 2008


Log message for revision 94270:
  Update docs.

Changed:
  U   grokui.admin/branches/ulif-securitynotifications/src/grokui/admin/README.txt

-=-
Modified: grokui.admin/branches/ulif-securitynotifications/src/grokui/admin/README.txt
===================================================================
--- grokui.admin/branches/ulif-securitynotifications/src/grokui/admin/README.txt	2008-12-23 10:30:09 UTC (rev 94269)
+++ grokui.admin/branches/ulif-securitynotifications/src/grokui/admin/README.txt	2008-12-23 10:32:51 UTC (rev 94270)
@@ -38,7 +38,7 @@
 
 
 Applications
-============
+------------
 
 * List of all instanciated applications
 
@@ -60,8 +60,13 @@
 
 
 Server
-======
+------
 
+* Set security notifications. Those are by default disabled, because
+  they mean home-calling functionality you may do not want. You can
+  enable/disable those notifications or set a URL to retrieve
+  information about security related problems.
+
 * Start/Restart the server. Caution! This does not work, if the server
   was started in 'foreground mode' (with 'zopectl fg').
 
@@ -83,7 +88,7 @@
 
 
 Documentation
-=============
+-------------
 
 * From here you get starting points to the more elaborated
   documentation features of Grok, namely:
@@ -97,7 +102,26 @@
     gives documentation to classes, packages and other things, which
     are not instances.
 
+Maintaining grok installations with the admin UI
+================================================
 
+There are some special info views available especially for the use of
+system administrators that want to automate Grok administration in
+some aspects. They provide minimal information about certain topics.
+
+Currently the following infos are available this way:
+
+  - The grok version working in background::
+
+    curl -q -s -u admin:admin "http://localhost:8080/@@grokadmin/@@version"
+
+  - The security notification (if any)::
+
+    curl -q -s -u admin:admin "http://localhost:8080/@@grokadmin/@@secnote"
+
+Beside this you can pack the ZODB databases as described above.
+
+
 Bugs, Caveats and Ways to Get Help
 ==================================
 



More information about the Checkins mailing list