Skip to content

Instantly share code, notes, and snippets.

@michelson
Created January 18, 2010 18:04
Show Gist options
  • Save michelson/280233 to your computer and use it in GitHub Desktop.
Save michelson/280233 to your computer and use it in GitHub Desktop.
sudo apt-get install erlang-nox
# Get the latest .egg file for your version of python ("python -V"), then run it: # this is only for phyton < 2.6
wget http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c9-py2.5.egg
sh setuptools-0.6c9-py2.5.egg
easy_install simplejson
cd /root
wget http://www.rabbitmq.com/releases/rabbitmq-server/v1.5.3/rabbitmq-server_1.5.3-1_all.deb
sudo apt-get install logrotate
sudo dpkg -i rabbitmq-server_1.5.3-1_all.deb
Test your Erlang install
Start an Erlang shell
erl
Enter the following commands in the Erlang shell (When installed correctly each should print a great deal of erlang config info):
rabbit:module_info().
exit
q(). or ctrl+c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment