Skip to content
This repository was archived by the owner on Jul 23, 2020. It is now read-only.

cloverinteractive/cms

Repository files navigation

Clover CMS Build Status

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.

Requirements

Getting Started

To install and run in development:

  1. git clone git://github.com/cloverinteractive/clovercms.git
  2. cd clovercms
  3. bundle install
  4. rake db:setup

Running the tests

rake spec

Supported platforms

We currently test with:

  • ruby 1.9.2
  • ruby 1.8.7
  • ree

JRuby

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:

  1. rm -f Gemfile.lock
  2. jruby -S bundle install

Contribute

Feel free to submit a pull request and don't forget to add your name to the list below.

Contributors