[url=http://beast.caboo.se/]Beast[/url] is a small, light-weight forum in Rails with a scary name and a goal of around 500 lines of code when we're done.
[url=http://beast.caboo.se/forums/1/topics/381]Getting Started with Beast:[/url]
1,下载源码
[code]
svn co http://svn.techno-weenie.net/projects/beast/trunk beast
[/code]
2,安装RedCloth
[code]
sudo gem install RedCloth
[/code]
3,配置数据库
编辑database.yml
4,生成数据库表
[code]
rake db:schema:load RAILS_ENV=production
[/code]
可以了,跑起来试试。
第一个注册的用户为Admin。
[url=http://beast.caboo.se/forums/1/topics/381]Getting Started with Beast:[/url]
1,下载源码
[code]
svn co http://svn.techno-weenie.net/projects/beast/trunk beast
[/code]
2,安装RedCloth
[code]
sudo gem install RedCloth
[/code]
3,配置数据库
编辑database.yml
4,生成数据库表
[code]
rake db:schema:load RAILS_ENV=production
[/code]
可以了,跑起来试试。
第一个注册的用户为Admin。
本文介绍如何搭建Beast轻量级论坛,包括下载源码、安装必要组件、配置数据库及运行步骤。首个注册用户将自动成为管理员。
416

被折叠的 条评论
为什么被折叠?



