From c0ee766adc1895ca1855c11fe4281a5b0de576fb Mon Sep 17 00:00:00 2001 From: mellanon Date: Sat, 1 Aug 2015 00:36:06 +1200 Subject: [PATCH 1/2] installation doc --- install | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 install diff --git a/install b/install new file mode 100644 index 0000000..865ebc4 --- /dev/null +++ b/install @@ -0,0 +1,7 @@ +1. https://www.rabbitmq.com/web-stomp.html (webstomp) websocket interaction with rabbitmq +1.1. http://www.rabbitmq.com/blog/2012/05/14/introducing-rabbitmq-web-stomp/ +2. Upgrade erlang https://github.com/yrashk/kerl +http://stackoverflow.com/questions/27215936/how-to-upgrade-the-erlang-version-on-ubuntu-r14b04-to-latest-stable-version + +Install rabbitmq-plugins +sh /usr/lib/rabbitmq/bin/rabbitmq-plugins enable rabbitmq_web_stomp From 1c75bfaed62f53eeb9dce8cb160383dd7f15bd71 Mon Sep 17 00:00:00 2001 From: mellanon Date: Sat, 1 Aug 2015 04:28:19 +1200 Subject: [PATCH 2/2] Update install --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index 865ebc4..13f4b98 100644 --- a/install +++ b/install @@ -2,6 +2,7 @@ 1.1. http://www.rabbitmq.com/blog/2012/05/14/introducing-rabbitmq-web-stomp/ 2. Upgrade erlang https://github.com/yrashk/kerl http://stackoverflow.com/questions/27215936/how-to-upgrade-the-erlang-version-on-ubuntu-r14b04-to-latest-stable-version +http://rabbitmq.1065348.n5.nabble.com/Crash-with-RabbitMQ-Web-Stomp-plugin-on-Debian-td20269.html Install rabbitmq-plugins sh /usr/lib/rabbitmq/bin/rabbitmq-plugins enable rabbitmq_web_stomp