Erlang 20.2 installation and deployment under CentOS 7

I. Introduction####

What is the scope of this article?
Environmental information?

Two, compile and install

# Install necessary dependencies
sudo yum install -y gcc gcc-c++ glibc-devel make ncurses-devel openssl-devel autoconf java-1.8.0-openjdk-devel git

Download link: https://www.erlang.org/downloads

# Enter the download directory
cd /home/download

# download
wget http://erlang.org/download/otp_src_20.2.tar.gz
tar -zvxf otp_src_20.2.tar.gz
# Enter the root directory
cd otp_src_20.2.tar.gz

# Compile&installation
. /otp_build autoconf
. /configure && make && sudo make install
# Enter the erlang command line to indicate success
erl

Three, YUM installation

# Create yum source
sudo vi /etc/yum.repos.d/rabbitmq-erlang.repo

# document content
[ rabbitmq-erlang]
name=rabbitmq-erlang
baseurl=https://dl.bintray.com/rabbitmq/rpm/erlang/20/el/7
gpgcheck=1
gpgkey=https://dl.bintray.com/rabbitmq/Keys/rabbitmq-release-signing-key.asc
repo_gpgcheck=0
enabled=1
sudo yum install -y erlang
# Enter the erlang command line to indicate success
erl

Four, remarks

https://github.com/erlang/otp/blob/maint/HOWTO/INSTALL.md

https://github.com/rabbitmq/erlang-rpm

https://zfanw.com/blog/install-erlang-on-centos-7.html

Recommended Posts

Erlang 20.2 installation and deployment under CentOS 7
MySQL 8.0 installation, deployment and configuration under CentOS 6/7
Zabbix installation and deployment and localization under CentOS
Jenkins installation and deployment tutorial under CentOS 7
MySQL 8.0 installation and deployment under CentOS, super detailed!
Centos6.5 installation and deployment of KVM
Java-JDK installation and configuration under CentOS
CentOs7 installation and deployment Zabbix3.4 original
Installation and use of Mysql under CentOS
Tomcat installation and configuration under CentOS 7 (Tomcat startup)
Centos-6.5 installation and deployment of LNMP environment
Centos7 installation and deployment of gitlab server
KVM installation and preliminary use under CentOS 7.2
Centos7 installation and deployment of Airflow detailed
Redis3 installation under Centos7
Installation and configuration of rsync server under CentOS 6.5
MySQL 8.0 installation, deployment and configuration tutorial on CentOS 8
[CentOS environment deployment] Java7/Java8 deployment under CentOS
Centos mysql installation and configuration
Redis cluster installation under CentOS
Centos7 installation and configuration prometheus
CentOS 7 installation and configuration PPTP
CentOS installation and configuration cmake
Centos7.5 installation and configuration MongoDB4.0.4
CentOS 7 installation and configuration PPTP
centos7 kvm installation and use
CentOS7 postgresql installation and use
Centos7 elk7.1.1 installation and use
Installation and cracking of confluence6.3 operation records under Centos
Centos7 installation and configuration of Jenkins
Install and configure keepalived under CentOS 5.9
Compile and install LAMP under Centos 5.2
Use Nginx and u under CentOS
RabbitMQ cluster deployment record under Centos6.9
Installation under centos6.9 of jenkins learning
Detailed explanation of Spark installation and configuration tutorial under centOS7
Centos7 hadoop cluster installation and configuration
CentOS7 installation and maintenance of Gitlab
Elasticsearch cluster deployment record under CentOS7
Upgrade OpenSSL and OpenSSH under CentOS7
Deployment of vulnerability scanning and analysis software Nessus under CentOS
Deploy and optimize Tomcat under Centos
Redis installation under ubuntu and windows
CentOS 7.X system installation and optimization
Install Python3 and ansible under CentOS8
Install and use docker under CentOS 6.8
CentOS 7 Tomcat service installation and configuration
Centos8 minimal deployment and installation of OpenStack Ussuri detailed tutorial
CentOS NTP server installation and configuration
2019-07-09 CentOS7 installation
centos7_1708 installation
Install Python3 and Py under CentOS7
2-Kubernetes entry manual installation and deployment
FFmpeg environment deployment record under centos7
JumpServer Bastion Host--CentOS 8 Installation and Deployment (4)
Centos7 mysql database installation and configuration
PPTP environment deployment record under Centos
Install Mono 3.2 and Jexus 5.4 under CentOS 6.3
CentOS 7 system installation and configuration graphic tutorial
ubuntu Docker installation and deployment of Rancher
Compile and install libmodbus library under CentOS7