1. 安装erlang
sudo apt-get install erlang
2. check erlang mochiweb
svn checkout http://mochiweb.googlecode.com/svn/trunk/ mochiweb-read-only
好象已经迁移到这里了。git最近比较火。
http://github.com/mochi/mochiweb
3. make
4. 生成骨架
看看生成的内容吧:
这个还是要make一下
5. 测试一下:
然后在浏览器地址栏中敲入: http://localhost:8000,页面应当显示 MochiWeb running.
6. 小定制:
代码中加入timer分支:
get_option函数后增加
结果:
在浏览器地址栏敲入: http://localhost:8000/timer
转自: http://www.oulan.com/w/2010/08/23/mochiweb-test/