Created
July 10, 2012 02:07
install ejabberd server on Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install ejabberd | |
sudo vim /etc/ejabberd/ejabberd.cfg | |
# may optionally want to set the hostname and acl admin user, otherwise not required | |
sudo /etc/init.d/ejabberd start | |
ejabberdctl register mikesmullin localhost PaSsWoRD | |
tail -f /var/log/ejabberd/*.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment