试用Rails开源小论坛-Beast

Beast 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.

Getting Started with Beast:
1,下载源码
svn co http://svn.techno-weenie.net/projects/beast/trunk beast


2,安装RedCloth
sudo gem install RedCloth


3,配置数据库
编辑database.yml

4,生成数据库表
rake db:schema:load RAILS_ENV=production


可以了,跑起来试试。
第一个注册的用户为Admin。

你可能感兴趣的:(.net,SVN,Rails)