This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Getting Altered Beast up and running
In addition to the instructions in the README:
- download altered_beast
- 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







