Skip to content

awdesarrollos/clovercms

 
 

Repository files navigation

              _                     _       _                      _   _
  .-.-.   ___| | _____   _____ _ __(_)_ __ | |_ ___ _ __ __ _  ___| |_(_)_   _____
 (_\|/_) / __| |/ _ \ \ / / _ \ '__| | '_ \| __/ _ \ '__/ _` |/ __| __| \ \ / / _ \
 ( /|\ )| (__| | (_) \ V /  __/ |  | | | | | ||  __/ | | (_| | (__| |_| |\ V /  __/
  '-'-'  \___|_|\___/ \_/ \___|_|  |_|_| |_|\__\___|_|  \__,_|\___|\__|_| \_/ \___|

Clover CMS Build Status

A dead simple content management system for Rails 3.

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:migrate db:seed

Running the tests

rake spec cucumber

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

Check code metrics

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

Contribute

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

Contributors

About

Rails 3 simple CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published