Skip to content

Instantly share code, notes, and snippets.

@mikesmullin
Created July 10, 2012 02:07
Show Gist options
  • Save mikesmullin/3080528 to your computer and use it in GitHub Desktop.
Save mikesmullin/3080528 to your computer and use it in GitHub Desktop.
install ejabberd server on Ubuntu
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