Skip to content

Instantly share code, notes, and snippets.

@kossnocorp
Created March 9, 2010 14:16
Show Gist options
  • Select an option

  • Save kossnocorp/326614 to your computer and use it in GitHub Desktop.

Select an option

Save kossnocorp/326614 to your computer and use it in GitHub Desktop.
sudo apt-get install erlang
sudo apt-get install ejabberd
sudo vim /etc/ejabberd/ejabberd.cfg
%% Admin user
{acl, admin, {user, "koss", "localhost"}}.
%% Hostname
{hosts, ["nocorp.ru"]}.
sudo /etc/init.d/ejabberd restart
sudo ejabberdctl register login koss password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment