Skip to content

Instantly share code, notes, and snippets.

@namjae
Last active August 29, 2015 14:11
Show Gist options
  • Select an option

  • Save namjae/c320bf56c5a1e980d107 to your computer and use it in GitHub Desktop.

Select an option

Save namjae/c320bf56c5a1e980d107 to your computer and use it in GitHub Desktop.
make erlang node.
# kerl
sudo -i
apt-get build-dep erlang
cd /usr/local/bin
curl -O https://raw.githubusercontent.com/spawngrid/kerl/master/kerl
chmod a+x kerl
kerl list releases
kerl build R16B03 r16b03
kerl list builds
kerl install r16b03 ~/erlang/r16b03
. ~/erlang/r16b03/activate
kerl_deactivate # to deactivate
# rebar
curl -O https://raw.githubusercontent.com/wiki/rebar/rebar/rebar
chmod a+x rebar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment