From 21117b559b15050afd41e97457cb9cfc684df394 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 1 Mar 2010 01:20:44 -0500 Subject: [qabox] Add README --- qabox/README.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 qabox/README.txt diff --git a/qabox/README.txt b/qabox/README.txt new file mode 100644 index 0000000..75ea5d4 --- /dev/null +++ b/qabox/README.txt @@ -0,0 +1,13 @@ +You must have a patched supybot, see: + +https://sourceforge.net/tracker/?func=detail&aid=2960892&group_id=58965&atid=489447 + +Run: + +$ mkdir logs build supybot +$ cd supybot +$ supybot-wizard +# copy in the required supybot bits from supybot-required.conf +# create a file build/builder.conf, see build.conf.sample +$ ./supervisor-session supervisor.conf + -- cgit