Skip to content

Instantly share code, notes, and snippets.

@dirceu
Created August 10, 2009 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dirceu/165472 to your computer and use it in GitHub Desktop.
Save dirceu/165472 to your computer and use it in GitHub Desktop.
# You should put this in your ~/.bashrc
export PATH=/opt/local/lib/erlang/bin:$PATH
sudo port install erlang yaws
sudo ln -sf /opt/local/lib/yaws /opt/local/lib/erlang/lib/yaws
git clone git://github.com/dirceu/erlyweb.git
cd erlyweb ; make ; sudo make install
cd .. ; rm -rf erlyweb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment