1.1 KiB
1.1 KiB
JMC
JMC installation
Debian package
Get JCL and JMC 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 and 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.
Additional parameters (for Debian install) can be passed through
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):
/usr/bin/jmc --help