当前位置:网站首页>Erlang (offline deployment)
Erlang (offline deployment)
2022-07-25 10:19:00 【Puffiness is also strong】
1. Software preparation
otp_src_22.0.tar.gz Deployment package
link :https://pan.baidu.com/s/1W3TSxGhJcUgfTF04O5wBtA?pwd=1234
Extraction code :1234
Linux CentOS7 7.6_1810
link :https://pan.baidu.com/s/1NV4MjfORIj290Q3scy6iYQ?pwd=pzse
Extraction code :pzse
Mind mapping tools
https://mubu.com/inv/12356104
free , Succinct can be “ Mind mapping ” Copy and paste the article to get a mind map ( No joy, no spray. )
Mind mapping tools
https://mubu.com/inv/12356104
free , Succinct can be “ Mind mapping ” Copy and paste the article to get a mind map ( No joy, no spray. )
2. Software deployment
Installation dependency :yum -y install gcc glibc-devel make ncurses-devel openssl-devel xmlto perl wget gtk2-devel binutils-devel
Installation dependency :yum install gcc-c++ -y
Installation dependency :yum install unixODBC.x86_64 unixODBC-devel.x86_64 -y

create a file :mkdir /yunwei
Upload the deployment package to this file
Enter this file to create a file :mkdir erlang

Unzip the file :tar -xvf otp_src_22.0.tar.gz
Enter the decompression package :cd otp_src_22.0/
Configure the installation file path : ./configure --prefix=/yunwei/erlang
here wx If you make a mistake, pretend not to see
Compilation and installation :make && make install

Go to the directory to see :cd /yunwei/erlang/bin
Join the environment :echo 'export PATH=$PATH:/yunwei/erlang/bin' >> /etc/profile
Save exit and refresh resources :source /etc/profile
verification :erl

sign out :halt().
边栏推荐
猜你喜欢

CentOS install redis

升级 GLIBC 2.29 checking LD_LIBRARY_PATH variable... contains current directory error 解决方案

Subtotal of rospy odometry sinkhole

【专栏】RPC系列(理论)-夜的第一章

VSCode Latex Workshop 设置 XeLatex 编译

UE4 LoadingScreen动态加载启动动画
构建 Dompteur 容器问题小记

Detailed explanation of MySQL database

关于slf4j log4j log4j2的jar包配合使用的那些事

Angr(三)——angr_ctf
随机推荐
测试基本概念
四舍五入取近似值
Duplicate SSL_ Anti spoofing, spoofing attacks and deep forgery detection using wav2vec 2.0 and data enhanced automatic speaker authentication
OSPF协议的配置(以华为eNSP为例)
二、unittest框架主要做什么
Use of dictionary tree
静态路由的配置(以华为eNSP为例)
Multithreading - runnable interface, tortoise and rabbit race
Small knowledge of common classes
Angr(二)——angr_ctf
Filter filter details (listeners and their applications)
File upload function
Radio and multi selection buttons of swing components
Configuring ROS development environment with vscode: Causes and solutions to the problem of ineffective code modification
多线程——Callable接口,lambda
Ansible部署指南
SQL 题目整理
CentOs安装redis
数论--负进制转换
一、unittest框架和pytest框架的区别