dirceu (owner)

Revisions

gist: 165472 Download_button fork
public
Public Clone URL: git://gist.github.com/165472.git
Embed All Files: show embed
append_path.sh #
1
2
# You should put this in your ~/.bashrc
export PATH=/opt/local/lib/erlang/bin:$PATH
install_erlang_yaws.sh #
1
2
sudo port install erlang yaws
sudo ln -sf /opt/local/lib/yaws /opt/local/lib/erlang/lib/yaws
install_erlyweb.sh #
1
2
3
git clone git://github.com/dirceu/erlyweb.git
cd erlyweb ; make ; sudo make install
cd .. ; rm -rf erlyweb