Erlwsh -- Erlang Web Shell

Author: dennis (killme2008@gmail.com)
Date :2009-11-19

Description:
     Erlwsh is a erlang web shell,just like eshell,you could type code and execute it to see result on website.

Install:
     First,you have to install mochiweb:
             cd erlwsh
             scripts/install_mochiweb.sh
     Then,compile all sources:
             make
     At last,you can start erlwsh by start.sh
             ./start.sh   
    
     Erlwsh is online:  http://localhost:8000/shell




