It's the source of https://codecampo.com , a light weight bbs for developer.
- ruby 1.9.3
- rails 3.1
- mongodb 1.8+
git clone [email protected]:chloerei/code_campo.git
cd code_campo
bundle install
cp config/app_config.example.yml config/app_config.yml
cp config/mongoid.example.yml config/mongoid.yml
rails s