Skip to content

Instantly share code, notes, and snippets.

@ravindranathakila
Last active January 6, 2017 03:47
Show Gist options
  • Select an option

  • Save ravindranathakila/6314717 to your computer and use it in GitHub Desktop.

Select an option

Save ravindranathakila/6314717 to your computer and use it in GitHub Desktop.
Setup ejabberd on Mac OS
http://www.process-one.net/docs/ejabberd/guide_en.pdf
! Note that logs go in /usr/local/var/log/ejabberd/ (if you cant find logs here either, just run ./ejabberdct without any arguments and the default log location will be shown as examples)
To create an admin user, go to sbin:
./ejabberdctl register admin www.yourdomain.com (I believe the server config file should contain this host)
Some helpful resources:
http://humbuckercode.co.uk/licks/tricks/ejabberd-startup-error-osx/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment