Skip to content

Commit

Permalink
Link to the Erlang requirements/recommendations doc guide
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 25, 2018
1 parent 4d7ebb0 commit 8550a27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Older versions will use incorrect package download URLs.
#### Provision Erlang/OTP 19.3 or Later

Before provisioning a 3.7.x release, please beware that
the minimum required Erlang version for it [is 19.3](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.0).
the [minimum required Erlang version](http://www.rabbitmq.com/which-erlang.html) for it [is 19.3](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.0).
Most distributions provide older versions, so Erlang must be provisioned either
from [Erlang Solutions](https://packages.erlang-solutions.com/erlang/) or [RabbitMQ's zero dependency Erlang RPM](https://github.com/rabbitmq/erlang-rpm).

Expand Down Expand Up @@ -82,6 +82,8 @@ Set `node['rabbitmq']['version']` to specify a version:
node['rabbitmq']['version'] = "3.6.15"
```

Erlang 19.3.6.5 or 20.x versions are [highly recommended](http://www.rabbitmq.com/which-erlang.html).

3.6.x releases will be downloaded [from GitHub](https://github.com/rabbitmq/rabbitmq-server/releases/) by default.


Expand Down

0 comments on commit 8550a27

Please sign in to comment.