krot

erlang install centos 7

Aug 5th, 2020 (edited)
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Erlang 0.24 KB | None | 0 0
  1. yum install epel-release -y
  2. wget https://packages.erlang-solutions.com/erlang-solutions-1.0-1.noarch.rpm
  3. rpm -Uvh erlang-solutions-1.0-1.noarch.rpm
  4. yum install erlang -y
  5. yum install esl-erlang
  6.  
  7. https://github.com/kerl/kerl
  8. kerl build 22.0 22.0
Add Comment
Please, Sign In to add comment