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

README.md - github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cdde736726f12c975abba6e226b7840b16265bb9 (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
# JMC

## JMC installation

### Debian package

Get [JCL](http://github.com/dax/jcl/download) and [JMC](http://github.com/dax/jmc/download) Debian packages and install them:

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

### EasyInstall

Get EasyInstall then run:

    easy_install jmc

### Manual installation

Get [JCL](http://github.com/dax/jcl) and [JMC](http://github.com/dax/jmc) sources from Git:

	python setup.py install

## Configuration

Edit `/etc/jabber/jmc.conf` `jabber` section according to your Jabber
server configuration. For help on other options, see [Configuration documentation](http://github.com/dax/jmc/wiki/Configuration-file-documentation).
Additional parameters (for Debian install) can be passed through
[command line options](http://github.com/dax/jmc/wiki/Command-line-options) defined in /etc/default/python-jmc.

## Start/Stop JMC

Debian installation:

    service python-jmc start/stop

easyinstall or manual installation (see
[command line options](http://github.com/dax/jmc/wiki/Command-line-options)):

    /usr/bin/jmc --help