David Rousselie a30b7e6d98 README update
darcs-hash:20081109112529-86b55-ecd9524f831ec5973529a1ca421c9bac73668bed.gz
2008-11-09 12:25:29 +01:00
2008-05-28 17:11:07 +02:00
2008-05-29 19:16:40 +02:00
2005-11-27 12:03:00 +01:00
2007-02-21 18:36:04 +01:00
2008-05-29 19:16:40 +02:00
2008-11-09 12:25:29 +01:00
2007-12-12 19:10:10 +01:00
2008-05-29 19:16:40 +02:00
2006-01-30 23:10:17 +01:00

* Installation

** Debian package

Get JCL and JMC Debian packages from
http://people.happycoders.org/dax/projects and install them:

$ sudo apt-get install python-pysqlite2 python-pyxmpp python-sqlobject
$ sudo dpkg -i python-jcl_0.1b1_all.deb python-jmc_0.3b1_all.deb

** EasyInstall

Get EasyInstall then run:

$ easy_install jmc

** Manual installation

Get JCL and JMC sources packages and untar them:

$ tar zxvf jcl-0.1b1.tar.gz
$ cd jcl-0.1
$ python setup.py install
$ cd -
$ tar zxvf jmc-0.3b1.tar.gz
$ cd jmc-0.3
$ python setup.py install

* Configuration

Edit /etc/jabber/jmc.conf jabber section according to your Jabber
server configuration. For help on other options, see
https://people.happycoders.org/dax/projects/jmc/wiki/ConfigDoc.
Additional parameters (for Debian install) can be passed through
command line options (see
https://people.happycoders.org/dax/projects/jmc/wiki/CommandLineOpts)
defined in /etc/default/python-jmc.

* Start/Stop JMC

Debian installation:

$ /etc/init.d/python-jmc start/stop

easyinstall or manual installation (see
https://people.happycoders.org/dax/projects/jmc/wiki/CommandLineOpts
for options):

$ /usr/bin/jmc 
Description
No description provided
Readme 439 KiB
Languages
Python 99.8%
Makefile 0.2%