beego 写的简单 bbs,自带权限模块。
**特性**
*
不用session,选用cookie,为了集群方便
*
权限配置简单,轻松管理用户
[](http://git.oschina.net/20110516/pybbs-go#依赖_2)**依赖**
*
[github.com/astaxie/beego](https://github.com/astaxie/beego)
*
[github.com/astaxie/beego/context](https://github.com/astaxie/beego/context)
*
[github.com/astaxie/beego/orm](https://github.com/astaxie/beego/orm)
*
[github.com/xeonx/timeago](https://github.com/xeonx/timeago)
*
[github.com/russross/blackfriday](https://github.com/russross/blackfriday)
**如何开始**
*
克隆代码到 $GOPATH/src 下
*
安装上面的依赖
*
安装 [bee](https://github.com/beego/bee) 工具
*
进入 pybbs-go 目录
*
运行 bee run
*
将pybbs-go.sql导入数据库
*
浏览器输入 [http://localhost:8080](http://localhost:8080/)