Step 1.svn checkout http://svn.techno-weenie.net/projects/beast/trunk/
(或http://svn.techno-weenie.net/projects/beast/branches/stable-1.0 稳定版)
checkout源代码
Step 2.rake rails:freeze:edge
This is needed as Beast uses some of the features in the 'edge' version of Rails, i.e. the version that hasn't been formally released yet. The main thing it appears to use is the new RESTful routing, of which more some other time.
Step 3.gem install RedCloth
RedCloth is the Ruby implementation of Textile, a natty text format that can edited easily and translated to and from HTML.
Step 4 rake db:schema:load RAILS_ENV=production
Set up the database.
Step 5: ruby script/server -e production
运行
http://beast.caboo.se/forums/1/topics/381