A dead simple content management system for Rails 3.
To install and run in development:
git clone git://github.com/cloverinteractive/clovercms.gitcd clovercmsbundle installrake db:migrate db:seed
This part is optional, it will compile and install wymeditor for page editing, you will need make for this.
git submodule initgit submodule updaterake wymeditor:compile
rake spec
We currently test with:
- ruby 1.9.2
- ruby 1.8.7
- ree
We take JRuby into consideration, and our Gemfile works nice with its platforms, but since we can only version one instance, we don't build against it. However you can use clovercms with JRuby by doing the following:
rm -f Gemfile.lockjruby -S bundle install
We use metric_fu for code metrics, that said rcov is known to fail when using ruby 1.9, at this moment metrics can only be generated in ruby 1.8.7.
To run code metrics, rake metrics:all
Feel free to submit a pull request and don't forget to add your name to the list below.
- Enrique Vidal - Creator, ruby developer
- Adan Alvarado - Designer of the Open Source Dashboard theme and front-end developer
- ulisesroche
