logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install erlang/otp. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

erlang/otp Installation Guide

How to install erlang/otp. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for erlang/otp. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i erlang/otp
or

Install via npx

npx @hexmos/ipm i erlang/otp

Prerequisites

Erlang/OTP

system_package

Version: 24.x.x

Git

system_tool

Version: 2.30.1

Python

language

Version: 3.8+

apt-get

package_manager

Version: 1.0.4

Kerl

build_tool

Version: v0.9.2

Docker

system_tool

Version: 18.04.0

AWS Account

service

Basic Linux CLI skill

knowledge

Apache License 2.0

knowledge

GitHub Issues

service

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Binary Distribution

apt-get install erlang

git clone https://github.com/erlang/otp.git

cd otp

./configure

make

make install

Kerl Build

kerl build

make install

Post Installation Steps

  • Start the Erlang/OTP shell using `erl`.
  • Load your Erlang/OTP module with `c(hello)`. This will print 'Hello, world' to the console.
  • Run the application using `./run.sh` or `node run.js` depending on your project setup.