Last active
August 29, 2015 14:11
-
-
Save namjae/c320bf56c5a1e980d107 to your computer and use it in GitHub Desktop.
make erlang node.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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