Issue
I'm using CentOS 7 and I want to install RabbitMQ on it, but before that I need erlang installed. As I'm new to CentOS, I don't know how to install it offline. The OS has no internet connection and further it has no network connection.
Solution
you can download the Zero dependency Erlang/OTP packages for CentOS 6 and 7, suitable for running RabbitMQ here:
- https://github.com/rabbitmq/erlang-rpm/releases
- (or) https://packagecloud.io/rabbitmq/erlang
- (or) https://bintray.com/rabbitmq/erlang
Answered By - Gabriele Santomaggio Answer Checked By - Robin (WPSolving Admin)