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/otpor
Install via npx
npx @hexmos/ipm i erlang/otpPrerequisites
Erlang/OTP
system_packageVersion: 24.x.x
Git
system_toolVersion: 2.30.1
Python
languageVersion: 3.8+
apt-get
package_managerVersion: 1.0.4
Kerl
build_toolVersion: v0.9.2
Docker
system_toolVersion: 18.04.0
AWS Account
serviceBasic Linux CLI skill
knowledgeApache License 2.0
knowledgeGitHub Issues
serviceManual 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 installKerl Build
kerl build
make installPost 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.
