A new style forum for small communitys.
Rails 3 + MongoDb
- You need install Ruby 1.9.2, Rubygems and Rails 3 first.
- Install Memcached, MongoDb
$ cp config/config.yml.default config/config.yml # Need change it.
$ cp config/mongoid.yml.default config/mongoid.yml # Need change it.
$ bundle install
$ rails s
- This project use Coreseek for Full-Text search library. It a branch from Sphinx for support Chinese.
- If you are debian system, there have deb package in packages path for quick install the Full-Text search.