Created
July 5, 2012 01:15
-
-
Save l4u/3050396 to your computer and use it in GitHub Desktop.
installing erlang reloader
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
cd ~/bin | |
wget https://github.com/mochi/mochiweb/raw/master/src/reloader.erl | |
# Compile | |
erlc reloader.erl | |
# Edit ~/.erlang | |
code:load_abs(“/Users/leo/bin/reloader”). | |
reloader:start(). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment