Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README - github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
blob: 3251238a8c52f9e2a046ca8c6d41b6e9ced0d818 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
* 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