public
Description: Ground-up rewrite of Beast, a Ruby on Rails forum.
Home | Edit | New

Getting Altered Beast up and running

In addition to the instructions in the README:

  1. download altered_beast
  2. install rails 2.0.x
    $ mkdir log
    $ rake tmp:create

Now, there’s a rake task to build your database.yml, create the database, the first site, and the admin user:

$ rake app:bootstrap

NOTE: You’ll also need the some additional gems.

You’ll need rspec to avoid
no such file to load -- spec/rake/spectask

and you’ll need ruby-debug to avoid
rake aborted! Could not find RubyGem ruby-debug (>= 0)

You should install gems below:
1. RSpec
2. highline
3. ruby-debug
4. RedCloth

Last edited by jinleileiking, Fri Jul 24 00:06:22 -0700 2009
Home | Edit | New
Versions: