A dead simple content management system for Rails 3.2.8
CloveCMS provides the simpler barebones for creating a website, in v1.1 we embraced an even simpler approach by making it a single user app that means v1.1 does not support ACL nor multiple users, these features are present on v1.0, if you need ACL and multiple users checkout v1.0, if all you need a is a simple page generator v1.1 should be enough, if you need more features checkout RefinercyCMS it comes in a gem.
To install and run in development:
git clone git://github.com/cloverinteractive/clovercms.git
cd clovercms
bundle install
rake db:setup
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.lock
jruby -S bundle install
Feel free to submit a pull request and don't forget to add your name to the list below.