Karrigell 入门教程
*Author:Insun
*Blog:http://yxmhero1989.blog.163.com
*From:http://www.4safer.com/forum.php?mod=post&;action=edit&fid=51&tid=507&pid=1707&page=1
*/
本文用的是截止到今日(2011-03-14)最新的Karrigell-3.1.1,2.X版本的路径应该不一样,自己处理。
Karrigell 小推车的意思,真是安心,icon图标也很cute 清晰karrigell是纯Python web框架,自带web服务器和数据库引擎
0x01. Download & Install
下载:http://sourceforge.net/projects/karrigell/files/Full%20package/
解压运行Karrigell.exe
默认的web主目录是C:Karrigell-3.1.1www
支持 .html .py .pih
C:Karrigell-3.1.1www 创建 hello.py,简单的代码 :print "Hello World,Insun is here"
访问:http://localhost/hello.py

www里面有自带的例子,可以学习。
http://localhost/index.py

Documentation
No users database
Create it


一般选择PyDbLite

Demos
--|