Installation of JMC
Debian package
Installation
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.1b1_all.deb python-jmc_0.3b1_all.deb
Configuration
Edit /etc/jabber/jmc.conf jabber section according to your Jabber server configuration. For help on other options, see configuration page. Additional parameters can be passed through command line options defined in /etc/default/python-jmc.
Start/Stop JMC
/etc/init.d/python-jmc start/stop
EasyInstall?
Get Easyinstall from here then run:
easy_install jmc
Configuration
Edit /etc/jabber/jmc.conf jabber section according to your Jabber server configuration. For help on other options, see configuration page.
Start JMC
/usr/bin/jmc
For more options see this page.
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 configuration page.
Start JMC
/usr/bin/jmc
For more options see this page.
