fiveruns / altered_beast forked from courtenay/altered_beast
- Source
- Commits
- Network (74)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
6434314
commit 6434314a0f7f92ae7e57098e1973b89ff4edd858
tree 0e222ab4244d23f2f64c191dd6d8079fc861ecc8
parent 59b6edc49ecb288a0a93d25682f821c62d5cbd77
tree 0e222ab4244d23f2f64c191dd6d8079fc861ecc8
parent 59b6edc49ecb288a0a93d25682f821c62d5cbd77
altered_beast / README.rdoc
Altered Beast
The popular rails-based Beast forum…
- updated for Rails 2.0
- using rspec/model_stubbing
- added a state machine for user logins
- built-in multi-site support
- spam protection from akismet/viking
- forum authorization rules (public/private/invitation)
- email and atom feed support
- xml/json API
- highline based easy console installer
Help desired via git:
git clone git://git.caboo.se/altered_beast.git
INSTALLATION
# download altered_beast
# install rails 2.0.x
$ mkdir log
$ rake tmp:create
$ rake db:schema:load
First created user will be admin.
