cd iserve

January 9, 2011 ยท View on GitHub

h2. Steps to get a web server up:

cd iserve

make examples

cd examples/iserve_system

erl -boot iserve_system

Finally, point your browser to http://localhost:6464/

Inspect src/iserve_system_app.erl and src/iserve_system_cb.erl for the source code for this app, and ebin/iserve_system.app for the configuration of it.