diff README @ 8:1463f4620fca

Added some help in README Signed-off-by: Charly COSTE <changaco@changaco.net>
author Charly COSTE <changaco@changaco.net>
date Sun, 16 Aug 2009 22:04:06 +0200
parents 7d1745ca1dc2
children 1a1f2a0d35c7
line wrap: on
line diff
--- a/README
+++ b/README
@@ -13,4 +13,17 @@ xib includes its own version of the old 
 
 xib depends on:
 - python 2.6
-- xmppony 0.1
\ No newline at end of file
+- xmppony 0.1
+
+
+How to install and run xib bots:
+
+If you are not installing xib from a package manager I suggest you put the files in /usr/local/share/xib
+To start xib bots just execute start_bots_from_xml_config.py, this script will search the *current* directory for a file named "config.xml" which must have the same schema as "example_config.xml".
+
+How to log xib bots output:
+
+xib does not directly handle logging for now so you have to do it the old school way, for example:
+mkdir /var/log/xib
+touch /var/log/xib/1.log
+cd /usr/local/share/xib && ./start_bots_from_xml_config.py 1>/var/log/xib/log 2>&1 &