Skip to content

Instantly share code, notes, and snippets.

@jkanclerz
Last active August 29, 2015 14:21
Show Gist options
  • Select an option

  • Save jkanclerz/3e3a7d910ea75b2ebeb9 to your computer and use it in GitHub Desktop.

Select an option

Save jkanclerz/3e3a7d910ea75b2ebeb9 to your computer and use it in GitHub Desktop.
install rabbitmq

Źródła wiedy

Rabbit mq instalacja

wget https://github.com/rabbitmq/rabbitmq-server/releases/download/rabbitmq_v3_5_1/rabbitmq-server_3.5.1-1_all.deb
sudo dpkg -i rabbitmq-server_3.5.1-1_all.deb

Wymagane zależności

erlang etc,

apt-get install -f

GIU ?!

https://www.rabbitmq.com/management.html

sudo rabbitmq-plugins enable rabbitmq_management
rabbitmqctl add_user test test
rabbitmqctl set_user_tags test administrator
rabbitmqctl set_permissions -p / test ".*" ".*" ".*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment