How-to: ejabberd on ubuntu 10.04
Using sudo or as root user: first we get the packages and build the mod_admin_extra module
apt-get install ejabberd cd /usr/local/src svn co https://svn.process-one.net/ejabberd-modules cd ejabberd-modules/mod_admin_extra/trunk ./build.sh
Now we copy the genereated installation files
erlc -I src/mod_admin_extra.erl cp ebin/mod_admin_extra.beam /usr/lib/ejabberd/ebin/
add admin role and restart the service
ejabberdctl register admin myserver.tld password /etc/init.d/ejabberd restart
now go to http://localhost:5280/admin
we can edit the config files for multiple vhosts:
nano /etc/ejabberd/ejabberd.cfg
sources
- http://www.process-one.net/en/ejabberd/guide_en
- http://xmpp.org/xmpp-software/servers/
- http://www.ejabberd.im/ejabberd-modules
- http://www.dtek.chalmers.se/~henoch/text/ejabberd-ircd.html