All Projects → killme2008 → erlwsh

killme2008 / erlwsh

Licence: Apache-2.0 license
Erlang web shell--program erlang on web

Programming Languages

erlang
1774 projects
shell
77523 projects

#Erlwsh -- Erlang Web Shell

Author: dennis ([email protected])

Erlwsh is an erlang web shell,you can program erlang on web browser.

#Install: First,you have to install mochiweb:

cd erlwsh
chmod u+x scripts/install_mochiweb.sh
scripts/install_mochiweb.sh

Then,compile all sources:

make

At last,you can start erlwsh by start.sh

chmod u+x start.sh
./start.sh

Erlwsh is online:

http://localhost:8000/shell
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].