Mercurial > xib
changeset 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 | 9631f8d9895d |
children | 4b2faa511f01 |
files | README |
diffstat | 1 files changed, 14 insertions(+), 1 deletions(-) [+] |
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 &