{"id":63,"date":"2021-03-17T09:26:01","date_gmt":"2021-03-17T01:26:01","guid":{"rendered":"http:\/\/www.anger.ltd\/?p=63"},"modified":"2021-03-17T09:26:01","modified_gmt":"2021-03-17T01:26:01","slug":"install-the-rabbitmq-3-8-14","status":"publish","type":"post","link":"https:\/\/www.anger.ltd\/index.php\/2021\/03\/17\/install-the-rabbitmq-3-8-14\/","title":{"rendered":"Install the RabbitMQ 3.8.14"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>#!\/bin\/bash\n#install the rabbitmq 3.8.14\n\nyum -y install wget\n\nwget https:\/\/github.com\/rabbitmq\/rabbitmq-server\/releases\/download\/v3.8.14\/rabbitmq-server-3.8.14-1.el7.noarch.rpm\n\nwget https:\/\/packages.erlang-solutions.com\/erlang-solutions-2.0-1.noarch.rpm\n\nrpm -Uvh erlang-solutions-2.0-1.noarch.rpm\n\nrpm -Uvh rabbitmq-server-3.8.14-1.el7.noarch.rpm\n\nyum install erlang socat rabbitmq-server -y\n\nsystemctl start rabbitmq-server\n\nsystemctl enable rabbitmq-server\n\nrabbitmq-plugins enable rabbitmq_management\n\nrabbitmqctl add_user admin admin\n\nrabbitmqctl set_user_tags admin administrator\n\necho \"The default user is \\\"admin\\\" and password is \\\"admin\\\"\"\necho \"Default access address is yourIP:15762 please open you firewall port for 15762\"<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-63","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/www.anger.ltd\/index.php\/wp-json\/wp\/v2\/posts\/63","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.anger.ltd\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.anger.ltd\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.anger.ltd\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.anger.ltd\/index.php\/wp-json\/wp\/v2\/comments?post=63"}],"version-history":[{"count":2,"href":"https:\/\/www.anger.ltd\/index.php\/wp-json\/wp\/v2\/posts\/63\/revisions"}],"predecessor-version":[{"id":65,"href":"https:\/\/www.anger.ltd\/index.php\/wp-json\/wp\/v2\/posts\/63\/revisions\/65"}],"wp:attachment":[{"href":"https:\/\/www.anger.ltd\/index.php\/wp-json\/wp\/v2\/media?parent=63"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.anger.ltd\/index.php\/wp-json\/wp\/v2\/categories?post=63"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.anger.ltd\/index.php\/wp-json\/wp\/v2\/tags?post=63"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}