A fork of small, light-weight forum in Rails with a scary name and a goal of around 500 lines of code when we're done.
-
Grab the latest:
git clone git://github.com/shirkevich/ultimate-beast.git
-
Customize your database.yml:
cp config/database.example.yml config/database.yml
-
Load the schema:
rake db:schema:load
(You cannot use rake db:migrate to migrate the schema up from 0)
-
Update git submodules:
git submodule init
git submodule update
-
Launch it:
script/server
-
gem install RedCloth
-
gem install ruby-openid
Translations stored in lang/
Change default language in config/initializers/gibberish.rb